filters
OOWriterWorker Class Reference
Inheritance diagram for OOWriterWorker:

Detailed Description
Definition at line 52 of file oowriter/ExportFilter.h.
Public Types | |
enum | AnchorType { AnchorUnknown = 0, AnchorInlined, AnchorNonInlined, AnchorTextImage } |
Public Member Functions | |
OOWriterWorker (void) | |
virtual | ~OOWriterWorker (void) |
virtual bool | doOpenFile (const QString &filenameOut, const QString &to) |
virtual bool | doCloseFile (void) |
virtual bool | doOpenDocument (void) |
virtual bool | doCloseDocument (void) |
virtual bool | doFullParagraph (const QString ¶Text, const LayoutData &layout, const ValueListFormatData ¶FormatDataList) |
virtual bool | doFullPaperFormat (const int format, const double width, const double height, const int orientation) |
virtual bool | doFullPaperBorders (const double top, const double left, const double bottom, const double right) |
virtual bool | doFullPaperFormatOther (const int columns, const double columnspacing, const int numPages) |
virtual bool | doOpenStyles (void) |
virtual bool | doCloseStyles (void) |
virtual bool | doFullDefineStyle (LayoutData &layout) |
virtual bool | doFullDocumentInfo (const KWEFDocumentInfo &docInfo) |
virtual bool | doVariableSettings (const VariableSettingsData &vs) |
virtual bool | doOpenBody (void) |
virtual bool | doDeclareNonInlinedFramesets (QValueList< FrameAnchor > &pictureAnchors, QValueList< FrameAnchor > &tableAnchors) |
Member Enumeration Documentation
|
What is the type of the frameset anchor.
Definition at line 59 of file oowriter/ExportFilter.h. |
Member Function Documentation
|
Close file in normal conditions.
Reimplemented from KWEFBaseWorker. Definition at line 566 of file oowriter/ExportFilter.cc. |
|
Like HTML's </style>.
Reimplemented from KWEFBaseWorker. Definition at line 2080 of file oowriter/ExportFilter.cc. |
|
Reimplemented from KWEFBaseWorker. Definition at line 2147 of file oowriter/ExportFilter.cc. |
|
Defines a single style.
Reimplemented from KWEFBaseWorker. Definition at line 2057 of file oowriter/ExportFilter.cc. |
|
Like KWord's <PAPERBORDERS>.
Reimplemented from KWEFBaseWorker. Definition at line 2115 of file oowriter/ExportFilter.cc. |
|
Like AbiWord's <papersize>.
Reimplemented from KWEFBaseWorker. Definition at line 2086 of file oowriter/ExportFilter.cc. |
|
Other data of KWord's <PAPER> which are not in.
Reimplemented from KWEFBaseWorker. Definition at line 2125 of file oowriter/ExportFilter.cc. |
|
Like HTML's <BODY>.
Reimplemented from KWEFBaseWorker. Definition at line 597 of file oowriter/ExportFilter.cc. |
|
Like HTML's <style>.
Reimplemented from KWEFBaseWorker. Definition at line 2045 of file oowriter/ExportFilter.cc. |
The documentation for this class was generated from the following files: