LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | List of all members
XFOfficeMeta Class Referencefinal

#include <xfofficemeta.hxx>

Public Member Functions

 XFOfficeMeta ()
 
void SetCreator (const OUString &creator)
 
void SetDescription (const OUString &dsr)
 
void SetKeywords (const OUString &keywords)
 
void SetCreationTime (const OUString &crtime)
 
void SetLastTime (const OUString &lstime)
 
void SetEditTime (const OUString &edtime)
 
void ToXml (IXFStream *pStream)
 

Private Attributes

OUString m_strGenerator
 
OUString m_strTitle
 
OUString m_strCreator
 
OUString m_strDsr
 
OUString m_strKeywords
 
OUString m_strCrtime
 
OUString m_strLstime
 
OUString m_strEdtime
 

Detailed Description

Definition at line 66 of file xfofficemeta.hxx.

Constructor & Destructor Documentation

◆ XFOfficeMeta()

XFOfficeMeta::XFOfficeMeta ( )
inline

Definition at line 69 of file xfofficemeta.hxx.

Member Function Documentation

◆ SetCreationTime()

void XFOfficeMeta::SetCreationTime ( const OUString &  crtime)

Definition at line 76 of file xfofficemeta.cxx.

References m_strCrtime.

Referenced by LwpDocData::Parse().

◆ SetCreator()

void XFOfficeMeta::SetCreator ( const OUString &  creator)

Definition at line 64 of file xfofficemeta.cxx.

References m_strCreator.

Referenced by LwpDocData::Parse().

◆ SetDescription()

void XFOfficeMeta::SetDescription ( const OUString &  dsr)

Definition at line 68 of file xfofficemeta.cxx.

References m_strDsr.

Referenced by LwpDocData::Parse().

◆ SetEditTime()

void XFOfficeMeta::SetEditTime ( const OUString &  edtime)

Definition at line 84 of file xfofficemeta.cxx.

References m_strEdtime.

Referenced by LwpDocData::Parse().

◆ SetKeywords()

void XFOfficeMeta::SetKeywords ( const OUString &  keywords)

Definition at line 72 of file xfofficemeta.cxx.

References m_strKeywords.

Referenced by LwpDocData::Parse().

◆ SetLastTime()

void XFOfficeMeta::SetLastTime ( const OUString &  lstime)

Definition at line 80 of file xfofficemeta.cxx.

References m_strLstime.

Referenced by LwpDocData::Parse().

◆ ToXml()

void XFOfficeMeta::ToXml ( IXFStream pStream)

Member Data Documentation

◆ m_strCreator

OUString XFOfficeMeta::m_strCreator
private

Definition at line 83 of file xfofficemeta.hxx.

Referenced by SetCreator(), and ToXml().

◆ m_strCrtime

OUString XFOfficeMeta::m_strCrtime
private

Definition at line 86 of file xfofficemeta.hxx.

Referenced by SetCreationTime(), and ToXml().

◆ m_strDsr

OUString XFOfficeMeta::m_strDsr
private

Definition at line 84 of file xfofficemeta.hxx.

Referenced by SetDescription(), and ToXml().

◆ m_strEdtime

OUString XFOfficeMeta::m_strEdtime
private

Definition at line 88 of file xfofficemeta.hxx.

Referenced by SetEditTime(), and ToXml().

◆ m_strGenerator

OUString XFOfficeMeta::m_strGenerator
private

Definition at line 81 of file xfofficemeta.hxx.

Referenced by ToXml().

◆ m_strKeywords

OUString XFOfficeMeta::m_strKeywords
private

Definition at line 85 of file xfofficemeta.hxx.

Referenced by SetKeywords(), and ToXml().

◆ m_strLstime

OUString XFOfficeMeta::m_strLstime
private

Definition at line 87 of file xfofficemeta.hxx.

Referenced by SetLastTime(), and ToXml().

◆ m_strTitle

OUString XFOfficeMeta::m_strTitle
private

Definition at line 82 of file xfofficemeta.hxx.

Referenced by ToXml().


The documentation for this class was generated from the following files: