LibreOffice Module lotuswordpro (master) 1
|
#include <lwpparaproperty.hxx>
Public Member Functions | |
LwpParaBulletProperty (LwpObjectStream *pStrm) | |
virtual | ~LwpParaBulletProperty () override |
sal_uInt32 | GetType () override |
LwpBulletOverride * | GetLocalParaBullet () |
Public Member Functions inherited from LwpParaProperty | |
LwpParaProperty () | |
virtual | ~LwpParaProperty () |
virtual sal_uInt32 | GetType ()=0 |
Private Attributes | |
std::unique_ptr< LwpBulletOverride > | m_pBullet |
Definition at line 194 of file lwpparaproperty.hxx.
|
explicit |
Definition at line 219 of file lwpparaproperty.cxx.
References m_pBullet.
|
overridevirtual |
Definition at line 225 of file lwpparaproperty.cxx.
|
inline |
Definition at line 209 of file lwpparaproperty.hxx.
References m_pBullet.
|
inlineoverridevirtual |
Implements LwpParaProperty.
Definition at line 201 of file lwpparaproperty.hxx.
References PP_LOCAL_BULLET.
|
private |
Definition at line 206 of file lwpparaproperty.hxx.
Referenced by GetLocalParaBullet(), and LwpParaBulletProperty().