|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfribtext.hxx>
Public Member Functions | |
| LwpFribText (LwpPara *pPara, bool bNoUnicode) | |
| void | Read (LwpObjectStream *pObjStrm, sal_uInt16 len) override |
| void | XFConvert (XFContentContainer *pXFPara, LwpStory *pStory) |
| const OUString & | GetText () const |
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 | |
| OUString | m_Content |
| bool | m_bNoUnicode |
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 66 of file lwpfribtext.hxx.
| LwpFribText::LwpFribText | ( | LwpPara * | pPara, |
| bool | bNoUnicode | ||
| ) |
Definition at line 74 of file lwpfribtext.cxx.
|
inline |
Definition at line 76 of file lwpfribtext.hxx.
References m_Content.
Referenced by LwpFribPtr::ReadPara(), LwpBulletStyleMgr::RegisterBulletStyle(), LwpSilverBullet::RegisterStyle(), and XFConvert().
|
overridevirtual |
Reimplemented from LwpFrib.
Definition at line 78 of file lwpfribtext.cxx.
References LwpCharSetMgr::GetInstance(), LwpCharSetMgr::GetTextCharEncoding(), m_bNoUnicode, m_Content, LwpFrib::m_pModifiers, and LwpTools::QuickReadUnicode().
| void LwpFribText::XFConvert | ( | XFContentContainer * | pXFPara, |
| LwpStory * | pStory | ||
| ) |
Definition at line 99 of file lwpfribtext.cxx.
References LwpFrib::ConvertChars(), LwpFrib::ConvertHyperLink(), LwpHyperlinkMgr::GetHyperlinkFlag(), LwpStory::GetHyperlinkMgr(), and GetText().
Referenced by LwpFribPtr::XFConvert().
|
private |
Definition at line 74 of file lwpfribtext.hxx.
Referenced by Read().
|
private |
Definition at line 73 of file lwpfribtext.hxx.