74 void computePositions()
const;
95 void sendObjects(
int page,
int pageToIgnore=-2);
104 void sendBorder(
int borderId);
107 void storeObjects(std::vector<WPSOLEParserObject>
const &objects,
108 std::vector<int>
const &ids);
132 bool readMetaFile(
RVNGInputStreamPtr input,
long endPos, librevenge::RVNGBinaryData &pict);
151 mutable shared_ptr<WPS8GraphInternal::State>
m_state;
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Graph.h:135
shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition: libwps_internal.h:122
shared_ptr< WPS8GraphInternal::State > m_state
the state
Definition: WPS8Graph.h:151
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:90
This class parses Works version 2000 through 8.
Definition: WPS8.h:49
WPSParser & operator=(const WPSParser &)
void setListener(WPSContentListenerPtr &listen)
sets the listener
Definition: WPS8Graph.h:65
the main class to read/store pictures in a Pc MS Works document v5-8
Definition: WPS8Graph.h:54
Definition: WPSDebug.h:196
int version() const
Definition: WPSParser.h:56
WPSContentListenerPtr m_listener
the listener
Definition: WPS8Graph.h:145
shared_ptr< WPSContentListener > m_listener
Definition: WPS8.h:159
small struct to store an object
Definition: WPSOLEParser.h:79
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Graph.h:154
friend class WPS8Graph
Definition: WPS8.h:52
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:102
Internal: the structures of a WPS8Graph.
Definition: WPS8Graph.cpp:46
bool sendObject(Vec2f const &size, int objectId, bool ole)
sends an object as a character with given size (via its WPS8Graph )
Definition: WPS8.cpp:471
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Graph.h:148