LibreOffice Module lotuswordpro (master) 1
|
#include <lwptabrack.hxx>
Public Member Functions | |
LwpTabRack (LwpObjectHeader objHdr, LwpSvStream *pStrm) | |
void | Read () override |
@descr default read function More... | |
sal_uInt16 | GetNumTabs () |
LwpTab * | Lookup (sal_uInt16 nIndex) |
LwpTabRack * | GetNext () |
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 | { MaxTabs = 15 } |
Private Member Functions | |
virtual | ~LwpTabRack () override |
Private Attributes | |
sal_uInt16 | m_nNumTabs |
LwpTab | m_aTabs [MaxTabs] |
LwpObjectID | m_NextID |
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 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 |
Definition at line 124 of file lwptabrack.hxx.
|
private |
Enumerator | |
---|---|
MaxTabs |
Definition at line 136 of file lwptabrack.hxx.
LwpTabRack::LwpTabRack | ( | LwpObjectHeader | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 83 of file lwptabrack.cxx.
|
inlineoverrideprivatevirtual |
Definition at line 134 of file lwptabrack.hxx.
LwpTabRack * LwpTabRack::GetNext | ( | ) |
Definition at line 119 of file lwptabrack.cxx.
References m_NextID, and LwpObjectID::obj().
Referenced by GetNumTabs(), and Lookup().
sal_uInt16 LwpTabRack::GetNumTabs | ( | ) |
Definition at line 124 of file lwptabrack.cxx.
References GetNext(), GetNumTabs(), and m_nNumTabs.
Referenced by LwpParaStyle::ApplyTab(), and GetNumTabs().
LwpTab * LwpTabRack::Lookup | ( | sal_uInt16 | nIndex | ) |
Definition at line 104 of file lwptabrack.cxx.
References GetNext(), Lookup(), m_aTabs, m_nNumTabs, and nIndex.
Referenced by LwpParaStyle::ApplyTab(), and Lookup().
|
overridevirtual |
@descr default read function
Reimplemented from LwpObject.
Definition at line 89 of file lwptabrack.cxx.
References i, m_aTabs, m_NextID, m_nNumTabs, LwpObject::m_pObjStrm, MaxTabs, LwpTab::Read(), and LwpObjectID::ReadIndexed().
Definition at line 140 of file lwptabrack.hxx.
|
private |
Definition at line 141 of file lwptabrack.hxx.
|
private |
Definition at line 139 of file lwptabrack.hxx.
Referenced by GetNumTabs(), Lookup(), and Read().