LibreOffice Module connectivity (master) 1
Public Member Functions | Protected Attributes | List of all members
pq_sdbc_driver::ReflectionBase Class Referenceabstract

#include <pq_xbase.hxx>

Inheritance diagram for pq_sdbc_driver::ReflectionBase:
[legend]
Collaboration diagram for pq_sdbc_driver::ReflectionBase:
[legend]

Public Member Functions

 ReflectionBase (OUString implName, const css::uno::Sequence< OUString > &supportedServices, const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, css::uno::Reference< css::sdbc::XConnection > conn, ConnectionSettings *pSettings, cppu::IPropertyArrayHelper &props)
 
void copyValuesFrom (const css::uno::Reference< css::beans::XPropertySet > &set)
 
void setPropertyValue_NoBroadcast_public (const OUString &name, const css::uno::Any &value)
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &reqType) override
 
virtual cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL createDataDescriptor () override=0
 
virtual OUString SAL_CALL getName () override
 
virtual void SAL_CALL setName (const OUString &aName) override
 
- Public Member Functions inherited from cppu::OPropertySetHelper
 OPropertySetHelper (OBroadcastHelper &rBHelper)
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring)
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
css::uno::Sequence< css::uno::Type > getTypes ()
 
void SAL_CALL disposing ()
 
virtual void SAL_CALL setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE
 
virtual void SAL_CALL addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE
 
virtual void SAL_CALL setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE
 
virtual void SAL_CALL addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 

Protected Attributes

const OUString m_implName
 
const css::uno::Sequence< OUString > m_supportedServices
 
::rtl::Reference< comphelper::RefCountedMutexm_xMutex
 
css::uno::Reference< css::sdbc::XConnection > m_conn
 
ConnectionSettingsm_pSettings
 
cppu::IPropertyArrayHelperm_propsDesc
 
std::vector< css::uno::Any > m_values
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 
Impl *const m_pReserved
 

Additional Inherited Members

- Static Public Member Functions inherited from cppu::OPropertySetHelper
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo (IPropertyArrayHelper &rProperties)
 
- Protected Member Functions inherited from cppu::OPropertySetHelper
void SAL_CALL fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable)
 
void SAL_CALL setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount)
 
virtual IPropertyArrayHelper &SAL_CALL getInfoHelper ()=0
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const=0
 
void setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value)
 
 ~OPropertySetHelper ()
 

Detailed Description

Definition at line 54 of file pq_xbase.hxx.

Constructor & Destructor Documentation

◆ ReflectionBase()

pq_sdbc_driver::ReflectionBase::ReflectionBase ( OUString  implName,
const css::uno::Sequence< OUString > &  supportedServices,
const ::rtl::Reference< comphelper::RefCountedMutex > &  refMutex,
css::uno::Reference< css::sdbc::XConnection >  conn,
ConnectionSettings pSettings,
cppu::IPropertyArrayHelper props 
)

Definition at line 59 of file pq_xbase.cxx.

References getLength(), implName, and props.

Member Function Documentation

◆ acquire()

virtual void SAL_CALL pq_sdbc_driver::ReflectionBase::acquire ( )
inlineoverridevirtualnoexcept

◆ convertFastPropertyValue()

sal_Bool pq_sdbc_driver::ReflectionBase::convertFastPropertyValue ( css::uno::Any &  rConvertedValue,
css::uno::Any &  rOldValue,
sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 82 of file pq_xbase.cxx.

References m_values, and nHandle.

◆ copyValuesFrom()

void pq_sdbc_driver::ReflectionBase::copyValuesFrom ( const css::uno::Reference< css::beans::XPropertySet > &  set)

◆ createDataDescriptor()

virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL pq_sdbc_driver::ReflectionBase::createDataDescriptor ( )
overridepure virtual

◆ getFastPropertyValue()

void pq_sdbc_driver::ReflectionBase::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 119 of file pq_xbase.cxx.

References m_values, and nHandle.

◆ getImplementationId()

Sequence< sal_Int8 > pq_sdbc_driver::ReflectionBase::getImplementationId ( )
overridevirtual

◆ getImplementationName()

OUString pq_sdbc_driver::ReflectionBase::getImplementationName ( )
overridevirtual

Definition at line 136 of file pq_xbase.cxx.

References m_implName.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & pq_sdbc_driver::ReflectionBase::getInfoHelper ( )
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 77 of file pq_xbase.cxx.

References m_propsDesc.

Referenced by getName().

◆ getName()

OUString pq_sdbc_driver::ReflectionBase::getName ( )
overridevirtual

◆ getPropertySetInfo()

Reference< css::beans::XPropertySetInfo > pq_sdbc_driver::ReflectionBase::getPropertySetInfo ( )
override

Definition at line 131 of file pq_xbase.cxx.

References m_propsDesc.

Referenced by copyValuesFrom().

◆ getSupportedServiceNames()

Sequence< OUString > pq_sdbc_driver::ReflectionBase::getSupportedServiceNames ( )
overridevirtual

Definition at line 146 of file pq_xbase.cxx.

References m_supportedServices.

◆ getTypes()

Sequence< css::uno::Type > pq_sdbc_driver::ReflectionBase::getTypes ( )
overridevirtual

◆ queryInterface()

css::uno::Any pq_sdbc_driver::ReflectionBase::queryInterface ( const css::uno::Type &  reqType)
overridevirtual

◆ release()

virtual void SAL_CALL pq_sdbc_driver::ReflectionBase::release ( )
inlineoverridevirtualnoexcept

◆ setFastPropertyValue_NoBroadcast()

void pq_sdbc_driver::ReflectionBase::setFastPropertyValue_NoBroadcast ( sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 108 of file pq_xbase.cxx.

References m_values, and nHandle.

Referenced by setPropertyValue_NoBroadcast_public().

◆ setName()

void pq_sdbc_driver::ReflectionBase::setName ( const OUString &  aName)
overridevirtual

Reimplemented in pq_sdbc_driver::Table, and pq_sdbc_driver::View.

Definition at line 205 of file pq_xbase.cxx.

◆ setPropertyValue_NoBroadcast_public()

void pq_sdbc_driver::ReflectionBase::setPropertyValue_NoBroadcast_public ( const OUString &  name,
const css::uno::Any &  value 
)

◆ supportsService()

sal_Bool pq_sdbc_driver::ReflectionBase::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 141 of file pq_xbase.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_conn

css::uno::Reference< css::sdbc::XConnection > pq_sdbc_driver::ReflectionBase::m_conn
protected

◆ m_implName

const OUString pq_sdbc_driver::ReflectionBase::m_implName
protected

Definition at line 59 of file pq_xbase.hxx.

Referenced by getImplementationName(), and setPropertyValue_NoBroadcast_public().

◆ m_propsDesc

cppu::IPropertyArrayHelper& pq_sdbc_driver::ReflectionBase::m_propsDesc
protected

◆ m_pSettings

ConnectionSettings* pq_sdbc_driver::ReflectionBase::m_pSettings
protected

◆ m_supportedServices

const css::uno::Sequence< OUString > pq_sdbc_driver::ReflectionBase::m_supportedServices
protected

Definition at line 60 of file pq_xbase.hxx.

Referenced by getSupportedServiceNames().

◆ m_values

std::vector< css::uno::Any > pq_sdbc_driver::ReflectionBase::m_values
protected

◆ m_xMutex

::rtl::Reference< comphelper::RefCountedMutex > pq_sdbc_driver::ReflectionBase::m_xMutex
protected

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