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

#include <lwpdivopts.hxx>

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

Public Member Functions

 LwpDivisionOptions (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
- 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 ()
 

Protected Member Functions

void Read () override
 @descr default read function More...
 
- 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
 

Private Member Functions

virtual ~LwpDivisionOptions () override
 

Private Attributes

LwpHyphenOptions m_HyphOpts
 
sal_uInt16 m_nOptionFlag
 
LwpTextLanguage m_Lang
 

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 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 101 of file lwpdivopts.hxx.

Constructor & Destructor Documentation

◆ LwpDivisionOptions()

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

Definition at line 119 of file lwpdivopts.cxx.

◆ ~LwpDivisionOptions()

LwpDivisionOptions::~LwpDivisionOptions ( )
overrideprivatevirtual

Definition at line 125 of file lwpdivopts.cxx.

Member Function Documentation

◆ Read()

void LwpDivisionOptions::Read ( )
overrideprotectedvirtual

@descr default read function

Reimplemented from LwpObject.

Definition at line 128 of file lwpdivopts.cxx.

References m_HyphOpts, m_Lang, m_nOptionFlag, LwpObject::m_pObjStrm, LwpHyphenOptions::Read(), and LwpTextLanguage::Read().

Member Data Documentation

◆ m_HyphOpts

LwpHyphenOptions LwpDivisionOptions::m_HyphOpts
private

Definition at line 112 of file lwpdivopts.hxx.

Referenced by Read().

◆ m_Lang

LwpTextLanguage LwpDivisionOptions::m_Lang
private

Definition at line 114 of file lwpdivopts.hxx.

Referenced by Read().

◆ m_nOptionFlag

sal_uInt16 LwpDivisionOptions::m_nOptionFlag
private

Definition at line 113 of file lwpdivopts.hxx.

Referenced by Read().


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