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

#include <unotext.hxx>

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

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
 

Detailed Description

Definition at line 393 of file unotext.hxx.

Constructor & Destructor Documentation

◆ SvxUnoTextRange()

SvxUnoTextRange::SvxUnoTextRange ( const SvxUnoTextBase rParent,
bool  bPortion = false 
)

Definition at line 1588 of file unotext.cxx.

References xParentText.

◆ ~SvxUnoTextRange()

SvxUnoTextRange::~SvxUnoTextRange ( )
overridevirtualnoexcept

Definition at line 1595 of file unotext.cxx.

Member Function Documentation

◆ acquire()

void SAL_CALL SvxUnoTextRange::acquire ( )
overridevirtualnoexcept

Reimplemented from cppu::OWeakAggObject.

Definition at line 1622 of file unotext.cxx.

◆ getImplementationId()

uno::Sequence< sal_Int8 > SAL_CALL SvxUnoTextRange::getImplementationId ( )
overridevirtual

Definition at line 1651 of file unotext.cxx.

◆ getImplementationName()

OUString SAL_CALL SvxUnoTextRange::getImplementationName ( )
overridevirtual

Definition at line 1663 of file unotext.cxx.

◆ getText()

uno::Reference< text::XText > SAL_CALL SvxUnoTextRange::getText ( )
overridevirtual

Definition at line 1657 of file unotext.cxx.

References xParentText.

◆ getTypes()

uno::Sequence< uno::Type > SAL_CALL SvxUnoTextRange::getTypes ( )
overridevirtual

Definition at line 1636 of file unotext.cxx.

References cppu::UnoType< typename T >::get().

◆ queryAggregation()

uno::Any SAL_CALL SvxUnoTextRange::queryAggregation ( const css::uno::Type &  rType)
overridevirtual

Reimplemented from cppu::OWeakAggObject.

Definition at line 1599 of file unotext.cxx.

References QUERYINT.

◆ queryInterface()

uno::Any SAL_CALL SvxUnoTextRange::queryInterface ( const css::uno::Type &  rType)
overridevirtual

Reimplemented from cppu::OWeakAggObject.

Definition at line 1617 of file unotext.cxx.

◆ release()

void SAL_CALL SvxUnoTextRange::release ( )
overridevirtualnoexcept

Reimplemented from cppu::OWeakAggObject.

Definition at line 1628 of file unotext.cxx.

Friends And Related Function Documentation

◆ SvxUnoTextRangeEnumeration

friend class SvxUnoTextRangeEnumeration
friend

Definition at line 397 of file unotext.hxx.

Member Data Documentation

◆ mbPortion

bool SvxUnoTextRange::mbPortion
private

Definition at line 400 of file unotext.hxx.

Referenced by SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration().

◆ xParentText

css::uno::Reference< css::text::XText > SvxUnoTextRange::xParentText
private

Definition at line 399 of file unotext.hxx.

Referenced by getText(), and SvxUnoTextRange().


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