38 #ifndef STAR_OBJECT_SMALL_GRAPHIC 39 # define STAR_OBJECT_SMALL_GRAPHIC 49 class OutlinerParaObject;
54 class SdrGraphicAttribute;
55 class SdrGraphicCaption;
56 class SdrGraphicCircle;
58 class SdrGraphicGraph;
59 class SdrGraphicGroup;
60 class SdrGraphicMeasure;
95 shared_ptr<StarObjectSmallGraphicInternal::SdrGraphic> readSVDRObject(
StarZone &zone,
int identifier);
124 bool readSDRGluePointList(
StarZone &zone, std::vector<StarObjectSmallGraphicInternal::GluePoint> &listPoints);
126 bool readSDRObjectConnection(
StarZone &zone);
128 bool readSDRObjectSurrogate(
StarZone &zone);
132 bool readSDRUserData(
StarZone &zone,
bool inRecord);
134 bool readSDRUserDataList(
StarZone &zone,
bool inRecord);
137 shared_ptr<StarObjectSmallGraphicInternal::Graphic> readFmFormObject(
StarZone &zone,
int identifier);
140 shared_ptr<StarObjectSmallGraphicInternal::Graphic> readSCHUObject(
StarZone &zone,
int identifier);
143 shared_ptr<StarObjectSmallGraphicInternal::Graphic> readSDUDObject(
StarZone &zone,
int identifier);
Internal: virtual class to store a Sdr graphic edge.
Definition: StarObjectSmallGraphic.cxx:798
Internal: virtual class to store a Sdr graphic group.
Definition: StarObjectSmallGraphic.cxx:501
Internal: virtual class to store a Sdr graphic edge.
Definition: StarObjectSmallGraphic.cxx:964
Internal: virtual class to store a Sdr graphic graph.
Definition: StarObjectSmallGraphic.cxx:877
Internal: virtual class to store a Sdr graphic text.
Definition: StarObjectSmallGraphic.cxx:556
Internal: virtual class to store a Sdr graphic OLE.
Definition: StarObjectSmallGraphic.cxx:1031
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:214
shared_ptr< StarObjectSmallGraphicInternal::State > m_graphicState
the state
Definition: StarObjectSmallGraphic.hxx:151
Internal: virtual class to store a Sdr graphic rectangle.
Definition: StarObjectSmallGraphic.cxx:635
shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:484
Internal: virtual class to store a Sdr graphic circle.
Definition: StarObjectSmallGraphic.cxx:722
Internal: virtual class to store a Sdr graphic attribute.
Definition: StarObjectSmallGraphic.cxx:449
the main class to read a small StarOffice graphic zone
Definition: StarObjectSmallGraphic.hxx:76
Internal: virtual class to store a glue point.
Definition: StarObjectSmallGraphic.cxx:62
Internal: virtual class to store a outliner paragraph object.
Definition: StarObjectSmallGraphic.cxx:92
Internal: virtual class to store a Sdr graphic.
Definition: StarObjectSmallGraphic.cxx:369
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
Internal: virtual class to store a Sdr graphic path.
Definition: StarObjectSmallGraphic.cxx:1124
Internal: virtual class to store a Sdr graphic caption.
Definition: StarObjectSmallGraphic.cxx:684
Internal: the structures of a StarObjectSmallGraphic.
Definition: StarObjectSmallGraphic.cxx:58