|
void | init () |
| inits all internal variables More...
|
|
void | createDocument (WPXDocumentInterface *documentInterface) |
| creates the listener which will be associated to the document More...
|
|
bool | createZones () |
| finds the different objects zones More...
|
|
bool | readPrintInfo () |
| read the print info zone More...
|
|
bool | readWindowsInfo (int zone) |
| read the main info for zone ( 0: MAIN ZONE, 1 : HEADER, 2 : FOOTER ) More...
|
|
bool | sendWindow (int zone, Vec2i limits=Vec2i(-1,-1)) |
| send a zone ( 0: MAIN ZONE, 1 : HEADER, 2 : FOOTER ) More...
|
|
bool | readWindowsZone (int zone) |
| read the page info zone More...
|
|
bool | readPageInfo (int zone) |
| read the page info zone More...
|
|
bool | readColInfo (int zone) |
| read the col info zone ? More...
|
|
bool | readParagraphInfo (int zone) |
| read the paragraph info zone More...
|
|
bool | findSection (int zone, Vec2i limits, MWAWSection &sec) |
| try to find the data which correspond to a section ( mainly column ) More...
|
|
bool | readSection (WPParserInternal::ParagraphInfo const &info, bool mainBlock) |
| read a section More...
|
|
bool | readText (WPParserInternal::ParagraphInfo const &info) |
| read a text More...
|
|
bool | readTable (WPParserInternal::ParagraphInfo const &info) |
| read a table More...
|
|
bool | readGraphic (WPParserInternal::ParagraphInfo const &info) |
| read a graphic More...
|
|
bool | readUnknown (WPParserInternal::ParagraphInfo const &info) |
| read a unknown section More...
|
|
double | getTextHeight () const |
| returns the page height, ie. paper size less margin (in inches) and header/footer More...
|
|
void | newPage (int number) |
| adds a new page More...
|
|
bool | readParagraphData (WPParserInternal::ParagraphInfo const &info, bool hasFonts, WPParserInternal::ParagraphData &data) |
| reads a paragraph data More...
|
|
MWAWParagraph | getParagraph (WPParserInternal::ParagraphData const &data) |
| returns a paragraph corresponding to a paragraph data More...
|
|
bool | readFonts (int nFonts, int type, std::vector< WPParserInternal::Font > &fonts) |
| reads a list of font (with position) More...
|
|
bool | readLines (WPParserInternal::ParagraphInfo const &info, int nLines, std::vector< WPParserInternal::Line > &lines) |
| reads a list of line (with position) More...
|
|
| MWAWParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header) |
| constructor (protected) More...
|
|
| MWAWParser (MWAWParserStatePtr state) |
| constructor using a state More...
|
|
MWAWParserStatePtr | getParserState () |
| returns the parser state More...
|
|
MWAWHeader * | getHeader () |
| returns the header More...
|
|
MWAWInputStreamPtr & | getInput () |
| returns the actual input More...
|
|
MWAWGraphicListenerPtr & | getGraphicListener () |
| returns the graphic listener More...
|
|
MWAWContentListenerPtr & | getListener () |
| returns the listener More...
|
|
MWAWPageSpan const & | getPageSpan () const |
| returns the actual page dimension More...
|
|
MWAWPageSpan & | getPageSpan () |
| returns the actual page dimension More...
|
|
double | getFormLength () const |
| returns the form length More...
|
|
double | getFormWidth () const |
| returns the form width More...
|
|
double | getPageLength () const |
| returns the page length (form length without margin ) More...
|
|
double | getPageWidth () const |
| returns the page width (form width without margin ) More...
|
|
MWAWRSRCParserPtr & | getRSRCParser () |
| returns the rsrc parser More...
|
|
void | setListener (MWAWContentListenerPtr &listener) |
| sets the listener More...
|
|
void | resetListener () |
| resets the listener More...
|
|
MWAWFontConverterPtr & | getFontConverter () |
| returns the font converter More...
|
|
void | setFontConverter (MWAWFontConverterPtr fontConverter) |
| sets the font convertor More...
|
|
libmwaw::DebugFile & | ascii () |
| a DebugFile used to write what we recognize when we parse the document More...
|
|
void | setAsciiName (char const *name) |
| Debugging: change the default ascii file. More...
|
|
std::string const & | asciiName () const |
| return the ascii file name More...
|
|
the main class to read a Writerperfect file