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

#include <txtparaimphint.hxx>

Inheritance diagram for XMLHint_Impl:
[legend]

Public Member Functions

 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

css::uno::Reference< css::text::XTextRange > xStart
 
css::uno::Reference< css::text::XTextRange > xEnd
 
XMLHintType nType
 

Detailed Description

Definition at line 39 of file txtparaimphint.hxx.

Constructor & Destructor Documentation

◆ XMLHint_Impl()

XMLHint_Impl::XMLHint_Impl ( XMLHintType  nTyp,
css::uno::Reference< css::text::XTextRange >  xS,
css::uno::Reference< css::text::XTextRange >  xE 
)
inline

Definition at line 48 of file txtparaimphint.hxx.

◆ ~XMLHint_Impl()

virtual XMLHint_Impl::~XMLHint_Impl ( )
inlinevirtual

Definition at line 57 of file txtparaimphint.hxx.

Member Function Documentation

◆ GetEnd()

const css::uno::Reference< css::text::XTextRange > & XMLHint_Impl::GetEnd ( ) const
inline

Definition at line 60 of file txtparaimphint.hxx.

References xEnd.

Referenced by XMLParaContext::endFastElement().

◆ GetStart()

const css::uno::Reference< css::text::XTextRange > & XMLHint_Impl::GetStart ( ) const
inline

Definition at line 59 of file txtparaimphint.hxx.

References xStart.

Referenced by XMLParaContext::endFastElement().

◆ GetType()

XMLHintType XMLHint_Impl::GetType ( ) const
inline

Definition at line 65 of file txtparaimphint.hxx.

References nType.

Referenced by XMLParaContext::endFastElement().

◆ IsReference()

bool XMLHint_Impl::IsReference ( ) const
inline

Definition at line 66 of file txtparaimphint.hxx.

References nType, and XML_HINT_REFERENCE.

◆ SetEnd()

void XMLHint_Impl::SetEnd ( const css::uno::Reference< css::text::XTextRange > &  rPos)
inline

Definition at line 61 of file txtparaimphint.hxx.

References xEnd.

Referenced by XMLParaContext::endFastElement(), and XMLImpSpanContext_Impl::endFastElement().

Member Data Documentation

◆ nType

XMLHintType XMLHint_Impl::nType
private

Definition at line 44 of file txtparaimphint.hxx.

Referenced by GetType(), and IsReference().

◆ xEnd

css::uno::Reference< css::text::XTextRange > XMLHint_Impl::xEnd
private

Definition at line 42 of file txtparaimphint.hxx.

Referenced by GetEnd(), and SetEnd().

◆ xStart

css::uno::Reference< css::text::XTextRange > XMLHint_Impl::xStart
private

Definition at line 41 of file txtparaimphint.hxx.

Referenced by GetStart().


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