LibreOffice Module lotuswordpro (master) 1
|
#include <lwpcharacterstyle.hxx>
Public Member Functions | |
LwpTextStyle (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
virtual | ~LwpTextStyle () override |
sal_uInt32 | GetFinalFontID () const |
virtual void | RegisterStyle () override |
@descr default register style function More... | |
Public Member Functions inherited from LwpDLNFPVList | |
LwpDLNFPVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
@descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true More... | |
virtual | ~LwpDLNFPVList () override |
@descr release property list More... | |
LwpPropList * | GetPropList () |
Public Member Functions inherited from LwpDLNFVList | |
LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpAtomHolder & | GetName () |
LwpObjectID & | GetChildHead () |
LwpObjectID & | GetChildTail () |
LwpObjectID & | GetParent () |
Public Member Functions inherited from LwpDLVList | |
LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpObjectID & | GetNext () |
LwpObjectID & | GetPrevious () |
Public Member Functions inherited from LwpObject | |
LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm) | |
@descr construct lwpobject from stream More... | |
void | QuickRead () |
@descr QuickRead template More... | |
void | DoRegisterStyle () |
void | DoParse (IXFStream *pOutputStream) |
void | DoXFConvert (XFContentContainer *pCont) |
LwpFoundry * | GetFoundry () |
void | SetFoundry (LwpFoundry *pFoundry) |
LwpObjectID & | GetObjectID () |
sal_uInt32 | GetTag () const |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Protected Member Functions | |
void | ReadCommon () |
void | Read () override |
@descr default read function More... | |
Protected Member Functions inherited from LwpDLNFPVList | |
void | Read () override |
@descr Read name of LwpDLNFVList from object stream More... | |
void | ReadPropertyList (LwpObjectStream *pObjStrm) |
@descr Read property list More... | |
Protected Member Functions inherited from LwpDLNFVList | |
virtual | ~LwpDLNFVList () override |
void | Read () override |
@descr Read LwpDLNFVList data from object stream More... | |
void | ReadName (LwpObjectStream *pObjStrm) |
@descr Read name of LwpDLNFVList from object stream More... | |
Protected Member Functions inherited from LwpDLVList | |
virtual | ~LwpDLVList () override |
void | Read () override |
@descr Read LwpDLVList data from object stream More... | |
Protected Member Functions inherited from LwpObject | |
virtual | ~LwpObject () override |
@descr dtor() More... | |
virtual void | Read () |
@descr default read function More... | |
virtual void | RegisterStyle () |
@descr default register style function More... | |
virtual void | Parse (IXFStream *pOutputStream) |
@descr default parse function More... | |
virtual void | XFConvert (XFContentContainer *pCont) |
@descr default XFConvert function pCont is the XFContentContainer for the object conversion More... | |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Definition at line 74 of file lwpcharacterstyle.hxx.
LwpTextStyle::LwpTextStyle | ( | LwpObjectHeader const & | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 72 of file lwpcharacterstyle.cxx.
|
overridevirtual |
Definition at line 89 of file lwpcharacterstyle.cxx.
|
inline |
Definition at line 119 of file lwpcharacterstyle.hxx.
References m_nFinalFontID.
Referenced by LwpFrib::RegisterStyle().
|
overrideprotectedvirtual |
@descr default read function
Reimplemented from LwpObject.
Reimplemented in LwpCharacterStyle, and LwpParaStyle.
Definition at line 83 of file lwpcharacterstyle.cxx.
References LwpDLNFPVList::Read(), and ReadCommon().
Referenced by LwpCharacterStyle::Read(), and LwpParaStyle::Read().
|
protected |
Definition at line 91 of file lwpcharacterstyle.cxx.
References m_aAmikakeOverride, m_aCharacterBorderOverride, m_aDescription, m_aLangOverride, m_Amikake, m_AmikakeStyle, m_AttributeStyle, m_aTxtAttrOverride, m_CharacterBorder, m_CharacterBorderStyle, m_FaceStyle, m_FontStyle, m_nCSFlags, LwpFileHeader::m_nFileRevision, m_nFinalFontID, m_nFontID, m_nKey, m_nStyleDefinition, m_nUseCount, LwpObject::m_pObjStrm, m_SizeStyle, nCount, LwpAtomHolder::Read(), LwpTextLanguageOverride::Read(), LwpTextAttributeOverride::Read(), LwpAmikakeOverride::Read(), LwpCharacterBorderOverride::Read(), and LwpObjectID::ReadIndexed().
Referenced by Read().
|
overridevirtual |
@descr default register style function
Reimplemented from LwpObject.
Reimplemented in LwpParaStyle.
Definition at line 139 of file lwpcharacterstyle.cxx.
References LwpStyleManager::AddStyle(), LwpFontManager::CreateFont(), LwpFoundry::GetFontManager(), LwpDLNFVList::GetName(), LwpObject::GetObjectID(), LwpFoundry::GetStyleManager(), m_nFinalFontID, LwpObject::m_pFoundry, and LwpAtomHolder::str().
Referenced by LwpDocument::RegisterTextStyles().
|
protected |
Definition at line 101 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 100 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 96 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 97 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 104 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 111 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 108 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 98 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 103 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 110 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 105 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 109 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 93 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 92 of file lwpcharacterstyle.hxx.
Referenced by GetFinalFontID(), ReadCommon(), RegisterStyle(), and LwpParaStyle::RegisterStyle().
|
protected |
Definition at line 91 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 115 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 113 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 94 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().
|
protected |
Definition at line 107 of file lwpcharacterstyle.hxx.
Referenced by ReadCommon().