LibreOffice Module xmloff (master) 1
|
#include <unoatrcn.hxx>
Public Member Functions | |
SvUnoAttributeContainer (std::unique_ptr< SvXMLAttrContainerData > pContainer=nullptr) | |
SvXMLAttrContainerData * | GetContainerImpl () const |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual void SAL_CALL | replaceByName (const OUString &aName, const css::uno::Any &aElement) override |
virtual void SAL_CALL | insertByName (const OUString &aName, const css::uno::Any &aElement) override |
virtual void SAL_CALL | removeByName (const OUString &Name) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
Public Member Functions inherited from cppu::WeakAggImplHelper2< css::lang::XServiceInfo, css::container::XNameContainer > | |
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 Member Functions | |
SAL_DLLPRIVATE sal_uInt16 | getIndexByName (std::u16string_view aName) const |
Private Attributes | |
std::unique_ptr< SvXMLAttrContainerData > | mpContainer |
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 38 of file unoatrcn.hxx.
SvUnoAttributeContainer::SvUnoAttributeContainer | ( | std::unique_ptr< SvXMLAttrContainerData > | pContainer = nullptr | ) |
Definition at line 41 of file unoatrcn.cxx.
References mpContainer.
|
overridevirtual |
Definition at line 90 of file unoatrcn.cxx.
References aData, aName, getIndexByName(), and mpContainer.
|
inline |
Definition at line 51 of file unoatrcn.hxx.
|
overridevirtual |
Definition at line 105 of file unoatrcn.cxx.
References mpContainer.
|
overridevirtual |
Definition at line 49 of file unoatrcn.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 216 of file unoatrcn.cxx.
|
private |
Definition at line 59 of file unoatrcn.cxx.
References aName, mpContainer, and nPos.
Referenced by getByName(), hasByName(), insertByName(), removeByName(), and replaceByName().
|
overridevirtual |
Definition at line 221 of file unoatrcn.cxx.
|
overridevirtual |
Definition at line 124 of file unoatrcn.cxx.
References aName, and getIndexByName().
|
overridevirtual |
Definition at line 54 of file unoatrcn.cxx.
References mpContainer.
|
overridevirtual |
Definition at line 169 of file unoatrcn.cxx.
References aName, getIndexByName(), mpContainer, nPos, and pData.
|
overridevirtual |
Definition at line 206 of file unoatrcn.cxx.
References getIndexByName(), mpContainer, and Name.
|
overridevirtual |
Definition at line 130 of file unoatrcn.cxx.
References aName, getIndexByName(), mpContainer, nPos, and pData.
|
overridevirtual |
Definition at line 226 of file unoatrcn.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 44 of file unoatrcn.hxx.
Referenced by getByName(), getElementNames(), getIndexByName(), hasElements(), insertByName(), removeByName(), replaceByName(), and SvUnoAttributeContainer().