|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwplaypiece.hxx>
Public Member Functions | |
| LwpLayoutColumns (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual void | Parse (IXFStream *pOutputStream) override |
| @descr default parse function More... | |
| sal_uInt16 | GetNumCols () const |
| double | GetColGap (sal_uInt16 nIndex) |
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 | ~LwpLayoutColumns () override |
Private Attributes | |
| sal_uInt16 | m_nNumCols |
| std::unique_ptr< LwpColumnInfo[]> | m_pColumns |
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 227 of file lwplaypiece.hxx.
| LwpLayoutColumns::LwpLayoutColumns | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 258 of file lwplaypiece.cxx.
|
overrideprivatevirtual |
Definition at line 263 of file lwplaypiece.cxx.
| double LwpLayoutColumns::GetColGap | ( | sal_uInt16 | nIndex | ) |
Definition at line 283 of file lwplaypiece.cxx.
References m_nNumCols, m_pColumns, and nIndex.
Referenced by LwpLayout::GetColGap().
|
inline |
Definition at line 232 of file lwplaypiece.hxx.
References m_nNumCols.
Referenced by LwpLayout::GetNumCols().
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Definition at line 292 of file lwplaypiece.cxx.
|
overrideprivatevirtual |
@descr Read LwpDLVList data from object stream
Reimplemented from LwpVirtualPiece.
Definition at line 267 of file lwplaypiece.cxx.
References i, LwpFileHeader::m_nFileRevision, m_nNumCols, m_pColumns, LwpObject::m_pObjStrm, and LwpVirtualPiece::Read().
|
private |
Definition at line 239 of file lwplaypiece.hxx.
Referenced by GetColGap(), GetNumCols(), and Read().
|
private |
Definition at line 240 of file lwplaypiece.hxx.
Referenced by GetColGap(), and Read().