|
LibreOffice Module editeng (master) 1
|
#include <unotext.hxx>
Public Member Functions | |
| SvxUnoTextRangeEnumeration (const SvxUnoTextBase &rText, sal_Int32 nPara, const ESelection &rSel) | |
| virtual | ~SvxUnoTextRangeEnumeration () noexcept override |
| virtual sal_Bool SAL_CALL | hasMoreElements () override |
| virtual css::uno::Any SAL_CALL | nextElement () override |
Public Member Functions inherited from cppu::WeakAggImplHelper1< css::container::XEnumeration > | |
| virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_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 | |
| std::unique_ptr< SvxEditSource > | mpEditSource |
| css::uno::Reference< css::text::XText > | mxParentText |
| std::vector< rtl::Reference< SvxUnoTextRange > > | maPortions |
| sal_uInt16 | mnNextPortion |
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 614 of file unotext.hxx.
| SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration | ( | const SvxUnoTextBase & | rText, |
| sal_Int32 | nPara, | ||
| const ESelection & | rSel | ||
| ) |
Definition at line 367 of file unotext2.cxx.
References maPortions, SvxUnoTextRange::mbPortion, mpEditSource, ESelection::nEndPara, ESelection::nEndPos, ESelection::nStartPara, and ESelection::nStartPos.
|
overridevirtualnoexcept |
Definition at line 413 of file unotext2.cxx.
|
overridevirtual |
Definition at line 419 of file unotext2.cxx.
References maPortions, and mnNextPortion.
|
overridevirtual |
Definition at line 426 of file unotext2.cxx.
References maPortions, and mnNextPortion.
|
private |
Definition at line 619 of file unotext.hxx.
Referenced by hasMoreElements(), nextElement(), and SvxUnoTextRangeEnumeration().
|
private |
Definition at line 620 of file unotext.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 617 of file unotext.hxx.
Referenced by SvxUnoTextRangeEnumeration().
|
private |
Definition at line 618 of file unotext.hxx.