LibreOffice Module xmloff (master) 1
|
#include <txtparaimphint.hxx>
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 |
Definition at line 39 of file txtparaimphint.hxx.
|
inline |
Definition at line 48 of file txtparaimphint.hxx.
|
inlinevirtual |
Definition at line 57 of file txtparaimphint.hxx.
|
inline |
Definition at line 60 of file txtparaimphint.hxx.
References xEnd.
Referenced by XMLParaContext::endFastElement().
|
inline |
Definition at line 59 of file txtparaimphint.hxx.
References xStart.
Referenced by XMLParaContext::endFastElement().
|
inline |
Definition at line 65 of file txtparaimphint.hxx.
References nType.
Referenced by XMLParaContext::endFastElement().
|
inline |
Definition at line 66 of file txtparaimphint.hxx.
References nType, and XML_HINT_REFERENCE.
|
inline |
Definition at line 61 of file txtparaimphint.hxx.
References xEnd.
Referenced by XMLParaContext::endFastElement(), and XMLImpSpanContext_Impl::endFastElement().
|
private |
Definition at line 44 of file txtparaimphint.hxx.
Referenced by GetType(), and IsReference().
|
private |
Definition at line 42 of file txtparaimphint.hxx.
|
private |
Definition at line 41 of file txtparaimphint.hxx.
Referenced by GetStart().