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:892
Internal: virtual class to store a Sdr graphic group.
Definition: StarObjectSmallGraphic.cxx:538
Internal: virtual class to store a Sdr graphic edge.
Definition: StarObjectSmallGraphic.cxx:1100
Internal: virtual class to store a Sdr graphic graph.
Definition: StarObjectSmallGraphic.cxx:1000
Internal: virtual class to store a Sdr graphic text.
Definition: StarObjectSmallGraphic.cxx:600
Internal: virtual class to store a Sdr graphic OLE.
Definition: StarObjectSmallGraphic.cxx:1172
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:213
shared_ptr< StarObjectSmallGraphicInternal::State > m_graphicState
the state
Definition: StarObjectSmallGraphic.hxx:151
Internal: virtual class to store a Sdr graphic rectangle.
Definition: StarObjectSmallGraphic.cxx:687
shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:476
Internal: virtual class to store a Sdr graphic circle.
Definition: StarObjectSmallGraphic.cxx:812
Internal: virtual class to store a Sdr graphic attribute.
Definition: StarObjectSmallGraphic.cxx:473
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:64
Internal: virtual class to store a outliner paragraph object.
Definition: StarObjectSmallGraphic.cxx:94
Internal: virtual class to store a Sdr graphic.
Definition: StarObjectSmallGraphic.cxx:383
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:1294
Internal: virtual class to store a Sdr graphic caption.
Definition: StarObjectSmallGraphic.cxx:745
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: STOFFPosition.hxx:47
Internal: the structures of a StarObjectSmallGraphic.
Definition: StarObjectSmallGraphic.cxx:60