LibreOffice Module lotuswordpro (master) 1
|
VO_TOCLEVELDATA object. More...
#include <lwptoc.hxx>
Public Types | |
enum | { USETEXT = 0x01 , USENUMBER = 0x02 } |
Public Member Functions | |
LwpTocLevelData (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
void | RegisterStyle () override |
Register style. More... | |
virtual void | XFConvert (XFContentContainer *pCont) override |
Convert. More... | |
sal_uInt16 | GetLevel () const |
bool | GetUseText () const |
OUString const & | GetSearchStyle () const |
bool | GetUseLeadingText () const |
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 | |
void | Read () override |
Read TOCLEVELDATA obj. More... | |
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 |
Private Member Functions | |
virtual | ~LwpTocLevelData () override |
Private Attributes | |
sal_uInt16 | m_nFlags |
sal_uInt16 | m_nLevel |
LwpAtomHolder | m_SearchName |
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 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_TOCLEVELDATA object.
Definition at line 144 of file lwptoc.hxx.
anonymous enum |
Enumerator | |
---|---|
USETEXT | |
USENUMBER |
Definition at line 147 of file lwptoc.hxx.
LwpTocLevelData::LwpTocLevelData | ( | LwpObjectHeader const & | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 433 of file lwptoc.cxx.
|
overrideprivatevirtual |
Definition at line 437 of file lwptoc.cxx.
|
inline |
Definition at line 155 of file lwptoc.hxx.
References m_nLevel.
Referenced by LwpTocSuperLayout::AddSourceStyle(), LwpTocSuperLayout::GetNextSearchLevelPtr(), and LwpTocSuperLayout::GetSearchLevelPtr().
|
inline |
Definition at line 157 of file lwptoc.hxx.
References m_SearchName, and LwpAtomHolder::str().
Referenced by LwpTocSuperLayout::AddSourceStyle(), and LwpTocSuperLayout::XFConvert().
|
inline |
Definition at line 158 of file lwptoc.hxx.
References m_nFlags, and USENUMBER.
Referenced by LwpTocSuperLayout::XFConvert().
|
inline |
Definition at line 156 of file lwptoc.hxx.
References m_nFlags, and USETEXT.
Referenced by LwpTocSuperLayout::XFConvert().
|
overrideprotectedvirtual |
Read TOCLEVELDATA obj.
return
Reimplemented from LwpDLVList.
Definition at line 461 of file lwptoc.cxx.
References m_nFlags, m_nLevel, LwpObject::m_pObjStrm, m_SearchName, LwpDLVList::Read(), and LwpAtomHolder::Read().
|
overridevirtual |
Register style.
return
Reimplemented from LwpObject.
Definition at line 445 of file lwptoc.cxx.
|
overridevirtual |
Convert.
pCont | - container |
Reimplemented from LwpObject.
Definition at line 453 of file lwptoc.cxx.
|
private |
Definition at line 163 of file lwptoc.hxx.
Referenced by GetUseLeadingText(), GetUseText(), and Read().
|
private |
Definition at line 164 of file lwptoc.hxx.
Referenced by GetLevel(), and Read().
|
private |
Definition at line 165 of file lwptoc.hxx.
Referenced by GetSearchStyle(), and Read().