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;
100 std::shared_ptr<StarObjectSmallGraphicInternal::SdrGraphic> readSVDRObject(
StarZone &zone,
int identifier);
129 bool readSDRGluePointList(
StarZone &zone, std::vector<StarObjectSmallGraphicInternal::GluePoint> &listPoints);
131 bool readSDRObjectConnection(
StarZone &zone);
133 bool readSDRObjectSurrogate(
StarZone &zone);
137 std::shared_ptr<StarObjectSmallGraphicInternal::SDRUserData> readSDRUserData(
StarZone &zone,
bool inRecord);
139 bool readSDRUserDataList(
StarZone &zone,
bool inRecord,
140 std::vector<std::shared_ptr<StarObjectSmallGraphicInternal::SDRUserData> > &data);
143 std::shared_ptr<StarObjectSmallGraphicInternal::Graphic> readFmFormObject(
StarZone &zone,
int identifier);
146 std::shared_ptr<StarObjectSmallGraphicInternal::SDRUserData> readSCHUObject(
StarZone &zone,
int identifier);
149 std::shared_ptr<StarObjectSmallGraphicInternal::SDRUserData> readSDUDObject(
StarZone &zone,
int identifier);
Internal: virtual class to store a Sdr graphic edge.
Definition: StarObjectSmallGraphic.cxx:836
Internal: virtual class to store a Sdr graphic group.
Definition: StarObjectSmallGraphic.cxx:454
Internal: virtual class to store a Sdr graphic edge.
Definition: StarObjectSmallGraphic.cxx:1049
Internal: virtual class to store a Sdr graphic graph.
Definition: StarObjectSmallGraphic.cxx:944
Internal: virtual class to store a Sdr graphic text.
Definition: StarObjectSmallGraphic.cxx:527
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:45
Internal: virtual class to store a Sdr graphic OLE.
Definition: StarObjectSmallGraphic.cxx:1124
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:214
Internal: virtual class to store a Sdr graphic rectangle.
Definition: StarObjectSmallGraphic.cxx:631
Internal: virtual class to store a Sdr graphic circle.
Definition: StarObjectSmallGraphic.cxx:756
Internal: virtual class to store a Sdr graphic attribute.
Definition: StarObjectSmallGraphic.cxx:388
the main class to read a small StarOffice graphic zone
Definition: StarObjectSmallGraphic.hxx:81
Internal: virtual class to store a glue point.
Definition: StarObjectSmallGraphic.cxx:69
Internal: virtual class to store a outliner paragraph object.
Definition: StarObjectSmallGraphic.cxx:104
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:491
std::shared_ptr< StarObjectSmallGraphicInternal::State > m_graphicState
the state
Definition: StarObjectSmallGraphic.hxx:157
Internal: virtual class to store a Sdr graphic.
Definition: StarObjectSmallGraphic.cxx:286
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:1275
Internal: virtual class to store a Sdr graphic caption.
Definition: StarObjectSmallGraphic.cxx:690
Internal: the structures of a StarObjectSmallGraphic.
Definition: StarObjectSmallGraphic.cxx:65