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

#include <lwpcharacterstyle.hxx>

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

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...
 
LwpPropListGetPropList ()
 
- Public Member Functions inherited from LwpDLNFVList
 LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAtomHolderGetName ()
 
LwpObjectIDGetChildHead ()
 
LwpObjectIDGetChildTail ()
 
LwpObjectIDGetParent ()
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- 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)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
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
 

Protected Attributes

sal_uInt32 m_nFontID
 
sal_uInt32 m_nFinalFontID
 
sal_uInt16 m_nCSFlags
 
sal_uInt32 m_nUseCount
 
LwpAtomHolder m_aDescription
 
LwpTextLanguageOverride m_aLangOverride
 
LwpTextAttributeOverride m_aTxtAttrOverride
 
LwpCharacterBorderOverride m_aCharacterBorderOverride
 
LwpAmikakeOverride m_aAmikakeOverride
 
LwpObjectID m_CharacterBorder
 
LwpObjectID m_Amikake
 
LwpObjectID m_FaceStyle
 
LwpObjectID m_SizeStyle
 
LwpObjectID m_AttributeStyle
 
LwpObjectID m_FontStyle
 
LwpObjectID m_CharacterBorderStyle
 
LwpObjectID m_AmikakeStyle
 
sal_uInt32 m_nStyleDefinition
 
sal_uInt16 m_nKey
 
- Protected Attributes inherited from LwpDLNFVList
LwpObjectID m_ChildHead
 
LwpObjectID m_ChildTail
 
LwpObjectID m_Parent
 
LwpAtomHolder m_Name
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

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)
 

Detailed Description

Definition at line 74 of file lwpcharacterstyle.hxx.

Constructor & Destructor Documentation

◆ LwpTextStyle()

LwpTextStyle::LwpTextStyle ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 72 of file lwpcharacterstyle.cxx.

◆ ~LwpTextStyle()

LwpTextStyle::~LwpTextStyle ( )
overridevirtual

Definition at line 89 of file lwpcharacterstyle.cxx.

Member Function Documentation

◆ GetFinalFontID()

sal_uInt32 LwpTextStyle::GetFinalFontID ( ) const
inline

Definition at line 119 of file lwpcharacterstyle.hxx.

References m_nFinalFontID.

Referenced by LwpFrib::RegisterStyle().

◆ Read()

void LwpTextStyle::Read ( )
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().

◆ ReadCommon()

void LwpTextStyle::ReadCommon ( )
protected

◆ RegisterStyle()

void LwpTextStyle::RegisterStyle ( )
overridevirtual

Member Data Documentation

◆ m_aAmikakeOverride

LwpAmikakeOverride LwpTextStyle::m_aAmikakeOverride
protected

Definition at line 101 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_aCharacterBorderOverride

LwpCharacterBorderOverride LwpTextStyle::m_aCharacterBorderOverride
protected

Definition at line 100 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_aDescription

LwpAtomHolder LwpTextStyle::m_aDescription
protected

Definition at line 96 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_aLangOverride

LwpTextLanguageOverride LwpTextStyle::m_aLangOverride
protected

Definition at line 97 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_Amikake

LwpObjectID LwpTextStyle::m_Amikake
protected

Definition at line 104 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_AmikakeStyle

LwpObjectID LwpTextStyle::m_AmikakeStyle
protected

Definition at line 111 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_AttributeStyle

LwpObjectID LwpTextStyle::m_AttributeStyle
protected

Definition at line 108 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_aTxtAttrOverride

LwpTextAttributeOverride LwpTextStyle::m_aTxtAttrOverride
protected

Definition at line 98 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_CharacterBorder

LwpObjectID LwpTextStyle::m_CharacterBorder
protected

Definition at line 103 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_CharacterBorderStyle

LwpObjectID LwpTextStyle::m_CharacterBorderStyle
protected

Definition at line 110 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_FaceStyle

LwpObjectID LwpTextStyle::m_FaceStyle
protected

Definition at line 105 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_FontStyle

LwpObjectID LwpTextStyle::m_FontStyle
protected

Definition at line 109 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_nCSFlags

sal_uInt16 LwpTextStyle::m_nCSFlags
protected

Definition at line 93 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_nFinalFontID

sal_uInt32 LwpTextStyle::m_nFinalFontID
protected

◆ m_nFontID

sal_uInt32 LwpTextStyle::m_nFontID
protected

Definition at line 91 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_nKey

sal_uInt16 LwpTextStyle::m_nKey
protected

Definition at line 115 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_nStyleDefinition

sal_uInt32 LwpTextStyle::m_nStyleDefinition
protected

Definition at line 113 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_nUseCount

sal_uInt32 LwpTextStyle::m_nUseCount
protected

Definition at line 94 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().

◆ m_SizeStyle

LwpObjectID LwpTextStyle::m_SizeStyle
protected

Definition at line 107 of file lwpcharacterstyle.hxx.

Referenced by ReadCommon().


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