LibreOffice Module svx (master) 1
|
#include <propertyset.hxx>
Public Member Functions | |
FastPropertySetInfo (const PropertyVector &rProps) | |
virtual | ~FastPropertySetInfo () override |
void | addProperties (const PropertyVector &rProps) |
const css::beans::Property & | getProperty (const OUString &aName) |
const css::beans::Property * | hasProperty (const OUString &aName) |
virtual css::uno::Sequence< css::beans::Property > SAL_CALL | getProperties () override |
virtual css::beans::Property SAL_CALL | getPropertyByName (const OUString &aName) override |
virtual sal_Bool SAL_CALL | hasPropertyByName (const OUString &Name) override |
Public Member Functions inherited from cppu::WeakAggImplHelper1< css::beans::XPropertySetInfo > | |
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 | |
PropertyVector | maProperties |
PropertyMap | maMap |
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 propertyset.hxx.
|
explicit |
Definition at line 31 of file propertyset.cxx.
References addProperties().
|
overridevirtual |
Definition at line 37 of file propertyset.cxx.
void sdr::table::FastPropertySetInfo::addProperties | ( | const PropertyVector & | rProps | ) |
Definition at line 42 of file propertyset.cxx.
References maMap, maProperties, nCount, nIndex, and Property.
Referenced by FastPropertySetInfo().
|
overridevirtual |
Definition at line 77 of file propertyset.cxx.
References maProperties.
const Property & sdr::table::FastPropertySetInfo::getProperty | ( | const OUString & | aName | ) |
css::beans::UnknownPropertyException |
Definition at line 55 of file propertyset.cxx.
References aName, maMap, maProperties, and Property.
Referenced by getPropertyByName().
|
overridevirtual |
Definition at line 83 of file propertyset.cxx.
References aName, getProperty(), and Property.
const Property * sdr::table::FastPropertySetInfo::hasProperty | ( | const OUString & | aName | ) |
Definition at line 64 of file propertyset.cxx.
References aName, maMap, maProperties, and Property.
Referenced by hasPropertyByName().
|
overridevirtual |
Definition at line 89 of file propertyset.cxx.
References aName, and hasProperty().
|
private |
Definition at line 57 of file propertyset.hxx.
Referenced by addProperties(), getProperty(), and hasProperty().
|
private |
Definition at line 56 of file propertyset.hxx.
Referenced by addProperties(), getProperties(), getProperty(), and hasProperty().