LibreOffice Module lotuswordpro (master) 1
|
#include <lwpparaproperty.hxx>
Public Member Functions | |
LwpParaIndentProperty (LwpObjectStream *pFile) | |
virtual | ~LwpParaIndentProperty () override |
LwpIndentOverride * | GetIndent () |
sal_uInt32 | GetType () override |
const LwpObjectID & | GetIndentID () const |
Public Member Functions inherited from LwpParaProperty | |
LwpParaProperty () | |
virtual | ~LwpParaProperty () |
virtual sal_uInt32 | GetType ()=0 |
Private Attributes | |
LwpObjectID | m_aIndentID |
LwpIndentOverride * | m_pIndent |
Definition at line 117 of file lwpparaproperty.hxx.
|
explicit |
Definition at line 157 of file lwpparaproperty.cxx.
References LwpVirtualPiece::GetOverride(), m_aIndentID, m_pIndent, LwpObjectID::obj(), LwpObjectID::ReadIndexed(), and VO_INDENTPIECE.
|
overridevirtual |
Definition at line 165 of file lwpparaproperty.cxx.
|
inline |
Definition at line 134 of file lwpparaproperty.hxx.
References m_pIndent.
|
inline |
Definition at line 130 of file lwpparaproperty.hxx.
References m_aIndentID.
Referenced by LwpBulletStyleMgr::RegisterBulletStyle().
|
overridevirtual |
Implements LwpParaProperty.
Definition at line 169 of file lwpparaproperty.cxx.
References PP_LOCAL_INDENT.
|
private |
Definition at line 127 of file lwpparaproperty.hxx.
Referenced by GetIndentID(), and LwpParaIndentProperty().
|
private |
Definition at line 128 of file lwpparaproperty.hxx.
Referenced by GetIndent(), and LwpParaIndentProperty().