LibreOffice Module xmloff (master) 1
|
#include <txtparaimphint.hxx>
Public Member Functions | |
XMLStyleHint_Impl (OUString aStyleName, const css::uno::Reference< css::text::XTextRange > &rPos) | |
const OUString & | GetStyleName () const |
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 | sStyleName |
Definition at line 69 of file txtparaimphint.hxx.
|
inline |
Definition at line 75 of file txtparaimphint.hxx.
|
inline |
Definition at line 82 of file txtparaimphint.hxx.
References sStyleName.
Referenced by XMLImpSpanContext_Impl::characters().
|
private |
Definition at line 71 of file txtparaimphint.hxx.
Referenced by GetStyleName().