LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfootnote.hxx>
Public Member Functions | |
LwpFribFootnote (LwpPara *pPara) | |
void | Read (LwpObjectStream *pObjStrm, sal_uInt16 len) override |
@descr read footnote frib information More... | |
void | RegisterNewStyle () |
@descr Register footnote style by calling LwpFootnote::RegisterStyle() More... | |
void | XFConvert (XFContentContainer *pCont) |
@descr Parse footnote by calling LwpFootnote::XFConvert() More... | |
LwpFootnote * | GetFootnote () |
@descr Get foonote object More... | |
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 | |
LwpObjectID | m_Footnote |
Additional Inherited Members | |
Public Types inherited from LwpFrib | |
enum | { REV_INSERT = 0 , REV_DELETE = 1 } |
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 102 of file lwpfootnote.hxx.
|
explicit |
Definition at line 70 of file lwpfootnote.cxx.
LwpFootnote * LwpFribFootnote::GetFootnote | ( | ) |
@descr Get foonote object
Definition at line 136 of file lwpfootnote.cxx.
References m_Footnote, and LwpObjectID::obj().
Referenced by RegisterNewStyle(), and XFConvert().
|
overridevirtual |
@descr read footnote frib information
Reimplemented from LwpFrib.
Definition at line 78 of file lwpfootnote.cxx.
References m_Footnote, and LwpObjectID::ReadIndexed().
void LwpFribFootnote::RegisterNewStyle | ( | ) |
@descr Register footnote style by calling LwpFootnote::RegisterStyle()
Definition at line 86 of file lwpfootnote.cxx.
References GetFootnote(), LwpObject::GetFoundry(), LwpFrib::m_pPara, LwpFootnote::RegisterStyle(), LwpFrib::RegisterStyle(), and LwpObject::SetFoundry().
Referenced by LwpFribPtr::RegisterStyle().
void LwpFribFootnote::XFConvert | ( | XFContentContainer * | pCont | ) |
@descr Parse footnote by calling LwpFootnote::XFConvert()
Definition at line 102 of file lwpfootnote.cxx.
References XFContentContainer::Add(), FN_FOOTNOTE, GetFootnote(), LwpFrib::GetStyleName(), LwpFootnote::GetType(), LwpFrib::m_ModFlag, and LwpFootnote::XFConvert().
Referenced by LwpFribPtr::XFConvert().
|
private |
Definition at line 113 of file lwpfootnote.hxx.
Referenced by GetFootnote(), and Read().