LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
sdr::table::FastPropertySetInfo Class Reference

#include <propertyset.hxx>

Inheritance diagram for sdr::table::FastPropertySetInfo:
[legend]
Collaboration diagram for sdr::table::FastPropertySetInfo:
[legend]

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
 

Detailed Description

Definition at line 38 of file propertyset.hxx.

Constructor & Destructor Documentation

◆ FastPropertySetInfo()

sdr::table::FastPropertySetInfo::FastPropertySetInfo ( const PropertyVector rProps)
explicit

Definition at line 31 of file propertyset.cxx.

References addProperties().

◆ ~FastPropertySetInfo()

sdr::table::FastPropertySetInfo::~FastPropertySetInfo ( )
overridevirtual

Definition at line 37 of file propertyset.cxx.

Member Function Documentation

◆ addProperties()

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().

◆ getProperties()

Sequence< Property > SAL_CALL sdr::table::FastPropertySetInfo::getProperties ( )
overridevirtual

Definition at line 77 of file propertyset.cxx.

References maProperties.

◆ getProperty()

const Property & sdr::table::FastPropertySetInfo::getProperty ( const OUString &  aName)
Exceptions
css::beans::UnknownPropertyException

Definition at line 55 of file propertyset.cxx.

References aName, maMap, maProperties, and Property.

Referenced by getPropertyByName().

◆ getPropertyByName()

Property SAL_CALL sdr::table::FastPropertySetInfo::getPropertyByName ( const OUString &  aName)
overridevirtual

Definition at line 83 of file propertyset.cxx.

References aName, getProperty(), and Property.

◆ hasProperty()

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().

◆ hasPropertyByName()

sal_Bool SAL_CALL sdr::table::FastPropertySetInfo::hasPropertyByName ( const OUString &  Name)
overridevirtual

Definition at line 89 of file propertyset.cxx.

References aName, and hasProperty().

Member Data Documentation

◆ maMap

PropertyMap sdr::table::FastPropertySetInfo::maMap
private

Definition at line 57 of file propertyset.hxx.

Referenced by addProperties(), getProperty(), and hasProperty().

◆ maProperties

PropertyVector sdr::table::FastPropertySetInfo::maProperties
private

Definition at line 56 of file propertyset.hxx.

Referenced by addProperties(), getProperties(), getProperty(), and hasProperty().


The documentation for this class was generated from the following files: