LibreOffice Module xmloff (master) 1
|
#include <txtparaimphint.hxx>
Public Member Functions | |
XMLReferenceHint_Impl (const OUString &rRefName, const css::uno::Reference< css::text::XTextRange > &rPos) | |
const OUString & | GetRefName () const |
![]() | |
XMLHint_Impl (XMLHintType nTyp, const css::uno::Reference< css::text::XTextRange > &rS, const css::uno::Reference< css::text::XTextRange > &rE) | |
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 | sRefName |
Definition at line 84 of file txtparaimphint.hxx.
|
inline |
Definition at line 90 of file txtparaimphint.hxx.
|
inline |
Definition at line 97 of file txtparaimphint.hxx.
References sRefName.
|
private |
Definition at line 86 of file txtparaimphint.hxx.
Referenced by GetRefName().