filters

KWord13Document Class Reference

List of all members.

Detailed Description

Definition at line 37 of file kword13document.h.


Public Member Functions

 KWord13Document (void)
 ~KWord13Document (void)
void xmldump (QIODevice *io)
QDateTime lastPrintingDate (void) const
QDateTime creationDate (void) const
QDateTime modificationDate (void) const
QString getDocumentInfo (const QString &name) const
QString getProperty (const QString &name, const QString &oldName=QString::null) const

Public Attributes

QMap< QString, QString > m_documentProperties
QMap< QString, QString > m_documentInfo
QValueList< KWord13Layoutm_styles
QPtrList< KWordTextFramesetm_normalTextFramesetList
QPtrList< KWordTextFramesetm_tableFramesetList
QPtrList< KWordTextFramesetm_headerFooterFramesetList
QPtrList< KWordTextFramesetm_footEndNoteFramesetList
QPtrList< KWord13PictureFramesetm_pictureFramesetList
QPtrList< KWord13Framesetm_otherFramesetList
QDict< KWord13Picturem_pictureDict
KTempFile * m_previewFile
QStringList m_anchoredFramesetNames

Protected Member Functions

QString getPropertyInternal (const QString &name) const

Member Function Documentation

QDateTime KWord13Document::creationDate void   )  const
 

Get the "creation" date/time.

Definition at line 209 of file kword13document.cpp.

QString KWord13Document::getDocumentInfo const QString &  name  )  const
 

Get a document info.

Parameters:
name name of the document info

Definition at line 148 of file kword13document.cpp.

QString KWord13Document::getProperty const QString &  name,
const QString &  oldName = QString::null
const
 

Get a document property.

Parameters:
name name of the property
oldName alternative name of the property (in old KWord syntax)

Definition at line 162 of file kword13document.cpp.

QString KWord13Document::getPropertyInternal const QString &  name  )  const [protected]
 

Get a document property.

Definition at line 177 of file kword13document.cpp.

QDateTime KWord13Document::lastPrintingDate void   )  const
 

Get the "last printed" date/time.

Definition at line 191 of file kword13document.cpp.

QDateTime KWord13Document::modificationDate void   )  const
 

Get the "modification" date/time.

Definition at line 238 of file kword13document.cpp.


Member Data Documentation

QStringList KWord13Document::m_anchoredFramesetNames
 

List of framesets that are anchored.

Definition at line 77 of file kword13document.h.

QMap<QString, QString> KWord13Document::m_documentInfo
 

From documentinfo.xml.

Definition at line 67 of file kword13document.h.

QPtrList<KWordTextFrameset> KWord13Document::m_footEndNoteFramesetList
 

List of <FRAMESET> having footnotes or endnotes.

Definition at line 72 of file kword13document.h.

QPtrList<KWordTextFrameset> KWord13Document::m_headerFooterFramesetList
 

List of <FRAMESET> having footer/header.

Definition at line 71 of file kword13document.h.

QPtrList<KWordTextFrameset> KWord13Document::m_normalTextFramesetList
 

List of <FRAMESET> having normal text.

Definition at line 69 of file kword13document.h.

QPtrList<KWord13Frameset> KWord13Document::m_otherFramesetList
 

List of <FRAMESET> of other types.

Definition at line 74 of file kword13document.h.

QDict<KWord13Picture> KWord13Document::m_pictureDict
 

"Dictionnary" of all pictures' data

Definition at line 75 of file kword13document.h.

QPtrList<KWord13PictureFrameset> KWord13Document::m_pictureFramesetList
 

List of <FRAMESET> having pictures.

Definition at line 73 of file kword13document.h.

QPtrList<KWordTextFrameset> KWord13Document::m_tableFramesetList
 

List of <FRAMESET> being part of tables.

Definition at line 70 of file kword13document.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys