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
|
Definition at line 1262 of file KWEFKWordLeader.cc. |
|
Other data of KWord's <PAPER> which are not in.
Definition at line 1222 of file KWEFKWordLeader.cc. |
Member Data Documentation
|
List of bookmarks.
Definition at line 97 of file KWEFKWordLeader.h. |
|
Name of the current frame set.
Definition at line 93 of file KWEFKWordLeader.h. |
|
Pseudo-anchors for non-inlined anchors.
Definition at line 99 of file KWEFKWordLeader.h. |
|
Pseudo-anchors for non-inlined tables.
Definition at line 100 of file KWEFKWordLeader.h. |
|
true if oldSyntax (KWord 0.8)
Definition at line 91 of file KWEFKWordLeader.h. |
|
Number of paragraph in each frameset (for bookmarks).
Definition at line 95 of file KWEFKWordLeader.h. |
|
-1: unknown, 1: KWord 0.8, 2: KWord 1.1 & 1.2, 3: KWord 1.3
Definition at line 89 of file KWEFKWordLeader.h. |
|
List of framesets where an anchor was searched but not found (DEBUG).
Definition at line 98 of file KWEFKWordLeader.h. |
The documentation for this class was generated from the following files: