LibreOffice Module lotuswordpro (master) 1
|
VO_DEPENDENT object. More...
#include <lwptblcell.hxx>
Public Member Functions | |
LwpDependent (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
void | Parse (IXFStream *pOutputStream) override |
@descr default parse function More... | |
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 () |
Private Types | |
enum | { START_CELL = 0x01 , END_CELL = 0x02 , REGISTERED = 0x04 } |
Private Member Functions | |
void | Read () override |
@descr Read LwpDLVList data from object stream More... | |
virtual | ~LwpDependent () override |
Private Attributes | |
LwpObjectID | cFormulaInfo |
sal_uInt16 | cReferenceOffset |
sal_uInt8 | cFlags |
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) |
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 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 |
VO_DEPENDENT object.
Definition at line 196 of file lwptblcell.hxx.
|
private |
Enumerator | |
---|---|
START_CELL | |
END_CELL | |
REGISTERED |
Definition at line 210 of file lwptblcell.hxx.
LwpDependent::LwpDependent | ( | LwpObjectHeader const & | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 207 of file lwptblcell.cxx.
|
overrideprivatevirtual |
Definition at line 214 of file lwptblcell.cxx.
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Definition at line 227 of file lwptblcell.cxx.
|
overrideprivatevirtual |
@descr Read LwpDLVList data from object stream
Reimplemented from LwpDLVList.
Definition at line 216 of file lwptblcell.cxx.
References cFlags, cFormulaInfo, cReferenceOffset, LwpObject::m_pObjStrm, LwpDLVList::Read(), and LwpObjectID::ReadIndexed().
|
private |
Definition at line 216 of file lwptblcell.hxx.
Referenced by Read().
|
private |
Definition at line 206 of file lwptblcell.hxx.
Referenced by Read().
|
private |
Definition at line 207 of file lwptblcell.hxx.
Referenced by Read().