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

#include <lwpfribframe.hxx>

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

Public Member Functions

 LwpFribRubyFrame (LwpPara *pPara)
 
void Read (LwpObjectStream *pObjStrm, sal_uInt16 len) override
 @descr: Read Ruby frame More...
 
LwpRubyLayoutGetLayout ()
 
void RegisterStyle (LwpFoundry *pFoundry) override
 @descr: Register Ruby frame style More...
 
void XFConvert ()
 @descr: convert Ruby frame More...
 
- 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_objLayout
 

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 85 of file lwpfribframe.hxx.

Constructor & Destructor Documentation

◆ LwpFribRubyFrame()

LwpFribRubyFrame::LwpFribRubyFrame ( LwpPara pPara)
inlineexplicit

Definition at line 88 of file lwpfribframe.hxx.

Member Function Documentation

◆ GetLayout()

LwpRubyLayout * LwpFribRubyFrame::GetLayout ( )

Definition at line 234 of file lwpfribframe.cxx.

References m_objLayout, and LwpObjectID::obj().

Referenced by RegisterStyle(), and XFConvert().

◆ Read()

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

@descr: Read Ruby frame

Reimplemented from LwpFrib.

Definition at line 204 of file lwpfribframe.cxx.

References m_objLayout, and LwpObjectID::ReadIndexed().

◆ RegisterStyle()

void LwpFribRubyFrame::RegisterStyle ( LwpFoundry pFoundry)
overridevirtual

@descr: Register Ruby frame style

Reimplemented from LwpFrib.

Definition at line 212 of file lwpfribframe.cxx.

References GetLayout(), LwpRubyLayout::RegisterStyle(), and LwpObject::SetFoundry().

Referenced by LwpFribPtr::RegisterStyle().

◆ XFConvert()

void LwpFribRubyFrame::XFConvert ( )

@descr: convert Ruby frame

Definition at line 225 of file lwpfribframe.cxx.

References LwpRubyLayout::ConvertContentText(), and GetLayout().

Referenced by LwpFribPtr::XFConvert().

Member Data Documentation

◆ m_objLayout

LwpObjectID LwpFribRubyFrame::m_objLayout
private

Definition at line 98 of file lwpfribframe.hxx.

Referenced by GetLayout(), and Read().


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