LibreOffice Module editeng (master) 1
|
#include <unotext.hxx>
Public Member Functions | |
SvxUnoTextContentEnumeration (const SvxUnoTextBase &_rText, const ESelection &rSel) noexcept | |
virtual | ~SvxUnoTextContentEnumeration () 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 | |
css::uno::Reference< css::text::XText > | mxParentText |
std::unique_ptr< SvxEditSource > | mpEditSource |
sal_Int32 | mnNextParagraph |
std::vector< rtl::Reference< SvxUnoTextContent > > | maContents |
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 596 of file unotext.hxx.
|
noexcept |
Definition at line 43 of file unotext2.cxx.
References SvxTextForwarder::GetParagraphCount(), SvxTextForwarder::GetTextLen(), and SvxUnoTextContent::mnParagraph.
|
overridevirtualnoexcept |
Definition at line 91 of file unotext2.cxx.
|
overridevirtual |
Definition at line 96 of file unotext2.cxx.
References maContents, o3tl::make_unsigned(), mnNextParagraph, and mpEditSource.
Referenced by nextElement().
|
overridevirtual |
Definition at line 105 of file unotext2.cxx.
References hasMoreElements(), maContents, and mnNextParagraph.
|
private |
Definition at line 602 of file unotext.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 601 of file unotext.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 600 of file unotext.hxx.
Referenced by hasMoreElements().
|
private |
Definition at line 599 of file unotext.hxx.