38 #ifndef POWER_POINT7_GRAPH 39 # define POWER_POINT7_GRAPH 45 #include <librevenge/librevenge.h> 90 void setColorList(std::vector<MWAWColor>
const &colorList);
97 bool sendText(
int textId);
106 bool readPictureList(
int level,
long endPos);
110 bool readBitmapFlag(
int level,
long endPos);
115 bool readPictureIdContainer(
int level,
long endPos,
int &
id);
117 bool readPictureId(
int level,
long endPos,
int &
id);
124 bool readMetaFileBox(
int level,
long endPos,
MWAWBox2i &box);
127 bool readExternalOleObjectAtom(
int level,
long endPos);
129 bool readExternalOleEmbed(
int level,
long endPos,
int &
id);
131 bool readExternalOleEmbedAtom(
int level,
long endPos);
134 bool readGroup(
int level,
long endPos);
136 bool readGroupAtom(
int level,
long endPos);
138 bool readStyle(
int level,
long endPos);
140 bool readLineArrows(
int level,
long endPos);
142 bool readRect(
int level,
long endPos);
144 bool readRectAtom(
int level,
long endPos);
146 bool readPlaceholderContainer(
int level,
long endPos);
148 bool readPlaceholderAtom(
int level,
long endPos);
150 bool readLine(
int level,
long endPos);
152 bool readLineAtom(
int level,
long endPos);
154 bool readPolygon(
int level,
long endPos);
156 bool readPolygonAtom(
int level,
long endPos);
158 bool readArc(
int level,
long endPos);
160 bool readArcAtom(
int level,
long endPos);
163 bool readPointList(
int level,
long endPos, std::vector<MWAWVec2i> &points);
165 bool readZoneFlags(
int level,
long endPos);
168 bool readZone5000(
int level,
long endPos);
170 bool readZone5000Header(
int level,
long endPos);
172 bool readZone5000Data(
int level,
long endPos);
190 std::shared_ptr<PowerPoint7GraphInternal::State>
m_state;
Internal: a picture of a PowerPoint7Graph.
Definition: PowerPoint7Graph.cxx:276
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
Internal: a frame of a PowerPoint7Graph.
Definition: PowerPoint7Graph.cxx:62
PowerPoint7Parser * m_mainParser
the main parser;
Definition: PowerPoint7Graph.hxx:193
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
std::shared_ptr< PowerPoint7GraphInternal::State > m_state
the state
Definition: PowerPoint7Graph.hxx:190
the main class to read a Microsoft PowerPoint 95 files (Windows)
Definition: PowerPoint7Parser.hxx:61
Internal: the subdocument of a PowerPoint7Graph.
Definition: PowerPoint7Graph.cxx:569
a slide id
Definition: PowerPoint7Struct.hxx:50
the main class to read the graphic part of a PowerPoint 95 file
Definition: PowerPoint7Graph.hxx:73
SubDocument & operator=(SubDocument const &)=delete
MWAWParserStatePtr m_parserState
the parser state
Definition: PowerPoint7Graph.hxx:187
Internal: the structures of a PowerPoint7Graph.
Definition: PowerPoint7Graph.cxx:59
namespace used to define basic struct of a Microsoft PowerPoint 95 files (Windows) ...
Definition: PowerPoint7Graph.hxx:61