73 void computePositions()
const;
94 void sendObjects(
int page,
int pageToIgnore=-2);
103 void sendBorder(
int borderId);
106 void storeObjects(std::map<int,WPSEmbeddedObject>
const &objectsMap);
144 mutable std::shared_ptr<WPS8GraphInternal::State>
m_state;
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Graph.h:128
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:90
This class parses Works version 2000 through 8.
Definition: WPS8.h:49
void setListener(WPSContentListenerPtr &listen)
sets the listener
Definition: WPS8Graph.h:64
the main class to read/store pictures in a Pc MS Works document v5-8
Definition: WPS8Graph.h:53
Definition: WPSDebug.h:207
int version() const
Definition: WPSParser.h:56
WPSContentListenerPtr m_listener
the listener
Definition: WPS8Graph.h:138
std::shared_ptr< WPS8GraphInternal::State > m_state
the state
Definition: WPS8Graph.h:144
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Graph.h:147
friend class WPS8Graph
Definition: WPS8.h:52
std::shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition: libwps_internal.h:107
WPSParser & operator=(const WPSParser &)=delete
Internal: the structures of a WPS8Graph.
Definition: WPS8Graph.cpp:48
std::shared_ptr< WPSContentListener > m_listener
Definition: WPS8.h:159
bool sendObject(Vec2f const &size, int objectId, bool ole)
sends an object as a character with given size (via its WPS8Graph )
Definition: WPS8.cpp:485
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:141