LibreOffice Module xmloff (master) 1
|
#include <unoatrcn.hxx>
Public Member Functions | |
SvUnoAttributeContainer (std::unique_ptr< SvXMLAttrContainerData > pContainer=nullptr) | |
SvXMLAttrContainerData * | GetContainerImpl () const |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
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 |
![]() | |
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 |
![]() | |
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 |
![]() | |
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 > () |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () noexcept |
Private Member Functions | |
SAL_DLLPRIVATE sal_uInt16 | getIndexByName (std::u16string_view aName) const |
Private Attributes | |
std::unique_ptr< SvXMLAttrContainerData > | mpContainer |
Additional Inherited Members | |
![]() | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
css::uno::WeakReferenceHelper | xDelegator |
![]() | |
oslInterlockedCount | m_refCount |
Definition at line 39 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 101 of file unoatrcn.cxx.
References aData, aName, getIndexByName(), and mpContainer.
|
inline |
Definition at line 53 of file unoatrcn.hxx.
|
overridevirtual |
Definition at line 116 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 227 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 95 of file unoatrcn.cxx.
References comphelper::getSomethingImpl().
|
overridevirtual |
Definition at line 232 of file unoatrcn.cxx.
|
staticnoexcept |
Definition at line 89 of file unoatrcn.cxx.
References comphelper::UnoIdInit::getSeq().
|
overridevirtual |
Definition at line 135 of file unoatrcn.cxx.
References aName, and getIndexByName().
|
overridevirtual |
Definition at line 54 of file unoatrcn.cxx.
References mpContainer.
|
overridevirtual |
Definition at line 180 of file unoatrcn.cxx.
References aName, getIndexByName(), mpContainer, nPos, and pData.
|
overridevirtual |
Definition at line 217 of file unoatrcn.cxx.
References getIndexByName(), mpContainer, and Name.
|
overridevirtual |
Definition at line 141 of file unoatrcn.cxx.
References aName, getIndexByName(), mpContainer, nPos, and pData.
|
overridevirtual |
Definition at line 237 of file unoatrcn.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 46 of file unoatrcn.hxx.
Referenced by getByName(), getElementNames(), getIndexByName(), hasElements(), insertByName(), removeByName(), replaceByName(), and SvUnoAttributeContainer().