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

#include <xfchange.hxx>

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

Public Member Functions

 XFChangeRegion ()
 
virtual void ToXml (IXFStream *pStrm) override
 @descr Output to OOo model or local file. More...
 
void SetChangeID (const OUString &sID)
 
void SetEditor (const OUString &sEditor)
 
- Public Member Functions inherited from XFContentContainer
 XFContentContainer ()
 
virtual ~XFContentContainer () override
 @descr Destructure, all contents will be deleted too. More...
 
virtual void Add (XFContent *pContent)
 @descr Add content. More...
 
rtl::Reference< XFContentGetLastContent ()
 
void RemoveLastContent ()
 
void Add (const OUString &text)
 @descr convenience function for add text content. More...
 
int GetCount () const
 @descr return the number of contents in the container. More...
 
rtl::Reference< XFContentGetContent (sal_uInt32 index) const
 @descr get content by index. More...
 
void Reset ()
 @descr clear all contents in the container. More...
 
rtl::Reference< XFContentFindFirstContent (enumXFContent type)
 @descr helper function, find first content by type. More...
 
virtual enumXFContent GetContentType () override
 @descr return the content type. More...
 
virtual void ToXml (IXFStream *pStrm) override
 @descr Output to OOo model or local file. More...
 
bool HierarchyContains (const XFContent *pContent) const
 
- Public Member Functions inherited from XFContent
virtual enumXFContent GetContentType ()
 : return the content type. More...
 
virtual void SetStyleName (const OUString &style)
 : All content except XFTextContent can have a style. More...
 
const OUString & GetStyleName () const
 : return the style name. More...
 
void DoToXml (IXFStream *stream)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Attributes

OUString m_sID
 
OUString m_sEditor
 
- Protected Attributes inherited from XFContent
OUString m_strStyleName
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

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 XFContent
 XFContent ()
 
virtual void ToXml (IXFStream *stream)=0
 
virtual ~XFContent () override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 76 of file xfchange.hxx.

Constructor & Destructor Documentation

◆ XFChangeRegion()

XFChangeRegion::XFChangeRegion ( )
inline

Definition at line 79 of file xfchange.hxx.

Member Function Documentation

◆ SetChangeID()

void XFChangeRegion::SetChangeID ( const OUString &  sID)
inline

Definition at line 81 of file xfchange.hxx.

References m_sID.

Referenced by LwpChangeMgr::ConvertAllChange(), and LwpChangeMgr::SetHeadFootChange().

◆ SetEditor()

void XFChangeRegion::SetEditor ( const OUString &  sEditor)
inline

Definition at line 82 of file xfchange.hxx.

References m_sEditor.

Referenced by LwpChangeMgr::ConvertAllChange(), and LwpChangeMgr::SetHeadFootChange().

◆ ToXml()

void XFChangeRegion::ToXml ( IXFStream pStrm)
overridevirtual

@descr Output to OOo model or local file.

Reimplemented from XFContentContainer.

Reimplemented in XFChangeInsert, and XFChangeDelete.

Definition at line 77 of file xfchange.cxx.

Member Data Documentation

◆ m_sEditor

OUString XFChangeRegion::m_sEditor
protected

Definition at line 86 of file xfchange.hxx.

Referenced by SetEditor(), XFChangeInsert::ToXml(), and XFChangeDelete::ToXml().

◆ m_sID

OUString XFChangeRegion::m_sID
protected

Definition at line 85 of file xfchange.hxx.

Referenced by SetChangeID(), XFChangeInsert::ToXml(), and XFChangeDelete::ToXml().


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