filters
KWEFKWordLeader Class Reference
List of all members.Detailed Description
Definition at line 32 of file KWEFKWordLeader.h.
Public Member Functions | |
| KWEFKWordLeader (void) | |
| KWEFKWordLeader (KWEFBaseWorker *newWorker) | |
| virtual | ~KWEFKWordLeader (void) |
| void | setWorker (KWEFBaseWorker *newWorker) |
| KWEFBaseWorker * | getWorker (void) const |
| KoFilter::ConversionStatus | convert (KoFilterChain *chain, const QCString &from, const QCString &to) |
| void | createBookmarkFormatData (ParaData ¶Data) |
| bool | loadSubFile (const QString &fileName, QByteArray &array) |
| QIODevice * | getSubFileDevice (const QString &fileName) |
| bool | doFullDocumentInfo (const KWEFDocumentInfo &docInfo) |
| bool | doVariableSettings (const VariableSettingsData &varSettings) |
| bool | doFullDocument (const QValueList< ParaData > &) |
| bool | doPageInfo (const int headerType, const int footerType) |
| bool | doFullPaperFormat (const int format, const double width, const double height, const int orientation) |
| bool | doFullPaperBorders (const double top, const double left, const double bottom, const double right) |
| bool | doFullPaperFormatOther (const int columns, const double columnspacing, const int numPages) |
| bool | doOpenHead (void) |
| bool | doCloseHead (void) |
| bool | doOpenBody (void) |
| bool | doCloseBody (void) |
| bool | doOpenStyles (void) |
| bool | doCloseStyles (void) |
| bool | doFullDefineStyle (LayoutData &layout) |
| bool | doOpenSpellCheckIgnoreList (void) |
| bool | doCloseSpellCheckIgnoreList (void) |
| bool | doFullSpellCheckIgnoreWord (const QString &ignoreword) |
| bool | doHeader (const HeaderData &) |
| bool | doFooter (const FooterData &) |
| bool | doDeclareNonInlinedFramesets (QValueList< FrameAnchor > &pictureAnchors, QValueList< FrameAnchor > &tableAnchors) |
| void | setHeaderType (int hType) |
| void | setFooterType (int fType) |
| int | headerType () |
| int | footerType () |
Public Attributes | |
| QValueList< FootnoteData > | footnoteList |
| int | m_syntaxVersion |
| bool | m_oldSyntax |
| QString | m_currentFramesetName |
| QMap< QString, int > | m_paraCountMap |
| QValueList< Bookmark > | m_bookmarkList |
| QStringList | m_unanchoredFramesets |
| QValueList< FrameAnchor > | m_nonInlinedPictureAnchors |
| QValueList< FrameAnchor > | m_nonInlinedTableAnchors |
Protected Member Functions | |
| bool | doOpenFile (const QString &filenameOut, const QString &to) |
| bool | doCloseFile (void) |
| bool | doAbortFile (void) |
| bool | doOpenDocument (void) |
| bool | doCloseDocument (void) |
Member Function Documentation
| bool KWEFKWordLeader::doFullPaperFormatOther | ( | const int | columns, | |
| const double | columnspacing, | |||
| const int | numPages | |||
| ) |
Other data of KWord's <PAPER> which are not in.
- See also:
- doFullPaperFormat
- Since:
- 1.4
Definition at line 1222 of file KWEFKWordLeader.cc.
| bool KWEFKWordLeader::doDeclareNonInlinedFramesets | ( | QValueList< FrameAnchor > & | pictureAnchors, | |
| QValueList< FrameAnchor > & | tableAnchors | |||
| ) |
Member Data Documentation
-1: unknown, 1: KWord 0.8, 2: KWord 1.1 & 1.2, 3: KWord 1.3
Definition at line 89 of file KWEFKWordLeader.h.
| QMap<QString,int> KWEFKWordLeader::m_paraCountMap |
Number of paragraph in each frameset (for bookmarks).
Definition at line 95 of file KWEFKWordLeader.h.
| QValueList<Bookmark> KWEFKWordLeader::m_bookmarkList |
| QStringList KWEFKWordLeader::m_unanchoredFramesets |
List of framesets where an anchor was searched but not found (DEBUG).
- Since:
- 1.4
Definition at line 98 of file KWEFKWordLeader.h.
| QValueList<FrameAnchor> KWEFKWordLeader::m_nonInlinedTableAnchors |
The documentation for this class was generated from the following files:

