LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfribmark.hxx>
Public Types | |
enum | { MARKER_START =1 , MARKER_END , MARKER_NONE } |
Public Types inherited from LwpFrib | |
enum | { REV_INSERT = 0 , REV_DELETE = 1 } |
Public Member Functions | |
LwpFribRubyMarker (LwpPara *pPara) | |
void | Read (LwpObjectStream *pObjStrm, sal_uInt16 len) override |
void | XFConvert (XFContentContainer *pXFPara) |
void | RegisterStyle (LwpFoundry *pFoundry) override |
Public Member Functions inherited from LwpFrib | |
LwpFrib (LwpPara *pPara) | |
virtual | ~LwpFrib () |
virtual void | Read (LwpObjectStream *pObjStrm, sal_uInt16 len) |
LwpFrib * | GetNext () |
void | SetNext (LwpFrib *next) |
sal_uInt8 | GetType () const |
OUString | GetEditor () |
XFColor | GetHighlightColor () |
const OUString & | GetStyleName () const |
void | SetModifiers (ModifierInfo *pModifiers) |
ModifierInfo * | GetModifiers () |
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< XFFont > | GetFont () |
@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 | |
sal_uInt8 | m_nType |
LwpObjectID | m_objMarker |
Additional Inherited Members | |
Static Public Member Functions inherited from LwpFrib | |
static LwpFrib * | CreateFrib (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 |
LwpPara * | m_pPara |
LwpFrib * | m_pNext |
sal_uInt8 | m_nFribType |
std::unique_ptr< ModifierInfo > | m_pModifiers |
OUString | m_StyleName |
sal_uInt8 | m_nRevisionType |
bool | m_bRevisionFlag |
sal_uInt8 | m_nEditor |
Definition at line 141 of file lwpfribmark.hxx.
anonymous enum |
Enumerator | |
---|---|
MARKER_START | |
MARKER_END | |
MARKER_NONE |
Definition at line 146 of file lwpfribmark.hxx.
|
explicit |
Definition at line 1388 of file lwpfribmark.cxx.
|
overridevirtual |
Reimplemented from LwpFrib.
Definition at line 1394 of file lwpfribmark.cxx.
References m_nType, m_objMarker, LwpObjectStream::QuickReaduInt8(), and LwpObjectID::ReadIndexed().
|
overridevirtual |
Reimplemented from LwpFrib.
Definition at line 1426 of file lwpfribmark.cxx.
void LwpFribRubyMarker::XFConvert | ( | XFContentContainer * | pXFPara | ) |
Definition at line 1400 of file lwpfribmark.cxx.
References XFContentContainer::Add(), LwpRubyMarker::GetRubyStyleName(), LwpRubyMarker::GetRubyText(), LwpRubyMarker::GetTextStyleName(), LwpFrib::GetType(), m_objMarker, MARKER_END, MARKER_START, LwpObjectID::obj(), XFContent::SetStyleName(), XFRubyEnd::SetText(), type, and VO_RUBYMARKER.
Referenced by LwpFribPtr::XFConvert().
|
private |
Definition at line 150 of file lwpfribmark.hxx.
Referenced by Read().
|
private |
Definition at line 151 of file lwpfribmark.hxx.
Referenced by Read(), and XFConvert().