filters
OOWriterWorker Class Reference
Inheritance diagram for OOWriterWorker:

Detailed Description
Definition at line 52 of file oowriter/ExportFilter.h.
Public Types | |
AnchorUnknown = 0 | |
AnchorInlined | |
AnchorNonInlined | |
AnchorTextImage | |
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.
- Enumerator:
-
AnchorInlined The frameset is inlined. AnchorNonInlined the frameset is not inlined AnchorTextImage This is a text image (KWord 0.8; inlined; only for pictures).
Definition at line 59 of file oowriter/ExportFilter.h.
Member Function Documentation
bool OOWriterWorker::doCloseFile | ( | void | ) | [virtual] |
Close file in normal conditions.
Reimplemented from KWEFBaseWorker.
Definition at line 566 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doCloseStyles | ( | void | ) | [virtual] |
Like HTML's </style>.
Reimplemented from KWEFBaseWorker.
Definition at line 2080 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doDeclareNonInlinedFramesets | ( | QValueList< FrameAnchor > & | pictureAnchors, | |
QValueList< FrameAnchor > & | tableAnchors | |||
) | [virtual] |
- Since:
- 1.4
Reimplemented from KWEFBaseWorker.
Definition at line 2147 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doFullDefineStyle | ( | LayoutData & | layout | ) | [virtual] |
Defines a single style.
Reimplemented from KWEFBaseWorker.
Definition at line 2057 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doFullPaperBorders | ( | const double | top, | |
const double | left, | |||
const double | bottom, | |||
const double | right | |||
) | [virtual] |
Like KWord's <PAPERBORDERS>.
Reimplemented from KWEFBaseWorker.
Definition at line 2115 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doFullPaperFormat | ( | const int | format, | |
const double | width, | |||
const double | height, | |||
const int | orientation | |||
) | [virtual] |
Like AbiWord's <papersize>.
Reimplemented from KWEFBaseWorker.
Definition at line 2086 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doFullPaperFormatOther | ( | const int | columns, | |
const double | columnspacing, | |||
const int | numPages | |||
) | [virtual] |
Other data of KWord's <PAPER> which are not in.
- See also:
- doFullPaperFormat
- Since:
- 1.4
Reimplemented from KWEFBaseWorker.
Definition at line 2125 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doOpenBody | ( | void | ) | [virtual] |
Like HTML's <BODY>.
Reimplemented from KWEFBaseWorker.
Definition at line 597 of file oowriter/ExportFilter.cc.
bool OOWriterWorker::doOpenStyles | ( | void | ) | [virtual] |
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: