LibreOffice Module editeng (master) 1
|
#include <unotext.hxx>
Public Member Functions | |
SvxUnoTextContent (const SvxUnoTextBase &rText, sal_Int32 nPara) noexcept | |
SvxUnoTextContent (const SvxUnoTextContent &rContent) noexcept | |
virtual | ~SvxUnoTextContent () 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 void SAL_CALL | attach (const css::uno::Reference< css::text::XTextRange > &xTextRange) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | getAnchor () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () 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 > | mxParentText |
sal_Int32 | mnParagraph |
const SvxUnoTextBase & | mrParentText |
std::mutex | maDisposeContainerMutex |
::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maDisposeListeners |
bool | mbDisposing |
Friends | |
class | SvxUnoTextContentEnumeration |
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 522 of file unotext.hxx.
|
noexcept |
Definition at line 120 of file unotext2.cxx.
|
noexcept |
Definition at line 129 of file unotext2.cxx.
|
overridevirtualnoexcept |
Definition at line 143 of file unotext2.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakAggObject.
Definition at line 172 of file unotext2.cxx.
|
overridevirtual |
Definition at line 245 of file unotext2.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), maDisposeContainerMutex, and maDisposeListeners.
|
overridevirtual |
Definition at line 214 of file unotext2.cxx.
|
overridevirtual |
Definition at line 259 of file unotext2.cxx.
References mnParagraph, and mrParentText.
|
overridevirtual |
Definition at line 225 of file unotext2.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::disposeAndClear(), maDisposeContainerMutex, maDisposeListeners, mbDisposing, mxParentText, and cppu::OWeakAggObject::OWeakAggObject().
|
overridevirtual |
Definition at line 218 of file unotext2.cxx.
References mxParentText.
|
overridevirtual |
Definition at line 268 of file unotext2.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 201 of file unotext2.cxx.
|
overridevirtual |
Definition at line 348 of file unotext2.cxx.
|
overridevirtual |
Definition at line 331 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 336 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 297 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 308 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 353 of file unotext2.cxx.
References comphelper::concatSequences(), and u.
|
overridevirtual |
Definition at line 208 of file unotext2.cxx.
References mxParentText.
|
overridevirtual |
Definition at line 184 of file unotext2.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 273 of file unotext2.cxx.
References SvxTextForwarder::GetPortions(), and mnParagraph.
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Definition at line 148 of file unotext2.cxx.
References QUERYINT.
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Definition at line 167 of file unotext2.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakAggObject.
Definition at line 177 of file unotext2.cxx.
|
overridevirtual |
Definition at line 251 of file unotext2.cxx.
References maDisposeContainerMutex, maDisposeListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 341 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 292 of file unotext2.cxx.
References mnParagraph.
|
overridevirtual |
Definition at line 303 of file unotext2.cxx.
References mnParagraph.
|
friend |
Definition at line 528 of file unotext.hxx.
|
private |
Definition at line 535 of file unotext.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
private |
Definition at line 536 of file unotext.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
private |
Definition at line 537 of file unotext.hxx.
Referenced by dispose().
|
private |
Definition at line 531 of file unotext.hxx.
Referenced by createEnumeration(), getPropertyState(), getPropertyStates(), getPropertyValue(), getPropertyValues(), hasElements(), setPropertyToDefault(), setPropertyValue(), setPropertyValues(), and SvxUnoTextContentEnumeration::SvxUnoTextContentEnumeration().
|
private |
Definition at line 532 of file unotext.hxx.
Referenced by createEnumeration().
|
private |
Definition at line 530 of file unotext.hxx.
Referenced by dispose(), getAnchor(), and getText().