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

Index entry object. More...

#include <xfplaceholder.hxx>

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

Public Member Functions

 XFHolderStart ()
 
virtual ~XFHolderStart () override
 
void SetType (const OUString &sType)
 
void SetDesc (const OUString &sDesc)
 
void SetPrompt (const OUString &sText)
 
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

OUString m_strType
 
OUString m_strDesc
 
OUString m_strText
 

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

Index entry object.

Definition at line 70 of file xfplaceholder.hxx.

Constructor & Destructor Documentation

◆ XFHolderStart()

XFHolderStart::XFHolderStart ( )

Definition at line 86 of file xfplaceholder.hxx.

◆ ~XFHolderStart()

XFHolderStart::~XFHolderStart ( )
overridevirtual

Definition at line 88 of file xfplaceholder.hxx.

Member Function Documentation

◆ SetDesc()

void XFHolderStart::SetDesc ( const OUString &  sDesc)
inline

Definition at line 92 of file xfplaceholder.hxx.

References m_strDesc.

Referenced by LwpCHBlkMarker::ProcessOtherCHB(), and LwpCHBlkMarker::ProcessPlaceHolder().

◆ SetPrompt()

void XFHolderStart::SetPrompt ( const OUString &  sText)
inline

◆ SetType()

void XFHolderStart::SetType ( const OUString &  sType)
inline

◆ ToXml()

void XFHolderStart::ToXml ( IXFStream pStrm)
inlineoverridevirtual

Member Data Documentation

◆ m_strDesc

OUString XFHolderStart::m_strDesc
private

Definition at line 82 of file xfplaceholder.hxx.

Referenced by SetDesc(), and ToXml().

◆ m_strText

OUString XFHolderStart::m_strText
private

Definition at line 83 of file xfplaceholder.hxx.

Referenced by SetPrompt(), and ToXml().

◆ m_strType

OUString XFHolderStart::m_strType
private

Definition at line 81 of file xfplaceholder.hxx.

Referenced by SetType(), and ToXml().


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