75 void computePositions()
const;
95 bool sendTable(
Vec2f const &siz,
int tableId,
int strsid,
bool inTextBox=
false);
125 mutable shared_ptr<WPS8TableInternal::State>
m_state;
shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition: libwps_internal.h:122
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 &)
Definition: WPSDebug.h:196
the main class to read/store table in a Pc MS Works document v5-8
Definition: WPS8Table.h:57
int version() const
Definition: WPSParser.h:56
Internal: class to store a basic cell with borders.
Definition: WPS8Table.cpp:47
shared_ptr< WPSContentListener > m_listener
Definition: WPS8.h:159
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Table.h:109
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Table.h:122
WPSContentListenerPtr m_listener
the listener
Definition: WPS8Table.h:119
friend class WPS8Table
Definition: WPS8.h:53
bool sendTable(Vec2f const &size, int objectId)
sends a table as a character with given size ( via its WPS8Table )
Definition: WPS8.cpp:480
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:102
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Table.h:128
void sendTextInCell(int strsId, int cellId)
send the text of a cell to a listener (via WPS8Text)
Definition: WPS8.cpp:450
Internal: the structures of a WPS8Table.
Definition: WPS8Table.cpp:44
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
shared_ptr< WPS8TableInternal::State > m_state
the state
Definition: WPS8Table.h:125
void setListener(WPSContentListenerPtr &listen)
sets the listener
Definition: WPS8Table.h:69