LibreOffice Module lotuswordpro (master) 1
|
#include <lwppiece.hxx>
Public Member Functions | |
LwpVirtualPiece (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
virtual void | Read () override |
@descr Read LwpDLVList data from object stream More... | |
LwpOverride * | GetOverride () |
Public Member Functions inherited from LwpDLVList | |
LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpObjectID & | GetNext () |
LwpObjectID & | GetPrevious () |
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) |
LwpFoundry * | GetFoundry () |
void | SetFoundry (LwpFoundry *pFoundry) |
LwpObjectID & | GetObjectID () |
sal_uInt32 | GetTag () const |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Protected Member Functions | |
virtual | ~LwpVirtualPiece () override |
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 | |
std::unique_ptr< LwpOverride > | m_pOverride |
Protected Attributes inherited from LwpObject | |
LwpObjectHeader | m_ObjHdr |
std::unique_ptr< LwpObjectStream > | m_pObjStrm |
LwpFoundry * | m_pFoundry |
LwpSvStream * | m_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) |
Definition at line 76 of file lwppiece.hxx.
|
inline |
Definition at line 79 of file lwppiece.hxx.
|
inlineoverrideprotectedvirtual |
Definition at line 95 of file lwppiece.hxx.
|
inline |
Definition at line 90 of file lwppiece.hxx.
References m_pOverride.
Referenced by LwpParaStyle::Apply(), LwpParaStyle::GetAlignment(), LwpParaStyle::GetBreaks(), LwpParaStyle::GetIndent(), LwpParaStyle::GetNumberingOverride(), LwpParaStyle::GetParaBorder(), LwpParaStyle::GetSpacing(), LwpMiddleLayout::GetTabOverride(), LwpParaStyle::GetTabOverride(), LwpParaBackGroundProperty::LwpParaBackGroundProperty(), LwpParaBorderProperty::LwpParaBorderProperty(), LwpParaBreaksProperty::LwpParaBreaksProperty(), LwpParaIndentProperty::LwpParaIndentProperty(), LwpParaNumberingProperty::LwpParaNumberingProperty(), LwpParaSpacingProperty::LwpParaSpacingProperty(), and LwpParaTabRackProperty::LwpParaTabRackProperty().
|
inlineoverridevirtual |
@descr Read LwpDLVList data from object stream
Reimplemented from LwpDLVList.
Reimplemented in LwpLayoutGeometry, LwpLayoutScale, LwpLayoutMargins, LwpLayoutBorder, LwpLayoutBackground, LwpLayoutExternalBorder, LwpLayoutColumns, LwpLayoutGutters, LwpLayoutJoins, LwpLayoutShadow, LwpLayoutRelativity, and LwpLayoutNumerics.
Definition at line 83 of file lwppiece.hxx.
References LwpObject::m_pObjStrm, m_pOverride, and LwpDLVList::Read().
Referenced by LwpLayoutGeometry::Read(), LwpLayoutScale::Read(), LwpLayoutMargins::Read(), LwpLayoutBorder::Read(), LwpLayoutBackground::Read(), LwpLayoutExternalBorder::Read(), LwpLayoutColumns::Read(), LwpLayoutGutters::Read(), LwpLayoutJoins::Read(), LwpLayoutShadow::Read(), LwpLayoutRelativity::Read(), and LwpLayoutNumerics::Read().
|
protected |
Definition at line 99 of file lwppiece.hxx.
Referenced by GetOverride(), LwpAlignmentPiece::LwpAlignmentPiece(), LwpAmikakePiece::LwpAmikakePiece(), LwpBackgroundPiece::LwpBackgroundPiece(), LwpBreaksPiece::LwpBreaksPiece(), LwpCharacterBorderPiece::LwpCharacterBorderPiece(), LwpIndentPiece::LwpIndentPiece(), LwpNumberingPiece::LwpNumberingPiece(), LwpParaBorderPiece::LwpParaBorderPiece(), LwpSpacingPiece::LwpSpacingPiece(), LwpTabPiece::LwpTabPiece(), and Read().