|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwppagehint.hxx>
Public Member Functions | |
| LwpPageHint (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| void | Read () override |
| @descr Read LwpDLVList data from object stream More... | |
| void | Parse (IXFStream *pOutputStream) override |
| @descr default parse function More... | |
| sal_uInt16 | GetPageNumber () const |
| LwpObjectID & | GetPageLayoutID () |
| sal_uInt16 | GetLayoutPageNumber () const |
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 | ~LwpPageHint () override |
Private Attributes | |
| LwpObjectID | m_PageLayout |
| LwpContentHintHead | m_ContentHints |
| sal_uInt16 | m_nLastFootnoteSeen |
| sal_uInt16 | m_nLastFootnoteProcessed |
| sal_uInt16 | m_nFlags |
| sal_uInt16 | m_nPageNumber |
| sal_uInt16 | m_nNumberStyle |
| LwpAtomHolder | m_BeforeText |
| LwpAtomHolder | m_AfterText |
| sal_uInt8 | m_nNumberFlags |
| sal_uInt16 | m_nRenderedPageNumber |
| LwpObjectID | m_CurrentSection |
| sal_uInt16 | m_nCurrentSectionPage |
| LwpFootnoteSeenHead | m_FootnoteSeen |
| sal_uInt16 | m_nLayoutPageNumber |
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 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 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 98 of file lwppagehint.hxx.
| LwpPageHint::LwpPageHint | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 81 of file lwppagehint.cxx.
References m_nFlags.
|
inlineoverrideprivatevirtual |
Definition at line 109 of file lwppagehint.hxx.
|
inline |
Definition at line 106 of file lwppagehint.hxx.
References m_nLayoutPageNumber.
Referenced by LwpPageLayout::GetPageNumber().
|
inline |
Definition at line 105 of file lwppagehint.hxx.
References m_PageLayout.
Referenced by LwpDivInfo::GetMaxNumberOfPages(), LwpPageLayout::GetPageNumber(), and LwpDocument::RegisterFootnoteStyles().
|
inline |
Definition at line 104 of file lwppagehint.hxx.
References m_nPageNumber.
Referenced by LwpDivInfo::GetMaxNumberOfPages(), and LwpPageLayout::GetPageNumber().
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Definition at line 120 of file lwppagehint.cxx.
|
overridevirtual |
@descr Read LwpDLVList data from object stream
Reimplemented from LwpDLVList.
Definition at line 95 of file lwppagehint.cxx.
References m_AfterText, m_BeforeText, m_ContentHints, m_CurrentSection, m_FootnoteSeen, m_nCurrentSectionPage, m_nFlags, m_nLastFootnoteProcessed, m_nLastFootnoteSeen, m_nLayoutPageNumber, m_nNumberFlags, m_nNumberStyle, m_nPageNumber, m_nRenderedPageNumber, m_PageLayout, LwpObject::m_pObjStrm, LwpDLVList::Read(), LwpContentHintHead::Read(), LwpFootnoteSeenHead::Read(), LwpAtomHolder::Read(), and LwpObjectID::ReadIndexed().
|
private |
Definition at line 119 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 118 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 112 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 122 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 124 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 123 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 115 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 114 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 113 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 125 of file lwppagehint.hxx.
Referenced by GetLayoutPageNumber(), and Read().
|
private |
Definition at line 120 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 117 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 116 of file lwppagehint.hxx.
Referenced by GetPageNumber(), and Read().
|
private |
Definition at line 121 of file lwppagehint.hxx.
Referenced by Read().
|
private |
Definition at line 111 of file lwppagehint.hxx.
Referenced by GetPageLayoutID(), and Read().