filters
KWEFBaseWorker Class Reference
#include <KWEFBaseWorker.h>
Inheritance diagram for KWEFBaseWorker:

Detailed Description
Base worker of the libexport system.
Definition at line 35 of file KWEFBaseWorker.h.
Public Member Functions | |
KWEFBaseWorker (void) | |
virtual | ~KWEFBaseWorker (void) |
void | registerKWordLeader (KWEFKWordLeader *leader) |
bool | loadSubFile (const QString &fileName, QByteArray &array) const |
QIODevice * | getSubFileDevice (const QString &fileName) const |
QImage | loadAndConvertToImage (const QString &strName, const QString &inExtension) const |
bool | loadAndConvertToImage (const QString &strName, const QString &inExtension, const QString &outExtension, QByteArray &image) const |
virtual bool | doOpenFile (const QString &filenameOut, const QString &to) |
virtual bool | doCloseFile (void) |
virtual bool | doAbortFile (void) |
virtual bool | doOpenDocument (void) |
virtual bool | doCloseDocument (void) |
virtual bool | doOpenTextFrameSet (void) |
virtual bool | doCloseTextFrameSet (void) |
virtual bool | doFullDocumentInfo (const KWEFDocumentInfo &docInfo) |
virtual bool | doVariableSettings (const VariableSettingsData &varSettings) |
virtual bool | doFullDocument (const QValueList< ParaData > &) |
virtual bool | doFullAllParagraphs (const QValueList< ParaData > ¶List) |
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 | doPageInfo (const int headerType, const int footerType) |
virtual bool | doHeader (const HeaderData &header) |
virtual bool | doFooter (const FooterData &footer) |
virtual bool | doOpenHead (void) |
virtual bool | doCloseHead (void) |
virtual bool | doOpenBody (void) |
virtual bool | doCloseBody (void) |
virtual bool | doOpenStyles (void) |
virtual bool | doCloseStyles (void) |
virtual bool | doFullDefineStyle (LayoutData &layout) |
virtual bool | doOpenSpellCheckIgnoreList (void) |
virtual bool | doCloseSpellCheckIgnoreList (void) |
virtual bool | doFullSpellCheckIgnoreWord (const QString &ignoreword) |
virtual bool | doDeclareNonInlinedFramesets (QValueList< FrameAnchor > &pictureAnchors, QValueList< FrameAnchor > &tableAnchors) |
Protected Attributes | |
KWEFKWordLeader * | m_kwordLeader |
Member Function Documentation
virtual bool KWEFBaseWorker::doCloseBody | ( | void | ) | [virtual] |
virtual bool KWEFBaseWorker::doCloseHead | ( | void | ) | [virtual] |
virtual bool KWEFBaseWorker::doCloseSpellCheckIgnoreList | ( | void | ) | [virtual] |
like AbiWord's </ignorewords> and Kwords </SPELLCHECKIGNORELIST>
virtual bool KWEFBaseWorker::doCloseStyles | ( | void | ) | [virtual] |
virtual bool KWEFBaseWorker::doDeclareNonInlinedFramesets | ( | QValueList< FrameAnchor > & | pictureAnchors, | |
QValueList< FrameAnchor > & | tableAnchors | |||
) | [virtual] |
virtual bool KWEFBaseWorker::doFullDefineStyle | ( | LayoutData & | layout | ) | [virtual] |
virtual bool KWEFBaseWorker::doFullPaperBorders | ( | const double | top, | |
const double | left, | |||
const double | bottom, | |||
const double | right | |||
) | [virtual] |
virtual bool KWEFBaseWorker::doFullPaperFormat | ( | const int | format, | |
const double | width, | |||
const double | height, | |||
const int | orientation | |||
) | [virtual] |
virtual bool KWEFBaseWorker::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 in OOWriterWorker.
virtual bool KWEFBaseWorker::doFullSpellCheckIgnoreWord | ( | const QString & | ignoreword | ) | [virtual] |
like AbiWord's <iw> and Kwords </SPELLCHECKIGNOREWORD>
virtual bool KWEFBaseWorker::doOpenBody | ( | void | ) | [virtual] |
virtual bool KWEFBaseWorker::doOpenHead | ( | void | ) | [virtual] |
virtual bool KWEFBaseWorker::doOpenSpellCheckIgnoreList | ( | void | ) | [virtual] |
like AbiWord's <ignorewords> and KWord's <SPELLCHECKIGNORELIST>
virtual bool KWEFBaseWorker::doOpenStyles | ( | void | ) | [virtual] |
The documentation for this class was generated from the following files: