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

#include <lwppagehint.hxx>

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

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
 
LwpObjectIDGetPageLayoutID ()
 
sal_uInt16 GetLayoutPageNumber () const
 
- 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 ~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< 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 98 of file lwppagehint.hxx.

Constructor & Destructor Documentation

◆ LwpPageHint()

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

Definition at line 81 of file lwppagehint.cxx.

References m_nFlags.

◆ ~LwpPageHint()

virtual LwpPageHint::~LwpPageHint ( )
inlineoverrideprivatevirtual

Definition at line 109 of file lwppagehint.hxx.

Member Function Documentation

◆ GetLayoutPageNumber()

sal_uInt16 LwpPageHint::GetLayoutPageNumber ( ) const
inline

Definition at line 106 of file lwppagehint.hxx.

References m_nLayoutPageNumber.

Referenced by LwpPageLayout::GetPageNumber().

◆ GetPageLayoutID()

LwpObjectID & LwpPageHint::GetPageLayoutID ( )
inline

◆ GetPageNumber()

sal_uInt16 LwpPageHint::GetPageNumber ( ) const
inline

Definition at line 104 of file lwppagehint.hxx.

References m_nPageNumber.

Referenced by LwpDivInfo::GetMaxNumberOfPages(), and LwpPageLayout::GetPageNumber().

◆ Parse()

void LwpPageHint::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 120 of file lwppagehint.cxx.

◆ Read()

void LwpPageHint::Read ( )
overridevirtual

Member Data Documentation

◆ m_AfterText

LwpAtomHolder LwpPageHint::m_AfterText
private

Definition at line 119 of file lwppagehint.hxx.

Referenced by Read().

◆ m_BeforeText

LwpAtomHolder LwpPageHint::m_BeforeText
private

Definition at line 118 of file lwppagehint.hxx.

Referenced by Read().

◆ m_ContentHints

LwpContentHintHead LwpPageHint::m_ContentHints
private

Definition at line 112 of file lwppagehint.hxx.

Referenced by Read().

◆ m_CurrentSection

LwpObjectID LwpPageHint::m_CurrentSection
private

Definition at line 122 of file lwppagehint.hxx.

Referenced by Read().

◆ m_FootnoteSeen

LwpFootnoteSeenHead LwpPageHint::m_FootnoteSeen
private

Definition at line 124 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nCurrentSectionPage

sal_uInt16 LwpPageHint::m_nCurrentSectionPage
private

Definition at line 123 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nFlags

sal_uInt16 LwpPageHint::m_nFlags
private

Definition at line 115 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nLastFootnoteProcessed

sal_uInt16 LwpPageHint::m_nLastFootnoteProcessed
private

Definition at line 114 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nLastFootnoteSeen

sal_uInt16 LwpPageHint::m_nLastFootnoteSeen
private

Definition at line 113 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nLayoutPageNumber

sal_uInt16 LwpPageHint::m_nLayoutPageNumber
private

Definition at line 125 of file lwppagehint.hxx.

Referenced by GetLayoutPageNumber(), and Read().

◆ m_nNumberFlags

sal_uInt8 LwpPageHint::m_nNumberFlags
private

Definition at line 120 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nNumberStyle

sal_uInt16 LwpPageHint::m_nNumberStyle
private

Definition at line 117 of file lwppagehint.hxx.

Referenced by Read().

◆ m_nPageNumber

sal_uInt16 LwpPageHint::m_nPageNumber
private

Definition at line 116 of file lwppagehint.hxx.

Referenced by GetPageNumber(), and Read().

◆ m_nRenderedPageNumber

sal_uInt16 LwpPageHint::m_nRenderedPageNumber
private

Definition at line 121 of file lwppagehint.hxx.

Referenced by Read().

◆ m_PageLayout

LwpObjectID LwpPageHint::m_PageLayout
private

Definition at line 111 of file lwppagehint.hxx.

Referenced by GetPageLayoutID(), and Read().


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