LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
LwpDocData Class Reference

#include <lwpdocdata.hxx>

Inheritance diagram for LwpDocData:
[legend]
Collaboration diagram for LwpDocData:
[legend]

Public Member Functions

 LwpDocData (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr default read function More...
 
void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
- Public Member Functions inherited from LwpObject
 LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm)
 @descr construct lwpobject from stream More...
 
void QuickRead ()
 @descr QuickRead template More...
 
void DoRegisterStyle ()
 
void DoParse (IXFStream *pOutputStream)
 
void DoXFConvert (XFContentContainer *pCont)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Member Functions

virtual ~LwpDocData () override
 

Static Private Member Functions

static OUString DateTimeToOUString (LtTm const &dt)
 
static OUString TimeToOUString (LtTm const &dt)
 

Private Attributes

LwpDocOptions m_DocOptions
 
LwpDocInfo m_DocInfo
 
LwpDocControl m_DocControl
 
LtTm m_nCreationTime
 
LtTm m_nLastRevisionTime
 
LtTm m_nTotalEditTime
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from LwpObject
virtual ~LwpObject () override
 @descr dtor() More...
 
virtual void Read ()
 @descr default read function More...
 
virtual void RegisterStyle ()
 @descr default register style function More...
 
virtual void Parse (IXFStream *pOutputStream)
 @descr default parse function More...
 
virtual void XFConvert (XFContentContainer *pCont)
 @descr default XFConvert function pCont is the XFContentContainer for the object conversion More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 155 of file lwpdocdata.hxx.

Constructor & Destructor Documentation

◆ LwpDocData()

LwpDocData::LwpDocData ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 63 of file lwpdocdata.cxx.

◆ ~LwpDocData()

LwpDocData::~LwpDocData ( )
overrideprivatevirtual

Definition at line 67 of file lwpdocdata.cxx.

Member Function Documentation

◆ DateTimeToOUString()

OUString LwpDocData::DateTimeToOUString ( LtTm const &  dt)
staticprivate

Definition at line 295 of file lwpdocdata.cxx.

References LtTm::tm_hour, LtTm::tm_mday, LtTm::tm_min, LtTm::tm_mon, LtTm::tm_sec, and LtTm::tm_year.

Referenced by Parse().

◆ Parse()

void LwpDocData::Parse ( IXFStream pOutputStream)
overridevirtual

◆ Read()

void LwpDocData::Read ( )
overridevirtual

◆ TimeToOUString()

OUString LwpDocData::TimeToOUString ( LtTm const &  dt)
staticprivate

Definition at line 302 of file lwpdocdata.cxx.

References LtTm::tm_hour, LtTm::tm_min, and LtTm::tm_sec.

Referenced by Parse().

Member Data Documentation

◆ m_DocControl

LwpDocControl LwpDocData::m_DocControl
private

Definition at line 165 of file lwpdocdata.hxx.

Referenced by Read().

◆ m_DocInfo

LwpDocInfo LwpDocData::m_DocInfo
private

Definition at line 164 of file lwpdocdata.hxx.

Referenced by Parse(), and Read().

◆ m_DocOptions

LwpDocOptions LwpDocData::m_DocOptions
private

Definition at line 163 of file lwpdocdata.hxx.

Referenced by Read().

◆ m_nCreationTime

LtTm LwpDocData::m_nCreationTime
private

Definition at line 168 of file lwpdocdata.hxx.

Referenced by Parse(), and Read().

◆ m_nLastRevisionTime

LtTm LwpDocData::m_nLastRevisionTime
private

Definition at line 169 of file lwpdocdata.hxx.

Referenced by Parse(), and Read().

◆ m_nTotalEditTime

LtTm LwpDocData::m_nTotalEditTime
private

Definition at line 170 of file lwpdocdata.hxx.

Referenced by Parse(), and Read().


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