28 #include <librevenge-stream/librevenge-stream.h> 69 bool checkFilePosition(
long pos);
74 bool hasGraphics(
int sheetId)
const;
76 void sendGraphics(
int sheetId);
80 void sendTextBox(
WPSEntry const &entry);
89 bool readZoneBegin(
long endPos);
91 bool readZoneData(
long endPos,
int type);
93 bool readTextBoxData(
long endPos);
95 bool readPictureDefinition(
long endPos);
97 bool readPictureData(
long endPos);
115 shared_ptr<LotusGraphInternal::State>
m_state;
shared_ptr< WKSContentListener > m_listener
Definition: LotusGraph.h:109
Internal: the subdocument of a LotusGraphc.
Definition: LotusGraph.cpp:212
libwps::DebugFile & ascii()
returns the debug file
Definition: LotusGraph.h:103
Definition: WPSDebug.h:196
WKSSubDocument & operator=(const WKSSubDocument &)
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: LotusGraph.h:63
the graphic zone of a LotusGraph
Definition: LotusGraph.cpp:53
shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: LotusGraph.h:113
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:50
This class parses a WK2..WK4 Lotus spreadsheet.
Definition: Lotus.h:47
libwps::DebugFile & m_asciiFile
the ascii file
Definition: LotusGraph.h:117
WKSParser * parser() const
returns the parser
Definition: WKSSubDocument.h:44
shared_ptr< WKSContentListener > WKSContentListenerPtr
shared pointer to WKSContentListener
Definition: libwps_internal.h:113
This class parses the Lotus style.
Definition: LotusStyleManager.h:45
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
RVNGInputStreamPtr m_input
the input
Definition: LotusGraph.h:108
shared_ptr< LotusGraphInternal::State > m_state
the internal state
Definition: LotusGraph.h:115
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:37
Definition: LotusGraph.cpp:50