|
LibreOffice Module lotuswordpro (master) 1
|
VO_HEADTAILHOLDER, LwpDLVListHeadTailHolder, contains a LwpDLVListHeadTail (Head and tail id) More...
#include <lwpholder.hxx>
Public Member Functions | |
| LwpDLVListHeadTailHolder (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| void | Read () override |
| @descr read LwpDLVListHeadTailHolder from object stream More... | |
| LwpObjectID & | GetHead () |
| LwpObjectID & | GetTail () |
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 | ~LwpDLVListHeadTailHolder () override |
Private Attributes | |
| LwpDLVListHeadTail | m_HeadTail |
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 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 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 |
VO_HEADTAILHOLDER, LwpDLVListHeadTailHolder, contains a LwpDLVListHeadTail (Head and tail id)
Definition at line 86 of file lwpholder.hxx.
| LwpDLVListHeadTailHolder::LwpDLVListHeadTailHolder | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 77 of file lwpholder.cxx.
|
inlineoverrideprivatevirtual |
Definition at line 95 of file lwpholder.hxx.
|
inline |
Definition at line 91 of file lwpholder.hxx.
References LwpDLVListHeadTail::GetHead(), and m_HeadTail.
Referenced by LwpPageLayout::GetPageNumber().
|
inline |
Definition at line 92 of file lwpholder.hxx.
References LwpDLVListHeadTail::GetTail(), and m_HeadTail.
Referenced by LwpDivInfo::GetMaxNumberOfPages(), and LwpDocument::RegisterFootnoteStyles().
|
overridevirtual |
@descr read LwpDLVListHeadTailHolder from object stream
Reimplemented from LwpObject.
Definition at line 85 of file lwpholder.cxx.
References m_HeadTail, LwpObject::m_pObjStrm, and LwpDLVListHeadTail::Read().
|
private |
Definition at line 97 of file lwpholder.hxx.