80 void computePositions()
const;
100 bool sendTable(
Vec2f const &siz,
int tableId,
int strsid,
bool inTextBox=
false);
130 mutable shared_ptr<WPS8TableInternal::State>
m_state;
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:97
This class parses Works version 2000 through 8.
Definition: WPS8.h:53
WPSParser & operator=(const WPSParser &)
shared_ptr< WPXInputStream > WPXInputStreamPtr
Definition: libwps_internal.h:74
Definition: WPSDebug.h:198
the main class to read/store table in a Pc MS Works document v5-8
Definition: WPS8Table.h:62
WPS8ContentListenerPtr m_listener
the listener
Definition: WPS8Table.h:124
int version() const
Definition: WPSParser.h:62
Internal: class to store a basic cell with borders.
Definition: WPS8Table.cpp:47
Definition: WPSContentListener.h:168
shared_ptr< WPS8ContentListener > m_listener
Definition: WPS8.h:161
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Table.h:114
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Table.h:127
shared_ptr< WPS8ContentListener > WPS8ContentListenerPtr
Definition: WPS8Graph.h:43
friend class WPS8Table
Definition: WPS8.h:57
bool sendTable(Vec2f const &size, int objectId)
sends a table as a character with given size ( via its WPS8Table )
Definition: WPS8.cpp:451
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Table.h:133
void sendTextInCell(int strsId, int cellId)
send the text of a cell to a listener (via WPS8Text)
Definition: WPS8.cpp:421
void setListener(WPS8ContentListenerPtr &listen)
sets the listener
Definition: WPS8Table.h:74
Internal: the structures of a WPS8Table.
Definition: WPS8Table.cpp:44
shared_ptr< WPS8ContentListener > WPS8ContentListenerPtr
Definition: WPS8Table.h:38
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:37
shared_ptr< WPS8TableInternal::State > m_state
the state
Definition: WPS8Table.h:130
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39