LibreOffice Module svx (master) 1
|
#include <propertyset.hxx>
Public Member Functions | |
FastPropertySet (rtl::Reference< FastPropertySetInfo > xInfo) | |
virtual | ~FastPropertySet () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () 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 | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) 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 void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | setFastPropertyValue (::sal_Int32 nHandle, const css::uno::Any &aValue) override=0 |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (::sal_Int32 nHandle) override=0 |
Public Member Functions inherited from cppu::WeakAggImplHelper3< css::beans::XPropertySet, css::beans::XMultiPropertySet, css::beans::XFastPropertySet > | |
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 | |
rtl::Reference< FastPropertySetInfo > | mxInfo |
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 61 of file propertyset.hxx.
|
explicit |
Definition at line 94 of file propertyset.cxx.
|
overridevirtual |
Definition at line 100 of file propertyset.cxx.
|
overridevirtual |
Definition at line 192 of file propertyset.cxx.
|
overridevirtual |
Definition at line 126 of file propertyset.cxx.
|
overridevirtual |
Definition at line 136 of file propertyset.cxx.
|
overridevirtual |
Definition at line 202 of file propertyset.cxx.
|
overridepure virtual |
Referenced by getPropertyValue(), and getPropertyValues().
|
overridevirtual |
Definition at line 108 of file propertyset.cxx.
References mxInfo.
|
overridevirtual |
Definition at line 120 of file propertyset.cxx.
References Any, getFastPropertyValue(), and mxInfo.
|
overridevirtual |
Definition at line 170 of file propertyset.cxx.
References Any, getFastPropertyValue(), mxInfo, nCount, Property, and pValues.
|
overridevirtual |
Definition at line 197 of file propertyset.cxx.
|
overridevirtual |
Definition at line 131 of file propertyset.cxx.
|
overridevirtual |
Definition at line 141 of file propertyset.cxx.
|
overridepure virtual |
Referenced by setPropertyValue(), and setPropertyValues().
|
overridevirtual |
Definition at line 114 of file propertyset.cxx.
References mxInfo, and setFastPropertyValue().
|
overridevirtual |
Definition at line 149 of file propertyset.cxx.
References Any, mxInfo, Property, pValues, and setFastPropertyValue().
|
private |
Definition at line 89 of file propertyset.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), getPropertyValues(), setPropertyValue(), and setPropertyValues().