LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Protected Member Functions | Private Types | Private Attributes | List of all members
LwpContent Class Reference

Base class of all Lwp content objects. More...

#include <lwpcontent.hxx>

Inheritance diagram for LwpContent:
[legend]
Collaboration diagram for LwpContent:
[legend]

Public Member Functions

 LwpContent (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAssociatedLayoutsGetLayoutsWithMe ()
 
rtl::Reference< LwpVirtualLayoutGetLayout (LwpVirtualLayout const *pStartLayout)
 
bool IsActive () const
 
virtual bool IsTable ()
 
OUString const & GetClassName () const
 
LwpContentGetNextEnumerated ()
 
bool HasNonEmbeddedLayouts ()
 
bool IsStyleContent ()
 
- Public Member Functions inherited from LwpDLNFVList
 LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAtomHolderGetName ()
 
LwpObjectIDGetChildHead ()
 
LwpObjectIDGetChildTail ()
 
LwpObjectIDGetParent ()
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- 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)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

void Read () override
 @descr default read function 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  {
  CF_CHANGED = 0x0001 ,
  CF_MODIFIED = 0x0004 ,
  CF_LOCAL = 0x0008 ,
  CF_INFOOTNOTE = 0x0010 ,
  CF_METACHANGED = 0x0020 ,
  CF_PRIVATE = 0x0040 ,
  CF_DEACTIVATED = 0x0080 ,
  CF_VALUECHANGED = 0x0100 ,
  CF_DISABLEVALUECHECKING = 0x0200 ,
  CF_DONTNOTIFYDOCUMENT = 0x0400 ,
  CF_ISOVERRIDE = 0x0800 ,
  CF_ISBULLET = 0x1000 ,
  CF_CONTINUEDON = 0x2000 ,
  CF_CONTINUEDFROM = 0x4000 ,
  CF_COPYMASK = (CF_MODIFIED | CF_PRIVATE)
}
 

Private Attributes

LwpAssociatedLayouts m_LayoutsWithMe
 
sal_uInt16 m_nFlags
 
LwpAtomHolder m_ClassName
 
LwpObjectID m_NextEnumerated
 
LwpObjectID m_PreviousEnumerated
 

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< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Base class of all Lwp content objects.

Definition at line 73 of file lwpcontent.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private
Enumerator
CF_CHANGED 
CF_MODIFIED 
CF_LOCAL 
CF_INFOOTNOTE 
CF_METACHANGED 
CF_PRIVATE 
CF_DEACTIVATED 
CF_VALUECHANGED 
CF_DISABLEVALUECHECKING 
CF_DONTNOTIFYDOCUMENT 
CF_ISOVERRIDE 
CF_ISBULLET 
CF_CONTINUEDON 
CF_CONTINUEDFROM 
CF_COPYMASK 

Definition at line 84 of file lwpcontent.hxx.

Constructor & Destructor Documentation

◆ LwpContent()

LwpContent::LwpContent ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 75 of file lwpcontent.cxx.

References m_nFlags.

Member Function Documentation

◆ GetClassName()

OUString const & LwpContent::GetClassName ( ) const
inline

Definition at line 132 of file lwpcontent.hxx.

References m_ClassName, and LwpAtomHolder::str().

Referenced by LwpFootnote::FindFootnoteTableLayout().

◆ GetLayout()

rtl::Reference< LwpVirtualLayout > LwpContent::GetLayout ( LwpVirtualLayout const *  pStartLayout)

◆ GetLayoutsWithMe()

LwpAssociatedLayouts & LwpContent::GetLayoutsWithMe ( )
inline

Definition at line 117 of file lwpcontent.hxx.

References m_LayoutsWithMe.

Referenced by LwpGraphicObject::CreateGrafObject(), and LwpFribPtr::ProcessDropcap().

◆ GetNextEnumerated()

LwpContent * LwpContent::GetNextEnumerated ( )
inline

Definition at line 137 of file lwpcontent.hxx.

References m_NextEnumerated, and LwpObjectID::obj().

Referenced by LwpContentManager::EnumContents().

◆ HasNonEmbeddedLayouts()

bool LwpContent::HasNonEmbeddedLayouts ( )

Definition at line 129 of file lwpcontent.cxx.

References GetLayout().

Referenced by LwpOrderedObjectManager::GetNextActiveListList().

◆ IsActive()

bool LwpContent::IsActive ( ) const
inline

Definition at line 122 of file lwpcontent.hxx.

References CF_DEACTIVATED, and m_nFlags.

Referenced by LwpFootnote::FindFootnoteTableLayout().

◆ IsStyleContent()

bool LwpContent::IsStyleContent ( )

Definition at line 143 of file lwpcontent.cxx.

References GetLayout().

Referenced by LwpOrderedObjectManager::GetNextActiveListList().

◆ IsTable()

bool LwpContent::IsTable ( )
inlinevirtual

Reimplemented in LwpTable.

Definition at line 127 of file lwpcontent.hxx.

Referenced by LwpFootnote::FindFootnoteTableLayout().

◆ Read()

void LwpContent::Read ( )
overrideprotectedvirtual

Member Data Documentation

◆ m_ClassName

LwpAtomHolder LwpContent::m_ClassName
private

Definition at line 80 of file lwpcontent.hxx.

Referenced by GetClassName(), and Read().

◆ m_LayoutsWithMe

LwpAssociatedLayouts LwpContent::m_LayoutsWithMe
private

Definition at line 78 of file lwpcontent.hxx.

Referenced by GetLayout(), GetLayoutsWithMe(), and Read().

◆ m_NextEnumerated

LwpObjectID LwpContent::m_NextEnumerated
private

Definition at line 81 of file lwpcontent.hxx.

Referenced by GetNextEnumerated(), and Read().

◆ m_nFlags

sal_uInt16 LwpContent::m_nFlags
private

Definition at line 79 of file lwpcontent.hxx.

Referenced by IsActive(), and Read().

◆ m_PreviousEnumerated

LwpObjectID LwpContent::m_PreviousEnumerated
private

Definition at line 82 of file lwpcontent.hxx.

Referenced by Read().


The documentation for this class was generated from the following files: