|
LibreOffice Module lotuswordpro (master) 1
|
DocumentSock object, divisions are embedded by document socket object. More...
#include <lwpdoc.hxx>
Public Member Functions | |
| LwpDocSock (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| void | RegisterStyle () override |
| @descr register styles in documents plugged More... | |
| void | Parse (IXFStream *pOutputStream) override |
| @descr parse contents of documents plugged More... | |
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 VO_DOCSOCK from file 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 Attributes | |
| LwpObjectID | m_Doc |
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 |
DocumentSock object, divisions are embedded by document socket object.
Definition at line 192 of file lwpdoc.hxx.
| LwpDocSock::LwpDocSock | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 794 of file lwpdoc.cxx.
|
overridevirtual |
@descr parse contents of documents plugged
Reimplemented from LwpObject.
Definition at line 824 of file lwpdoc.cxx.
References LwpDLNFVList::GetChildHead(), LwpDLVList::GetNext(), and LwpObjectID::obj().
|
overrideprotectedvirtual |
@descr read VO_DOCSOCK from file
Reimplemented from LwpDLNFVList.
Definition at line 802 of file lwpdoc.cxx.
References m_Doc, LwpObject::m_pObjStrm, LwpDLNFVList::Read(), and LwpObjectID::ReadIndexed().
|
overridevirtual |
@descr register styles in documents plugged
Reimplemented from LwpObject.
Definition at line 811 of file lwpdoc.cxx.
References LwpDLNFVList::GetChildHead(), LwpDLVList::GetNext(), and LwpObjectID::obj().
|
private |
Definition at line 198 of file lwpdoc.hxx.
Referenced by Read().