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

#include <lwplaypiece.hxx>

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

Public Member Functions

 LwpLayoutMargins (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
LwpMarginsGetMargins ()
 
LwpMarginsGetExtMargins ()
 
- Public Member Functions inherited from LwpVirtualPiece
 LwpVirtualPiece (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual void Read () override
 @descr Read LwpDLVList data from object stream More...
 
LwpOverrideGetOverride ()
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- 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 void Read () override
 @descr Read LwpDLVList data from object stream More...
 
virtual ~LwpLayoutMargins () override
 

Private Attributes

LwpMargins m_Margins
 
LwpMargins m_ExtMargins
 
LwpMargins m_ExtraMargins
 

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 LwpVirtualPiece
virtual ~LwpVirtualPiece () override
 
- Protected Member Functions inherited from LwpDLVList
virtual ~LwpDLVList () override
 
void Read () override
 @descr Read LwpDLVList data from object stream 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
 
- Protected Attributes inherited from LwpVirtualPiece
std::unique_ptr< LwpOverridem_pOverride
 
- 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 142 of file lwplaypiece.hxx.

Constructor & Destructor Documentation

◆ LwpLayoutMargins()

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

Definition at line 137 of file lwplaypiece.cxx.

◆ ~LwpLayoutMargins()

LwpLayoutMargins::~LwpLayoutMargins ( )
overrideprivatevirtual

Definition at line 141 of file lwplaypiece.cxx.

Member Function Documentation

◆ GetExtMargins()

LwpMargins & LwpLayoutMargins::GetExtMargins ( )
inline

Definition at line 148 of file lwplaypiece.hxx.

References m_ExtMargins.

Referenced by LwpMiddleLayout::ExtMarginsValue().

◆ GetMargins()

LwpMargins & LwpLayoutMargins::GetMargins ( )
inline

Definition at line 147 of file lwplaypiece.hxx.

References m_Margins.

Referenced by LwpMiddleLayout::MarginsValue().

◆ Parse()

void LwpLayoutMargins::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 157 of file lwplaypiece.cxx.

◆ Read()

void LwpLayoutMargins::Read ( )
overrideprivatevirtual

@descr Read LwpDLVList data from object stream

Reimplemented from LwpVirtualPiece.

Definition at line 144 of file lwplaypiece.cxx.

References m_ExtMargins, m_ExtraMargins, m_Margins, LwpFileHeader::m_nFileRevision, LwpObject::m_pObjStrm, LwpVirtualPiece::Read(), and LwpMargins::Read().

Member Data Documentation

◆ m_ExtMargins

LwpMargins LwpLayoutMargins::m_ExtMargins
private

Definition at line 155 of file lwplaypiece.hxx.

Referenced by GetExtMargins(), and Read().

◆ m_ExtraMargins

LwpMargins LwpLayoutMargins::m_ExtraMargins
private

Definition at line 156 of file lwplaypiece.hxx.

Referenced by Read().

◆ m_Margins

LwpMargins LwpLayoutMargins::m_Margins
private

Definition at line 154 of file lwplaypiece.hxx.

Referenced by GetMargins(), and Read().


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