|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwplaypiece.hxx>
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 LwpPoint & | GetOrigin () const |
| const LwpPoint & | GetAbsoluteOrigin () 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... | |
| LwpOverride * | GetOverride () |
Public Member Functions inherited from LwpDLVList | |
| LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| LwpObjectID & | GetNext () |
| LwpObjectID & | GetPrevious () |
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) |
| LwpFoundry * | GetFoundry () |
| void | SetFoundry (LwpFoundry *pFoundry) |
| LwpObjectID & | GetObjectID () |
| 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< LwpOverride > | m_pOverride |
Protected Attributes inherited from LwpObject | |
| LwpObjectHeader | m_ObjHdr |
| std::unique_ptr< LwpObjectStream > | m_pObjStrm |
| LwpFoundry * | m_pFoundry |
| LwpSvStream * | m_pStrm |
| bool | m_bRegisteringStyle |
| bool | m_bParsingStyle |
| bool | m_bConvertingContent |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 80 of file lwplaypiece.hxx.
| LwpLayoutGeometry::LwpLayoutGeometry | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 75 of file lwplaypiece.cxx.
|
overrideprivatevirtual |
Definition at line 82 of file lwplaypiece.cxx.
|
inline |
Definition at line 88 of file lwplaypiece.hxx.
References m_AbsoluteOrigin.
Referenced by LwpMiddleLayout::GetOrigin().
|
inline |
Definition at line 89 of file lwplaypiece.hxx.
References m_ContentOrientation.
Referenced by LwpMiddleLayout::GetContentOrientation().
|
inline |
Definition at line 86 of file lwplaypiece.hxx.
References m_nHeight.
Referenced by LwpSdwGroupLoaderV0102::BeginDrawObjects(), LwpGraphicObject::CreateGrafObject(), LwpMiddleLayout::GetGeometryHeight(), and LwpGraphicOleObject::GetGrafScaledSize().
|
inline |
Definition at line 87 of file lwplaypiece.hxx.
References m_Origin.
Referenced by LwpMiddleLayout::GetOrigin(), and LwpFrame::ParseAnchorType().
|
inline |
Definition at line 85 of file lwplaypiece.hxx.
References m_nWidth.
Referenced by LwpSdwGroupLoaderV0102::BeginDrawObjects(), LwpGraphicObject::CreateGrafObject(), LwpMiddleLayout::GetGeometryWidth(), LwpGraphicOleObject::GetGrafScaledSize(), and LwpMiddleLayout::GetMinimumWidth().
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Definition at line 100 of file lwplaypiece.cxx.
|
overrideprivatevirtual |
@descr Read LwpDLVList data from object stream
Reimplemented from LwpVirtualPiece.
Definition at line 85 of file lwplaypiece.cxx.
References m_AbsoluteOrigin, m_ContainerRotor, m_ContentOrientation, LwpFileHeader::m_nFileRevision, m_nHeight, m_nWidth, m_Origin, LwpObject::m_pObjStrm, LwpVirtualPiece::Read(), LwpPoint::Read(), and LwpRotor::Read().
|
private |
Definition at line 98 of file lwplaypiece.hxx.
Referenced by GetAbsoluteOrigin(), and Read().
|
private |
Definition at line 99 of file lwplaypiece.hxx.
Referenced by Read().
|
private |
Definition at line 100 of file lwplaypiece.hxx.
Referenced by GetContentOrientation(), and Read().
|
private |
Definition at line 96 of file lwplaypiece.hxx.
Referenced by GetHeight(), and Read().
|
private |
Definition at line 95 of file lwplaypiece.hxx.
Referenced by GetWidth(), and Read().
|
private |
Definition at line 97 of file lwplaypiece.hxx.
Referenced by GetOrigin(), and Read().