LibreOffice Module sw (master)
1
|
#include <unoport.hxx>
Public Member Functions | |
SwXTextPortionEnumeration (SwPaM &rParaCursor, css::uno::Reference< css::text::XText > const &xParent, const sal_Int32 nStart, const sal_Int32 nEnd) | |
SwXTextPortionEnumeration (SwPaM &rParaCursor, TextRangeList_t const &rPortions) | |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
virtual sal_Bool SAL_CALL | hasMoreElements () override |
virtual css::uno::Any SAL_CALL | nextElement () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
Private Member Functions | |
virtual | ~SwXTextPortionEnumeration () override |
Private Attributes | |
TextRangeList_t | m_Portions |
sw::UnoCursorPointer | m_pUnoCursor |
Definition at line 233 of file unoport.hxx.
|
overrideprivatevirtual |
Definition at line 340 of file unoportenum.cxx.
References m_pUnoCursor, and sw::UnoCursorPointer::reset().
SwXTextPortionEnumeration::SwXTextPortionEnumeration | ( | SwPaM & | rParaCursor, |
css::uno::Reference< css::text::XText > const & | xParent, | ||
const sal_Int32 | nStart, | ||
const sal_Int32 | nEnd | ||
) |
SwXTextPortionEnumeration::SwXTextPortionEnumeration | ( | SwPaM & | rParaCursor, |
TextRangeList_t const & | rPortions | ||
) |
Definition at line 332 of file unoportenum.cxx.
References SwDoc::CreateUnoCursor(), SwPaM::GetDoc(), SwPaM::GetPoint(), and m_pUnoCursor.
|
overridevirtual |
Definition at line 297 of file unoportenum.cxx.
|
overridevirtual |
Definition at line 287 of file unoportenum.cxx.
|
overridevirtual |
Definition at line 308 of file unoportenum.cxx.
|
static |
Definition at line 282 of file unoportenum.cxx.
References sw::proofreadingiterator::get().
|
overridevirtual |
Definition at line 346 of file unoportenum.cxx.
References m_Portions.
|
overridevirtual |
Definition at line 353 of file unoportenum.cxx.
References Any, any, and m_Portions.
|
overridevirtual |
Definition at line 303 of file unoportenum.cxx.
References cppu::supportsService().
|
private |
Definition at line 240 of file unoport.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 241 of file unoport.hxx.
Referenced by SwXTextPortionEnumeration(), and ~SwXTextPortionEnumeration().