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

#include <lwpfribbreaks.hxx>

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

Public Member Functions

 LwpFribPageBreak (LwpPara *pPara)
 
virtual ~LwpFribPageBreak () override
 
void Read (LwpObjectStream *pObjStrm, sal_uInt16 len) override
 
void RegisterBreakStyle (LwpPara *pPara)
 
void ParseLayout ()
 
LwpObjectIDGetLayout ()
 
bool IsLastFrib () const
 
- Public Member Functions inherited from LwpFrib
 LwpFrib (LwpPara *pPara)
 
virtual ~LwpFrib ()
 
virtual void Read (LwpObjectStream *pObjStrm, sal_uInt16 len)
 
LwpFribGetNext ()
 
void SetNext (LwpFrib *next)
 
sal_uInt8 GetType () const
 
OUString GetEditor ()
 
XFColor GetHighlightColor ()
 
const OUString & GetStyleName () const
 
void SetModifiers (ModifierInfo *pModifiers)
 
ModifierInfoGetModifiers ()
 
virtual void RegisterStyle (LwpFoundry *pFoundry)
 
bool HasNextFrib ()
 @descr: Whether there are other fribs following current frib. More...
 
void ConvertChars (XFContentContainer *pXFPara, const OUString &text)
 
void ConvertHyperLink (XFContentContainer *pXFPara, const LwpHyperlinkMgr *pHyperlink, const OUString &text)
 
rtl::Reference< XFFontGetFont ()
 @descr: Get the current frib font style More...
 
sal_uInt8 GetRevisionType () const
 
bool GetRevisionFlag () const
 
void Register (std::map< LwpFrib *, OUString > *pFribMap)
 
void Deregister ()
 

Private Attributes

LwpObjectID m_Layout
 
bool m_bLastFrib
 
std::unique_ptr< LwpMasterPagem_pMasterPage
 

Additional Inherited Members

- Public Types inherited from LwpFrib
enum  {
  REV_INSERT = 0 ,
  REV_DELETE = 1
}
 
- Static Public Member Functions inherited from LwpFrib
static LwpFribCreateFrib (LwpPara *pPara, LwpObjectStream *pObjStrm, sal_uInt8 fribtag, sal_uInt8 editID)
 
- Public Attributes inherited from LwpFrib
bool m_ModFlag
 
- Protected Attributes inherited from LwpFrib
std::map< LwpFrib *, OUString > * m_pFribMap
 
LwpParam_pPara
 
LwpFribm_pNext
 
sal_uInt8 m_nFribType
 
std::unique_ptr< ModifierInfom_pModifiers
 
OUString m_StyleName
 
sal_uInt8 m_nRevisionType
 
bool m_bRevisionFlag
 
sal_uInt8 m_nEditor
 

Detailed Description

Definition at line 68 of file lwpfribbreaks.hxx.

Constructor & Destructor Documentation

◆ LwpFribPageBreak()

LwpFribPageBreak::LwpFribPageBreak ( LwpPara pPara)
explicit

Definition at line 102 of file lwpfribbreaks.cxx.

◆ ~LwpFribPageBreak()

LwpFribPageBreak::~LwpFribPageBreak ( )
overridevirtual

Definition at line 108 of file lwpfribbreaks.cxx.

Member Function Documentation

◆ GetLayout()

LwpObjectID & LwpFribPageBreak::GetLayout ( )
inline

Definition at line 76 of file lwpfribbreaks.hxx.

References m_Layout.

Referenced by LwpFribPtr::ComparePagePosition(), and LwpFribPtr::XFConvert().

◆ IsLastFrib()

bool LwpFribPageBreak::IsLastFrib ( ) const
inline

Definition at line 77 of file lwpfribbreaks.hxx.

References m_bLastFrib.

Referenced by LwpFribPtr::XFConvert().

◆ ParseLayout()

void LwpFribPageBreak::ParseLayout ( )

Definition at line 148 of file lwpfribbreaks.cxx.

References m_pMasterPage.

Referenced by LwpFribPtr::XFConvert().

◆ Read()

void LwpFribPageBreak::Read ( LwpObjectStream pObjStrm,
sal_uInt16  len 
)
overridevirtual

Reimplemented from LwpFrib.

Definition at line 110 of file lwpfribbreaks.cxx.

References m_Layout, and LwpObjectID::ReadIndexed().

◆ RegisterBreakStyle()

void LwpFribPageBreak::RegisterBreakStyle ( LwpPara pPara)

Member Data Documentation

◆ m_bLastFrib

bool LwpFribPageBreak::m_bLastFrib
private

Definition at line 81 of file lwpfribbreaks.hxx.

Referenced by IsLastFrib(), and RegisterBreakStyle().

◆ m_Layout

LwpObjectID LwpFribPageBreak::m_Layout
private

Definition at line 80 of file lwpfribbreaks.hxx.

Referenced by GetLayout(), Read(), and RegisterBreakStyle().

◆ m_pMasterPage

std::unique_ptr<LwpMasterPage> LwpFribPageBreak::m_pMasterPage
private

Definition at line 83 of file lwpfribbreaks.hxx.

Referenced by ParseLayout(), and RegisterBreakStyle().


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