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

#include <lwplaypiece.hxx>

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

Public Member Functions

 LwpLayoutGeometry (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
sal_Int32 GetWidth () const
 
sal_Int32 GetHeight () const
 
const LwpPointGetOrigin () const
 
const LwpPointGetAbsoluteOrigin () const
 
sal_uInt8 GetContentOrientation () const
 
- 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 ~LwpLayoutGeometry () override
 

Private Attributes

sal_Int32 m_nWidth
 
sal_Int32 m_nHeight
 
LwpPoint m_Origin
 
LwpPoint m_AbsoluteOrigin
 
LwpRotor m_ContainerRotor
 
sal_uInt8 m_ContentOrientation
 

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 80 of file lwplaypiece.hxx.

Constructor & Destructor Documentation

◆ LwpLayoutGeometry()

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

Definition at line 75 of file lwplaypiece.cxx.

◆ ~LwpLayoutGeometry()

LwpLayoutGeometry::~LwpLayoutGeometry ( )
overrideprivatevirtual

Definition at line 82 of file lwplaypiece.cxx.

Member Function Documentation

◆ GetAbsoluteOrigin()

const LwpPoint & LwpLayoutGeometry::GetAbsoluteOrigin ( ) const
inline

Definition at line 88 of file lwplaypiece.hxx.

References m_AbsoluteOrigin.

Referenced by LwpMiddleLayout::GetOrigin().

◆ GetContentOrientation()

sal_uInt8 LwpLayoutGeometry::GetContentOrientation ( ) const
inline

Definition at line 89 of file lwplaypiece.hxx.

References m_ContentOrientation.

Referenced by LwpMiddleLayout::GetContentOrientation().

◆ GetHeight()

sal_Int32 LwpLayoutGeometry::GetHeight ( ) const
inline

◆ GetOrigin()

const LwpPoint & LwpLayoutGeometry::GetOrigin ( ) const
inline

Definition at line 87 of file lwplaypiece.hxx.

References m_Origin.

Referenced by LwpMiddleLayout::GetOrigin(), and LwpFrame::ParseAnchorType().

◆ GetWidth()

sal_Int32 LwpLayoutGeometry::GetWidth ( ) const
inline

◆ Parse()

void LwpLayoutGeometry::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 100 of file lwplaypiece.cxx.

◆ Read()

void LwpLayoutGeometry::Read ( )
overrideprivatevirtual

Member Data Documentation

◆ m_AbsoluteOrigin

LwpPoint LwpLayoutGeometry::m_AbsoluteOrigin
private

Definition at line 98 of file lwplaypiece.hxx.

Referenced by GetAbsoluteOrigin(), and Read().

◆ m_ContainerRotor

LwpRotor LwpLayoutGeometry::m_ContainerRotor
private

Definition at line 99 of file lwplaypiece.hxx.

Referenced by Read().

◆ m_ContentOrientation

sal_uInt8 LwpLayoutGeometry::m_ContentOrientation
private

Definition at line 100 of file lwplaypiece.hxx.

Referenced by GetContentOrientation(), and Read().

◆ m_nHeight

sal_Int32 LwpLayoutGeometry::m_nHeight
private

Definition at line 96 of file lwplaypiece.hxx.

Referenced by GetHeight(), and Read().

◆ m_nWidth

sal_Int32 LwpLayoutGeometry::m_nWidth
private

Definition at line 95 of file lwplaypiece.hxx.

Referenced by GetWidth(), and Read().

◆ m_Origin

LwpPoint LwpLayoutGeometry::m_Origin
private

Definition at line 97 of file lwplaypiece.hxx.

Referenced by GetOrigin(), and Read().


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