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

Bookmark object. More...

#include <xfbookmark.hxx>

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

Public Member Functions

 XFBookmark (bool isStart)
 
const OUString & GetDivision () const
 
void SetDivision (const OUString &sDivName)
 
const OUString & GetName () const
 
void SetName (const OUString &name)
 @descr Set bookmark name, which will be used in bookmark-ref or formula. More...
 
virtual void ToXml (IXFStream *pStrm) override
 
- 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 ()
 

Private Attributes

bool m_bStart
 
OUString m_strName
 
OUString m_strDivision
 

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
 
- Protected Attributes inherited from XFContent
OUString m_strStyleName
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Bookmark object.

Definition at line 73 of file xfbookmark.hxx.

Constructor & Destructor Documentation

◆ XFBookmark()

XFBookmark::XFBookmark ( bool  isStart)
inlineexplicit

Definition at line 76 of file xfbookmark.hxx.

References m_bStart.

Member Function Documentation

◆ GetDivision()

const OUString & XFBookmark::GetDivision ( ) const
inline

Definition at line 81 of file xfbookmark.hxx.

References m_strDivision.

Referenced by LwpBookmarkMgr::AddXFBookmarkEnd(), and LwpBookmarkMgr::AddXFBookmarkStart().

◆ GetName()

const OUString & XFBookmark::GetName ( ) const
inline

Definition at line 83 of file xfbookmark.hxx.

References m_strName.

◆ SetDivision()

void XFBookmark::SetDivision ( const OUString &  sDivName)
inline

Definition at line 82 of file xfbookmark.hxx.

References m_strDivision.

◆ SetName()

void XFBookmark::SetName ( const OUString &  name)
inline

@descr Set bookmark name, which will be used in bookmark-ref or formula.

Definition at line 89 of file xfbookmark.hxx.

References m_strName, and name.

◆ ToXml()

virtual void XFBookmark::ToXml ( IXFStream pStrm)
inlineoverridevirtual

Member Data Documentation

◆ m_bStart

bool XFBookmark::m_bStart
private

Definition at line 113 of file xfbookmark.hxx.

Referenced by ToXml(), and XFBookmark().

◆ m_strDivision

OUString XFBookmark::m_strDivision
private

Definition at line 115 of file xfbookmark.hxx.

Referenced by GetDivision(), and SetDivision().

◆ m_strName

OUString XFBookmark::m_strName
private

Definition at line 114 of file xfbookmark.hxx.

Referenced by GetName(), SetName(), and ToXml().


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