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

#include <txtparaimphint.hxx>

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

Public Member Functions

 XMLHyperlinkHint_Impl (const css::uno::Reference< css::text::XTextRange > &rPos)
 
void SetHRef (const OUString &s)
 
const OUString & GetHRef () const
 
void SetName (const OUString &s)
 
const OUString & GetName () const
 
void SetTargetFrameName (const OUString &s)
 
const OUString & GetTargetFrameName () const
 
void SetStyleName (const OUString &s)
 
const OUString & GetStyleName () const
 
void SetVisitedStyleName (const OUString &s)
 
const OUString & GetVisitedStyleName () const
 
XMLEventsImportContextGetEventsContext () const
 
void SetEventsContext (XMLEventsImportContext *pCtxt)
 
- Public Member Functions inherited from XMLHint_Impl
 XMLHint_Impl (XMLHintType nTyp, css::uno::Reference< css::text::XTextRange > xS, css::uno::Reference< css::text::XTextRange > xE)
 
virtual ~XMLHint_Impl ()
 
const css::uno::Reference< css::text::XTextRange > & GetStart () const
 
const css::uno::Reference< css::text::XTextRange > & GetEnd () const
 
void SetEnd (const css::uno::Reference< css::text::XTextRange > &rPos)
 
XMLHintType GetType () const
 
bool IsReference () const
 

Private Attributes

OUString sHRef
 
OUString sName
 
OUString sTargetFrameName
 
OUString sStyleName
 
OUString sVisitedStyleName
 
rtl::Reference< XMLEventsImportContextmxEvents
 

Detailed Description

Definition at line 101 of file txtparaimphint.hxx.

Constructor & Destructor Documentation

◆ XMLHyperlinkHint_Impl()

XMLHyperlinkHint_Impl::XMLHyperlinkHint_Impl ( const css::uno::Reference< css::text::XTextRange > &  rPos)
inline

Definition at line 112 of file txtparaimphint.hxx.

Member Function Documentation

◆ GetEventsContext()

XMLEventsImportContext * XMLHyperlinkHint_Impl::GetEventsContext ( ) const
inline

Definition at line 127 of file txtparaimphint.hxx.

References mxEvents.

Referenced by XMLParaContext::endFastElement().

◆ GetHRef()

const OUString & XMLHyperlinkHint_Impl::GetHRef ( ) const
inline

Definition at line 118 of file txtparaimphint.hxx.

References sHRef.

Referenced by XMLParaContext::endFastElement().

◆ GetName()

const OUString & XMLHyperlinkHint_Impl::GetName ( ) const
inline

Definition at line 120 of file txtparaimphint.hxx.

References sName.

Referenced by XMLParaContext::endFastElement().

◆ GetStyleName()

const OUString & XMLHyperlinkHint_Impl::GetStyleName ( ) const
inline

Definition at line 124 of file txtparaimphint.hxx.

References sStyleName.

Referenced by XMLParaContext::endFastElement().

◆ GetTargetFrameName()

const OUString & XMLHyperlinkHint_Impl::GetTargetFrameName ( ) const
inline

Definition at line 122 of file txtparaimphint.hxx.

References sTargetFrameName.

Referenced by XMLParaContext::endFastElement().

◆ GetVisitedStyleName()

const OUString & XMLHyperlinkHint_Impl::GetVisitedStyleName ( ) const
inline

Definition at line 126 of file txtparaimphint.hxx.

References sVisitedStyleName.

Referenced by XMLParaContext::endFastElement().

◆ SetEventsContext()

void XMLHyperlinkHint_Impl::SetEventsContext ( XMLEventsImportContext pCtxt)
inline

Definition at line 131 of file txtparaimphint.hxx.

References mxEvents.

◆ SetHRef()

void XMLHyperlinkHint_Impl::SetHRef ( const OUString &  s)
inline

Definition at line 117 of file txtparaimphint.hxx.

References sHRef.

◆ SetName()

void XMLHyperlinkHint_Impl::SetName ( const OUString &  s)
inline

Definition at line 119 of file txtparaimphint.hxx.

References sName.

◆ SetStyleName()

void XMLHyperlinkHint_Impl::SetStyleName ( const OUString &  s)
inline

Definition at line 123 of file txtparaimphint.hxx.

References sStyleName.

◆ SetTargetFrameName()

void XMLHyperlinkHint_Impl::SetTargetFrameName ( const OUString &  s)
inline

Definition at line 121 of file txtparaimphint.hxx.

References sTargetFrameName.

◆ SetVisitedStyleName()

void XMLHyperlinkHint_Impl::SetVisitedStyleName ( const OUString &  s)
inline

Definition at line 125 of file txtparaimphint.hxx.

References sVisitedStyleName.

Member Data Documentation

◆ mxEvents

rtl::Reference<XMLEventsImportContext> XMLHyperlinkHint_Impl::mxEvents
private

Definition at line 108 of file txtparaimphint.hxx.

Referenced by GetEventsContext(), and SetEventsContext().

◆ sHRef

OUString XMLHyperlinkHint_Impl::sHRef
private

Definition at line 103 of file txtparaimphint.hxx.

Referenced by GetHRef(), and SetHRef().

◆ sName

OUString XMLHyperlinkHint_Impl::sName
private

Definition at line 104 of file txtparaimphint.hxx.

Referenced by GetName(), and SetName().

◆ sStyleName

OUString XMLHyperlinkHint_Impl::sStyleName
private

Definition at line 106 of file txtparaimphint.hxx.

Referenced by GetStyleName(), and SetStyleName().

◆ sTargetFrameName

OUString XMLHyperlinkHint_Impl::sTargetFrameName
private

Definition at line 105 of file txtparaimphint.hxx.

Referenced by GetTargetFrameName(), and SetTargetFrameName().

◆ sVisitedStyleName

OUString XMLHyperlinkHint_Impl::sVisitedStyleName
private

Definition at line 107 of file txtparaimphint.hxx.

Referenced by GetVisitedStyleName(), and SetVisitedStyleName().


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