Go to the documentation of this file.
34 #ifndef MS_WKS_DOCUMENT
35 # define MS_WKS_DOCUMENT
41 #include <librevenge/librevenge.h>
168 void getPageSpanList(std::vector<MWAWPageSpan> &pagesList,
int &numPages);
172 std::vector<MWAWColor>
const &
getPalette(
int vers);
181 std::multimap<std::string, MWAWEntry> &
getEntryMap();
191 void newPage(
int page,
bool softBreak=
false);
218 bool readDBNumber(
long endPos,
double &res,
bool &isNan, std::string &str);
240 shared_ptr<MsWksDocumentInternal::State>
m_state;
bool hasHeader() const
returns true if the document has some header ( found by checkHeader3)
Definition: MsWksDocument.cxx:389
@ F_CellList
Definition: MWAWCell.hxx:360
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
shared_ptr< MsWksGraph > getGraphParser()
returns the graph parser
Definition: MsWksDocument.hxx:118
SubDocument(MsWksDocument &document, MWAWInputStreamPtr input, Type type, int zoneId)
Definition: MsWksDocument.cxx:207
@ MWAW_K_DATABASE
database
Definition: MWAWDocument.hxx:87
void readContentZones(MWAWEntry const &entry, bool mainOle)
final reading of a text zone
Definition: MsWks4Zone.cxx:550
int m_numPages
the number of page of the final document
Definition: MsWksDocument.cxx:100
@ MWAW_T_MICROSOFTWORKS
Microsoft Works Mac: export database(as spreadsheet), graphic, spreadsheet and text files.
Definition: MWAWDocument.hxx:133
int m_footerHeight
the footer height if known
Definition: MsWksDocument.cxx:103
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MsWksDocument.hxx:108
MWAWParser * m_parser
the main parser
Definition: MsWksDocument.hxx:247
a zone of a MsWksDocument ( main, header, footer )
Definition: MsWksDocument.hxx:80
virtual bool operator!=(MWAWSubDocument const &doc) const
operator!=
Definition: MsWksDocument.cxx:268
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:69
void setName(std::string const &nam)
sets the name of the entry
Definition: MWAWEntry.hxx:137
a note
Definition: libmwaw_internal.hxx:406
shared_ptr< MsWks4Zone > m_footerParser
parser of the footer ole
Definition: MsWksDocument.cxx:92
The class which parses text zones in a mac MS Works document v4.
Definition: MsWks4Text.hxx:65
void setPageSpan(const int pageSpan)
set the page span ( default 1)
Definition: MWAWPageSpan.hxx:262
@ MWAW_K_SPREADSHEET
spreadsheet
Definition: MWAWDocument.hxx:86
shared_ptr< MsWks4Text > m_textParser4
the text document (for v4 document)
Definition: MsWksDocument.hxx:260
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
long m_fileHeaderSize
the file header size
Definition: MsWksDocument.cxx:80
@ Text
Definition: MsWksDocument.cxx:206
MWAWDocument::Kind m_kind
the type of document
Definition: MsWksDocument.cxx:78
void(MWAWParser::* NewPage)(int page, bool softBreak)
callback used to send a page break
Definition: MsWksDocument.hxx:263
Internal: the structures of a MsWksDocument.
Definition: MsWksDocument.cxx:64
Internal: the state of a MsWksDocument.
Definition: MsWksDocument.cxx:68
bool readGroupHeaderFooter(bool header, int check)
try to read a header/footer group
Definition: MsWksDocument.cxx:856
void getPageSpanList(std::vector< MWAWPageSpan > &pagesList, int &numPages)
get the page span list and the number of page for a v1-v3 document
Definition: MsWksDocument.cxx:404
the main class to read a Microsoft Works graphic file
Definition: MsWksDRParser.hxx:60
std::vector< MWAWColor > const & getPalette(int vers)
returns a list of color corresponding to a version
Definition: MsWksDocument.cxx:557
Internal: the subdocument of a MsWksDocument.
Definition: MsWksDocument.cxx:204
void sendZone(int zoneType)
try to send a zone (v1-v3 document)
Definition: MsWksDocument.cxx:366
int m_id
the rbil id
Definition: MsWksGraph.hxx:117
std::vector< std::string > m_unparsedOlesName
the list of unparsed OLEs
Definition: MsWksDocument.cxx:97
@ F_Operator
Definition: MWAWCell.hxx:360
bool readZone(Zone &zone)
try to read a generic zone
Definition: MsWksDocument.cxx:955
MWAWEntry getTextPosition() const
return the text positions ( used for frame text)
Definition: MsWks4Zone.cxx:247
@ Zone
Definition: MsWksDocument.cxx:206
shared_ptr< MsWks3Text > getTextParser3()
returns the text parser (for v1-v3 document)
Definition: MsWksDocument.cxx:301
bool open(std::string const &filename)
opens/creates a file to store a result
Definition: MWAWDebug.cxx:46
friend class MsWks4Zone
Definition: MsWksDocument.hxx:72
bool readDocumentInfo(long sz=-1)
try to read the documentinfo ( v1-v3)
Definition: MsWksDocument.cxx:742
small class use to define a formula instruction
Definition: MWAWCell.hxx:359
@ Z_NONE
Definition: MsWksDocument.hxx:78
the class to store a color
Definition: libmwaw_internal.hxx:182
small class use to define a embedded object
Definition: libmwaw_internal.hxx:425
shared_ptr< MsWks4Zone > m_headerParser
parser of the header ole
Definition: MsWksDocument.cxx:92
MWAWPosition::AnchorTo m_anchor
the anchor
Definition: MsWksGraph.hxx:119
Zone(ZoneType type=Z_NONE, int zoneId=-1)
the constructor
Definition: MsWksDocument.hxx:82
bool getColor(int id, MWAWColor &col, int vers)
returns the color which correspond to an index
Definition: MsWksDocument.cxx:562
void setKind(MWAWDocument::Kind kind)
sets the document's kind
Definition: MsWksDocument.cxx:328
the main class to read a Microsoft Works file: v1-v4
Definition: MsWksParser.hxx:60
Kind
an enum to define the kind of document
Definition: MWAWDocument.hxx:80
@ MWAW_K_DRAW
vectorized grphic
Definition: MWAWDocument.hxx:83
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:74
@ F_Function
Definition: MWAWCell.hxx:360
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: MWAWOLEParser.hxx:86
void initAsciiFile(std::string const &name)
inits the ascii file
Definition: MsWksDocument.cxx:295
the AppleŠ printer information : TPrint
Definition: MWAWPrinter.hxx:82
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
int m_freeZoneId
an id to count the number of free map
Definition: MsWksDocument.cxx:82
abstract class used to store a subdocument (with a comparison function)
Definition: MWAWSubDocument.hxx:42
std::string m_content
the content ( if type == F_Operator or type = F_Function or type==F_Text)
Definition: MWAWCell.hxx:376
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
ZoneType m_type
the zone type
Definition: MsWksDocument.hxx:84
State()
constructor
Definition: MsWksDocument.cxx:70
MsWksDocument & operator=(MsWksDocument const &orig)
libmwaw::DebugFile m_asciiFile
the debug file of the actual input
Definition: MsWksDocument.hxx:253
NewPage m_newPage
the new page callback
Definition: MsWksDocument.hxx:266
virtual ~SubDocument()
destructor
Definition: MsWksDocument.cxx:212
bool readCellInFormula(MWAWCellContent::FormulaInstruction &instr, bool is2D)
reads a cell
Definition: MsWksDocument.cxx:1194
std::multimap< int, MsWksDocument::Zone > m_typeZoneMap
the list of zone (for v1-v3) document
Definition: MsWksDocument.cxx:84
std::map< std::string, shared_ptr< MsWks4Zone > > m_frameParserMap
the frame parsers: name-> parser
Definition: MsWksDocument.cxx:95
ZoneType
the different type of zone (v1-v3)
Definition: MsWksDocument.hxx:78
SubDocumentType
Definition: libmwaw_internal.hxx:178
@ Z_FOOTER
Definition: MsWksDocument.hxx:78
bool m_hasFooter
true if there is a footer v3
Definition: MsWksDocument.cxx:87
std::vector< FormulaInstruction > m_formula
the formula list of instruction
Definition: MWAWCell.hxx:440
int m_textId
the text internal id
Definition: MsWksDocument.hxx:88
shared_ptr< MWAWParserState > m_parserState
the parser state
Definition: MsWksDocument.hxx:243
MWAWVec2i m_size
the size of the data ( used by rbil )
Definition: MsWksGraph.hxx:123
T y() const
second element
Definition: libmwaw_internal.hxx:620
This class provides all the functions needed by applications to parse many pre-MacOSX documents.
Definition: MWAWDocument.hxx:70
Type m_type
the type
Definition: MWAWCell.hxx:374
Zone getZone(ZoneType type) const
returns the zone corresponding to a zoneType (v1-v3 document)
Definition: MsWksDocument.cxx:338
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MsWksDocument.hxx:127
T x() const
first element
Definition: libmwaw_internal.hxx:615
the main class to read the text part of Microsoft Works file
Definition: MsWks3Text.hxx:70
void sendOLE(int id, MWAWPosition const &pos, MWAWGraphicStyle const &style)
send an OLE zone
Definition: MsWksDocument.cxx:492
MWAWInputStreamPtr m_input
the input which can be an OLE in MSWorks 4 file
Definition: MsWksDocument.hxx:251
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
std::multimap< std::string, MWAWEntry > & getEntryMap()
returns the document entry map of a v4 document
Definition: MsWksDocument.cxx:351
bool createZones(bool mainOle)
finds and parses all the zones to prepare the data
Definition: MsWks4Zone.cxx:453
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:56
bool checkHeader3(MWAWHeader *header, bool strict=false)
checks if the file header corresponds to a v1-v3 document (or not)
Definition: MsWksDocument.cxx:1002
@ RBIL
Definition: MsWksGraph.hxx:115
void sendFootnote(int id)
tries to send a footnote
Definition: MsWksDocument.cxx:481
long length() const
returns the length of the zone
Definition: MWAWEntry.hxx:82
void sendFootnoteContent(int noteId)
try to send a footnote content (v4 document)
Definition: MsWksDocument.cxx:374
@ Z_HEADER
Definition: MsWksDocument.hxx:78
The class which parses the main zones of a mac MS Works document v4.
Definition: MsWks4Zone.hxx:74
shared_ptr< MsWksGraph > m_graphParser
the graph document
Definition: MsWksDocument.hxx:256
small class use to define a sheet cell content
Definition: MWAWCell.hxx:356
shared_ptr< MsWksDocumentInternal::State > m_state
the state
Definition: MsWksDocument.hxx:240
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:72
the main class to read a Microsoft Works database file and convert it in a spreadsheet file
Definition: MsWksDBParser.hxx:66
std::vector< MWAWColor > const & getPalette(int vers)
returns a color palette
Definition: MsWksDocument.cxx:106
void setVersion(int vers)
sets the document's version
Definition: MsWksDocument.cxx:313
std::vector< std::string > const & getUnparsedOLEZones() const
returns the list of unparsed OLE zones
Definition: MsWksDocument.cxx:587
shared_ptr< MsWks4Zone > m_footnoteParser
parser of the footnote ole
Definition: MsWksDocument.cxx:93
int m_id
the subdocument id
Definition: MsWksDocument.cxx:231
void setId(int newId)
sets the id
Definition: MWAWEntry.hxx:158
shared_ptr< MsWks4Text > getTextParser4()
returns the text parser (for v4 document)
Definition: MsWksDocument.cxx:307
int m_actPage
the actual page
Definition: MsWksDocument.cxx:100
bool read(MWAWInputStreamPtr input)
reads the struture in a file
Definition: MWAWPrinter.cxx:218
the main class to read a Microsoft Works spreadsheet file
Definition: MsWksSSParser.hxx:66
@ Char
Definition: MWAWPosition.hxx:51
double m_doubleValue
value ( if type==F_Double )
Definition: MWAWCell.hxx:380
@ F_Cell
Definition: MWAWCell.hxx:360
long getLengthOfFileHeader3() const
returns the length of the file header of a v1-v3 document (if know)
Definition: MsWksDocument.cxx:356
shared_ptr< MsWks3Text > m_textParser3
the text document (for v1-3 document)
Definition: MsWksDocument.hxx:258
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
long end() const
returns the end offset
Definition: MWAWEntry.hxx:77
small struct used which picture need to be send
Definition: MsWksGraph.hxx:109
shared_ptr< MWAWOLEParser > m_oleParser
the ole parser
Definition: MsWksDocument.cxx:91
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:100
@ Note
Definition: MsWksDocument.cxx:206
MWAWDocument::Kind getKind() const
returns the document's kind
Definition: MsWksDocument.cxx:323
MsWksDocument(MsWksDocument const &orig)
void sendRBIL(int id, MWAWVec2i const &sz)
send a rbil zone
Definition: MsWksDocument.cxx:508
float getHeaderFooterHeight(bool header) const
returns the header/footer height (found by readGroupHeaderFooter)
Definition: MsWksDocument.cxx:399
bool readDBNumber(long endPos, double &res, bool &isNan, std::string &str)
try to read a number
Definition: MsWksDocument.cxx:1184
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:75
@ F_Double
Definition: MWAWCell.hxx:360
Type
Definition: MsWksDocument.cxx:206
MWAWVec2i m_position[2]
cell position ( if type==F_Cell or F_CellList )
Definition: MWAWCell.hxx:382
MWAWVec2< T > const & min() const
the minimum 2D point (in x and in y)
Definition: libmwaw_internal.hxx:980
virtual ~MsWksDocument()
destructor
Definition: MsWksDocument.cxx:291
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
void setStream(MWAWInputStreamPtr ip)
resets the input
Definition: MWAWDebug.hxx:73
void setHeaderFooter(MWAWHeaderFooter const &headerFooter)
add a header/footer on some page
Definition: MWAWPageSpan.cxx:223
@ Z_MAIN
Definition: MsWksDocument.hxx:78
void sendText(int id)
try to send a text zone (v1-v3 document)
Definition: MsWksDocument.cxx:361
MsWksDocument * m_parentDocument
the parent document (if this is not the main document)
Definition: MsWksDocument.hxx:249
MWAWParser & getMainParser()
returns the main parser
Definition: MsWksDocument.hxx:113
bool readDBString(long endPos, std::string &res)
try to read a string
Definition: MsWksDocument.cxx:1169
MWAWVec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:1008
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
int getNewZoneId() const
returns a free zone'id
Definition: MsWksDocument.cxx:333
std::multimap< std::string, MWAWEntry > m_entryMap
the list of entries, name->entry ( for v4 document)
Definition: MsWksDocument.cxx:86
bool createOLEZones(MWAWInputStreamPtr input)
finds the different OLE zones
Definition: MsWksDocument.cxx:592
int version() const
returns the document's version
Definition: MsWksDocument.cxx:318
std::vector< MWAWColor > m_colorPalette[4]
the color palette
Definition: MsWksDocument.cxx:99
@ FootNote
Definition: libmwaw_internal.hxx:408
MsWksDocument & m_document
the main document
Definition: MsWksDocument.cxx:227
MWAWVec2b m_positionRelative[2]
relative cell position ( if type==F_Cell or F_CellList )
Definition: MWAWCell.hxx:384
int m_zoneId
the parser zone id
Definition: MsWksDocument.hxx:86
@ OLE
Definition: MsWksDocument.cxx:206
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: MsWksDocument.cxx:234
shared_ptr< MWAWSubDocument > MWAWSubDocumentPtr
a smart pointer of MWAWSubDocument
Definition: libmwaw_internal.hxx:517
bool m_hasHeader
true if there is a header v3
Definition: MsWksDocument.cxx:87
bool readPrintInfo()
read the print info zone (v1-v3)
Definition: MsWksDocument.cxx:676
void newPage(int page, bool softBreak=false)
tries to create a new page
Definition: MsWksDocument.cxx:470
bool hasFooter() const
returns true if the document has some footer ( found by checkHeader3)
Definition: MsWksDocument.cxx:394
Type m_type
the type
Definition: MsWksDocument.cxx:229
MWAWVec2< bool > MWAWVec2b
MWAWVec2 of bool.
Definition: libmwaw_internal.hxx:779
enum MsWksGraph::SendData::Type m_type
void sendTextbox(MWAWEntry const &entry, std::string const &frame)
send a textbox
Definition: MsWksDocument.cxx:518
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:781
int m_headerHeight
the header height if known
Definition: MsWksDocument.cxx:102
virtual bool operator==(MWAWSubDocument const &doc) const
operator!==
Definition: MsWksDocument.cxx:217
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
std::multimap< int, Zone > & getTypeZoneMap()
returns the document entry map of a v1-v3 document
Definition: MsWksDocument.cxx:346
shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:77
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
bool readFormula(long endPos, MWAWCellContent &content, std::string &extra)
Definition: MsWksDocument.cxx:1233
MsWksDocument(MWAWInputStreamPtr input, MWAWParser &parser)
constructor
Definition: MsWksDocument.cxx:283
Generated on Wed Jun 17 2020 06:30:11 for libmwaw by
doxygen 1.8.18