LibreOffice Module lotuswordpro (master) 1
|
#include <lwpparaproperty.hxx>
Public Member Functions | |
LwpParaBreaksProperty (LwpObjectStream *pStrm) | |
sal_uInt32 | GetType () override |
LwpBreaksOverride * | GetLocalParaBreaks () |
Public Member Functions inherited from LwpParaProperty | |
LwpParaProperty () | |
virtual | ~LwpParaProperty () |
virtual sal_uInt32 | GetType ()=0 |
Private Attributes | |
LwpBreaksOverride * | m_pBreaks |
Definition at line 175 of file lwpparaproperty.hxx.
|
explicit |
Definition at line 206 of file lwpparaproperty.cxx.
References LwpVirtualPiece::GetOverride(), LwpObjectID::IsNull(), m_pBreaks, LwpObjectID::obj(), and LwpObjectID::ReadIndexed().
|
inline |
Definition at line 189 of file lwpparaproperty.hxx.
References m_pBreaks.
|
inlineoverridevirtual |
Implements LwpParaProperty.
Definition at line 180 of file lwpparaproperty.hxx.
References PP_LOCAL_BREAKS.
|
private |
Definition at line 185 of file lwpparaproperty.hxx.
Referenced by GetLocalParaBreaks(), and LwpParaBreaksProperty().