|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpparaproperty.hxx>
Public Member Functions | |
| LwpParaBackGroundProperty (LwpObjectStream *pFile) | |
| virtual | ~LwpParaBackGroundProperty () override |
| LwpBackgroundOverride * | GetBackground () |
| sal_uInt32 | GetType () override |
Public Member Functions inherited from LwpParaProperty | |
| LwpParaProperty () | |
| virtual | ~LwpParaProperty () |
| virtual sal_uInt32 | GetType ()=0 |
Private Attributes | |
| LwpBackgroundOverride * | m_pBackground |
Definition at line 249 of file lwpparaproperty.hxx.
|
explicit |
Definition at line 256 of file lwpparaproperty.cxx.
References LwpVirtualPiece::GetOverride(), m_pBackground, LwpObjectID::obj(), and LwpObjectID::ReadIndexed().
|
overridevirtual |
Definition at line 265 of file lwpparaproperty.cxx.
|
inline |
Definition at line 260 of file lwpparaproperty.hxx.
References m_pBackground.
|
inlineoverridevirtual |
Implements LwpParaProperty.
Definition at line 265 of file lwpparaproperty.hxx.
References PP_LOCAL_BACKGROUND.
|
private |
Definition at line 257 of file lwpparaproperty.hxx.
Referenced by GetBackground(), and LwpParaBackGroundProperty().