43 class WPXPropertyList;
48 namespace MSKParserInternal
80 static std::vector<MWAWColor>
const &
getPalette(
int vers);
87 WPXPropertyList frameExtras);
MSKParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: MSKParser.cxx:39
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MSKParser.hxx:93
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
the main class to read the graphic of a Microsoft Works file
Definition: MSKGraph.hxx:68
virtual void sendOLE(int id, MWAWPosition const &pos, WPXPropertyList frameExtras)
virtual function used to send an OLE (v4)
Definition: MSKParser.cxx:60
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MSKParser.hxx:72
libmwaw::DebugFile m_asciiFile
the debug file of the actual input
Definition: MSKParser.hxx:100
virtual void sendFrameText(MWAWEntry const &entry, std::string const &frame)
virtual function used to send the text of a frame (v4)
Definition: MSKParser.cxx:53
the class to store a color
Definition: libmwaw_internal.hxx:166
virtual ~MSKParser()
destructor
Definition: MSKParser.cxx:49
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:354
generic parser for Microsoft Works file
Definition: MSKParser.hxx:58
the main class to read the table ( or a chart ) of a Microsoft Works file
Definition: MSKTable.hxx:58
MWAWInputStreamPtr m_input
the input which can be an OLE in MSWorks 4 file
Definition: MSKParser.hxx:98
bool getColor(int id, MWAWColor &col, int vers=-1) const
return the color which correspond to an index
Definition: MSKParser.cxx:162
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
static std::vector< MWAWColor > const & getPalette(int vers)
return a list of color corresponding to a version
Definition: MSKParser.cxx:65
virtual Vec2f getPageLeftTop() const =0
returns the page top left point
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:89
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46