|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpsection.hxx>
Public Member Functions | |
| LwpIndexSection (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual | ~LwpIndexSection () override |
| bool | IsFormatRunin () const |
| bool | IsFormatSeparator () const |
Public Member Functions inherited from LwpSection | |
| LwpSection (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual | ~LwpSection () override |
| LwpPageLayout * | GetPageLayout () |
| @descr Get page layout pointer More... | |
| void | Parse (IXFStream *pOutputStream) override |
| @descr: do nothing More... | |
| OUString const & | GetSectionName () const |
Public Member Functions inherited from LwpOrderedObject | |
| LwpOrderedObject (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| void | Read () override |
| @descr: read object information More... | |
| LwpObjectID & | GetPosition () |
| LwpObjectID & | GetListList () |
Public Member Functions inherited from LwpDLNFVList | |
| LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| LwpAtomHolder & | GetName () |
| LwpObjectID & | GetChildHead () |
| LwpObjectID & | GetChildTail () |
| LwpObjectID & | GetParent () |
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 |
| @descr: read object information More... | |
| void | Read () override |
| @descr: read object information More... | |
Protected Member Functions inherited from LwpDLNFVList | |
| virtual | ~LwpDLNFVList () override |
| void | Read () override |
| @descr Read LwpDLNFVList data from object stream More... | |
| void | ReadName (LwpObjectStream *pObjStrm) |
| @descr Read name of LwpDLNFVList from object stream 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 Types | |
| enum | { SEPARATORS = 0x01 , RUN_IN = 0X02 } |
Private Attributes | |
| LwpAtomHolder | m_TextMarker |
| LwpAtomHolder | m_ParentName |
| LwpAtomHolder | m_DivisionName |
| LwpAtomHolder | m_SectionName |
| sal_uInt16 | m_nForm |
| sal_uInt16 | m_nFlags |
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 LwpDLNFVList | |
| LwpObjectID | m_ChildHead |
| LwpObjectID | m_ChildTail |
| LwpObjectID | m_Parent |
| LwpAtomHolder | m_Name |
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 117 of file lwpsection.hxx.
|
private |
| Enumerator | |
|---|---|
| SEPARATORS | |
| RUN_IN | |
Definition at line 129 of file lwpsection.hxx.
| LwpIndexSection::LwpIndexSection | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 112 of file lwpsection.cxx.
References m_nFlags.
|
overridevirtual |
Definition at line 119 of file lwpsection.cxx.
| bool LwpIndexSection::IsFormatRunin | ( | ) | const |
Definition at line 137 of file lwpsection.cxx.
References m_nFlags, and RUN_IN.
Referenced by LwpFribSection::SetDefaultAlphaIndex().
| bool LwpIndexSection::IsFormatSeparator | ( | ) | const |
Definition at line 139 of file lwpsection.cxx.
References m_nFlags, and SEPARATORS.
Referenced by LwpFribSection::SetDefaultAlphaIndex().
|
overrideprotectedvirtual |
@descr: read object information
Reimplemented from LwpSection.
Definition at line 125 of file lwpsection.cxx.
References m_DivisionName, m_nFlags, m_nForm, m_ParentName, LwpObject::m_pObjStrm, m_SectionName, m_TextMarker, LwpSection::Read(), and LwpAtomHolder::Read().
|
private |
Definition at line 136 of file lwpsection.hxx.
Referenced by Read().
|
private |
Definition at line 139 of file lwpsection.hxx.
Referenced by IsFormatRunin(), IsFormatSeparator(), and Read().
|
private |
Definition at line 138 of file lwpsection.hxx.
Referenced by Read().
|
private |
Definition at line 135 of file lwpsection.hxx.
Referenced by Read().
|
private |
Definition at line 137 of file lwpsection.hxx.
Referenced by Read().
|
private |
Definition at line 134 of file lwpsection.hxx.
Referenced by Read().