LibreOffice Module xmloff (master)
1
|
#include <txtparaimphint.hxx>
Public Member Functions | |
XMLIndexMarkHint_Impl (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const css::uno::Reference< css::text::XTextRange > &rPos) | |
XMLIndexMarkHint_Impl (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const css::uno::Reference< css::text::XTextRange > &rPos, const OUString &sIDString) | |
const css::uno::Reference< css::beans::XPropertySet > & | GetMark () const |
const OUString & | GetID () 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 | |
const css::uno::Reference< css::beans::XPropertySet > | xIndexMarkPropSet |
const OUString | sID |
Definition at line 136 of file txtparaimphint.hxx.
|
inline |
Definition at line 144 of file txtparaimphint.hxx.
|
inline |
Definition at line 152 of file txtparaimphint.hxx.
|
inline |
Definition at line 163 of file txtparaimphint.hxx.
References sID.
|
inline |
Definition at line 161 of file txtparaimphint.hxx.
References xIndexMarkPropSet.
|
private |
Definition at line 140 of file txtparaimphint.hxx.
Referenced by GetID().
|
private |
Definition at line 138 of file txtparaimphint.hxx.
Referenced by GetMark().