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

#include <xfhyperlink.hxx>

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

Public Member Functions

 XFHyperlink ()
 
void SetHRef (const OUString &href)
 
void SetText (const OUString &text)
 
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

OUString m_strHRef
 
OUString m_strName
 
OUString m_strFrame
 
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

Definition at line 67 of file xfhyperlink.hxx.

Constructor & Destructor Documentation

◆ XFHyperlink()

XFHyperlink::XFHyperlink ( )
inline

Definition at line 86 of file xfhyperlink.hxx.

References m_strFrame.

Member Function Documentation

◆ SetHRef()

void XFHyperlink::SetHRef ( const OUString &  href)
inline

Definition at line 88 of file xfhyperlink.hxx.

References m_strHRef.

Referenced by LwpFrib::ConvertHyperLink().

◆ SetText()

void XFHyperlink::SetText ( const OUString &  text)
inline

Definition at line 90 of file xfhyperlink.hxx.

References m_strText, and text().

Referenced by LwpFrib::ConvertHyperLink().

◆ ToXml()

void XFHyperlink::ToXml ( IXFStream pStrm)
inlineoverridevirtual

Member Data Documentation

◆ m_strFrame

OUString XFHyperlink::m_strFrame
private

Definition at line 82 of file xfhyperlink.hxx.

Referenced by ToXml(), and XFHyperlink().

◆ m_strHRef

OUString XFHyperlink::m_strHRef
private

Definition at line 80 of file xfhyperlink.hxx.

Referenced by SetHRef(), and ToXml().

◆ m_strName

OUString XFHyperlink::m_strName
private

Definition at line 81 of file xfhyperlink.hxx.

Referenced by ToXml().

◆ m_strText

OUString XFHyperlink::m_strText
private

Definition at line 83 of file xfhyperlink.hxx.

Referenced by SetText(), and ToXml().


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