LibreOffice Module editeng (master) 1
Public Member Functions | Private Attributes | List of all members
SvxUnoTextRangeEnumeration Class Referencefinal

#include <unotext.hxx>

Inheritance diagram for SvxUnoTextRangeEnumeration:
[legend]
Collaboration diagram for SvxUnoTextRangeEnumeration:
[legend]

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< SvxEditSourcempEditSource
 
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
 

Detailed Description

Definition at line 614 of file unotext.hxx.

Constructor & Destructor Documentation

◆ SvxUnoTextRangeEnumeration()

SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration ( const SvxUnoTextBase rText,
sal_Int32  nPara,
const ESelection rSel 
)

◆ ~SvxUnoTextRangeEnumeration()

SvxUnoTextRangeEnumeration::~SvxUnoTextRangeEnumeration ( )
overridevirtualnoexcept

Definition at line 413 of file unotext2.cxx.

Member Function Documentation

◆ hasMoreElements()

sal_Bool SAL_CALL SvxUnoTextRangeEnumeration::hasMoreElements ( )
overridevirtual

Definition at line 419 of file unotext2.cxx.

References maPortions, and mnNextPortion.

◆ nextElement()

uno::Any SAL_CALL SvxUnoTextRangeEnumeration::nextElement ( )
overridevirtual

Definition at line 426 of file unotext2.cxx.

References maPortions, and mnNextPortion.

Member Data Documentation

◆ maPortions

std::vector< rtl::Reference<SvxUnoTextRange> > SvxUnoTextRangeEnumeration::maPortions
private

Definition at line 619 of file unotext.hxx.

Referenced by hasMoreElements(), nextElement(), and SvxUnoTextRangeEnumeration().

◆ mnNextPortion

sal_uInt16 SvxUnoTextRangeEnumeration::mnNextPortion
private

Definition at line 620 of file unotext.hxx.

Referenced by hasMoreElements(), and nextElement().

◆ mpEditSource

std::unique_ptr<SvxEditSource> SvxUnoTextRangeEnumeration::mpEditSource
private

Definition at line 617 of file unotext.hxx.

Referenced by SvxUnoTextRangeEnumeration().

◆ mxParentText

css::uno::Reference< css::text::XText > SvxUnoTextRangeEnumeration::mxParentText
private

Definition at line 618 of file unotext.hxx.


The documentation for this class was generated from the following files: