|
LibreOffice Module editeng (master) 1
|
#include <unotext.hxx>
Public Member Functions | |
| SvxUnoTextRange (const SvxUnoTextBase &rParent, bool bPortion=false) | |
| virtual | ~SvxUnoTextRange () noexcept override |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) override |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual css::uno::Reference< css::text::XText > SAL_CALL | getText () override |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from cppu::OWeakAggObject | |
| OWeakAggObject () | |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
| css::uno::Reference< css::text::XText > | xParentText |
| bool | mbPortion |
Friends | |
| class | SvxUnoTextRangeEnumeration |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakAggObject | |
| virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
| virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
| void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakAggObject | |
| css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Definition at line 393 of file unotext.hxx.
| SvxUnoTextRange::SvxUnoTextRange | ( | const SvxUnoTextBase & | rParent, |
| bool | bPortion = false |
||
| ) |
Definition at line 1588 of file unotext.cxx.
References xParentText.
|
overridevirtualnoexcept |
Definition at line 1595 of file unotext.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakAggObject.
Definition at line 1622 of file unotext.cxx.
|
overridevirtual |
Definition at line 1651 of file unotext.cxx.
|
overridevirtual |
Definition at line 1663 of file unotext.cxx.
|
overridevirtual |
Definition at line 1657 of file unotext.cxx.
References xParentText.
|
overridevirtual |
Definition at line 1636 of file unotext.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Definition at line 1599 of file unotext.cxx.
References QUERYINT.
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Definition at line 1617 of file unotext.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakAggObject.
Definition at line 1628 of file unotext.cxx.
|
friend |
Definition at line 397 of file unotext.hxx.
|
private |
Definition at line 400 of file unotext.hxx.
Referenced by SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration().
|
private |
Definition at line 399 of file unotext.hxx.
Referenced by getText(), and SvxUnoTextRange().