40 namespace WPS8TableInternal
100 bool sendTable(
Vec2f const &siz,
int tableId,
int strsid,
bool inTextBox=
false);
130 mutable shared_ptr<WPS8TableInternal::State>
m_state;
WPS8Table(WPS8Parser &parser)
constructor
Definition: WPS8Table.cpp:184
This class parses Works version 2000 through 8.
Definition: WPS8.h:53
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
Internal: class to store a basic cell with borders.
Definition: WPS8Table.cpp:47
WPS8Table & operator=(WPS8Table const &orig)
Definition: WPSContentListener.h:168
int numPages() const
returns the number page where we find a picture. In practice, 0/1
Definition: WPS8Table.cpp:204
bool readMCLD(WPXInputStreamPtr input, WPSEntry const &entry)
reads a MCLD zone: a zone which stores the tables structures
Definition: WPS8Table.cpp:317
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Table.h:114
void sendTextInCell(int strsId, int cellId)
Definition: WPS8Table.cpp:209
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Table.h:127
void computePositions() const
computes the final position of all table: does nothing as table anchors seem always a char ...
Definition: WPS8Table.cpp:217
shared_ptr< WPS8ContentListener > WPS8ContentListenerPtr
Definition: WPS8Graph.h:43
~WPS8Table()
destructor
Definition: WPS8Table.cpp:190
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Table.h:133
void setListener(WPS8ContentListenerPtr &listen)
sets the listener
Definition: WPS8Table.h:74
int version() const
returns the file version
Definition: WPS8Table.cpp:197
bool readStructures(WPXInputStreamPtr input)
finds all structures which correspond to a table
Definition: WPS8Table.cpp:294
void flushExtra()
sends the data which have not been send to the listener.
Definition: WPS8Table.cpp:222
bool sendTable(Vec2f const &siz, int tableId, int strsid, bool inTextBox=false)
tries to send a table corresponding to strsid with actual size siz
Definition: WPS8Table.cpp:242
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