LibreOffice Module extensions (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
pcr::ImplInspectorModel Class Reference

#include <inspectormodelbase.hxx>

Inheritance diagram for pcr::ImplInspectorModel:
[legend]
Collaboration diagram for pcr::ImplInspectorModel:
[legend]

Public Member Functions

 ImplInspectorModel ()
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () 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
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual sal_Bool SAL_CALL getHasHelpSection () override
 
virtual ::sal_Int32 SAL_CALL getMinHelpTextLines () override
 
virtual ::sal_Int32 SAL_CALL getMaxHelpTextLines () override
 
virtual sal_Bool SAL_CALL getIsReadOnly () override
 
virtual void SAL_CALL setIsReadOnly (sal_Bool IsReadOnly) override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
- Public Member Functions inherited from comphelper::OMutexAndBroadcastHelper
 OMutexAndBroadcastHelper ()
 
::osl::Mutex & GetMutex ()
 
::cppu::OBroadcastHelperGetBroadcastHelper ()
 
const ::cppu::OBroadcastHelperGetBroadcastHelper () const
 
- 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 Member Functions

virtual ~ImplInspectorModel () override
 
void enableHelpSectionProperties (sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines)
 
- 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 ()
 

Private Member Functions

virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const =0
 

Private Attributes

std::unique_ptr< InspectorModelPropertiesm_pProperties
 

Additional Inherited Members

- Static Public Member Functions inherited from cppu::OPropertySetHelper
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo (IPropertyArrayHelper &rProperties)
 
- Protected Attributes inherited from comphelper::OMutexAndBroadcastHelper
::osl::Mutex m_aMutex
 
::cppu::OBroadcastHelper m_aBHelper
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 
Impl *const m_pReserved
 

Detailed Description

Definition at line 49 of file inspectormodelbase.hxx.

Constructor & Destructor Documentation

◆ ~ImplInspectorModel()

pcr::ImplInspectorModel::~ImplInspectorModel ( )
overrideprotectedvirtual

Definition at line 164 of file inspectormodelbase.cxx.

◆ ImplInspectorModel()

pcr::ImplInspectorModel::ImplInspectorModel ( )

Definition at line 157 of file inspectormodelbase.cxx.

Member Function Documentation

◆ convertFastPropertyValue()

sal_Bool SAL_CALL pcr::ImplInspectorModel::convertFastPropertyValue ( css::uno::Any &  rConvertedValue,
css::uno::Any &  rOldValue,
sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 187 of file inspectormodelbase.cxx.

References m_pProperties, and nHandle.

◆ enableHelpSectionProperties()

void pcr::ImplInspectorModel::enableHelpSectionProperties ( sal_Int32  _nMinHelpTextLines,
sal_Int32  _nMaxHelpTextLines 
)
protected

◆ getFastPropertyValue() [1/3]

virtual void SAL_CALL cppu::OPropertySetHelper::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
privatevirtual

◆ getFastPropertyValue() [2/3]

void SAL_CALL pcr::ImplInspectorModel::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 199 of file inspectormodelbase.cxx.

References m_pProperties, and nHandle.

◆ getFastPropertyValue() [3/3]

virtual css::uno::Any SAL_CALL cppu::OPropertySetHelper::getFastPropertyValue ( sal_Int32  nHandle)
privatevirtual

Reimplemented from cppu::OPropertySetHelper.

◆ getHasHelpSection()

sal_Bool SAL_CALL pcr::ImplInspectorModel::getHasHelpSection ( )
overridevirtual

Definition at line 205 of file inspectormodelbase.cxx.

References m_pProperties.

◆ getInfoHelper()

cppu::IPropertyArrayHelper &SAL_CALL pcr::ImplInspectorModel::getInfoHelper ( )
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 181 of file inspectormodelbase.cxx.

References m_pProperties.

◆ getIsReadOnly()

sal_Bool SAL_CALL pcr::ImplInspectorModel::getIsReadOnly ( )
overridevirtual

Definition at line 223 of file inspectormodelbase.cxx.

References m_pProperties.

◆ getMaxHelpTextLines()

sal_Int32 SAL_CALL pcr::ImplInspectorModel::getMaxHelpTextLines ( )
override

Definition at line 217 of file inspectormodelbase.cxx.

References m_pProperties.

◆ getMinHelpTextLines()

sal_Int32 SAL_CALL pcr::ImplInspectorModel::getMinHelpTextLines ( )
override

Definition at line 211 of file inspectormodelbase.cxx.

References m_pProperties.

◆ getPropertySetInfo()

Reference< XPropertySetInfo > SAL_CALL pcr::ImplInspectorModel::getPropertySetInfo ( )
overridevirtual

Definition at line 175 of file inspectormodelbase.cxx.

References getPropertySetInfo().

Referenced by getPropertySetInfo().

◆ setFastPropertyValue_NoBroadcast()

void SAL_CALL pcr::ImplInspectorModel::setFastPropertyValue_NoBroadcast ( sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Implements cppu::OPropertySetHelper.

Definition at line 193 of file inspectormodelbase.cxx.

References m_pProperties, and nHandle.

◆ setIsReadOnly()

void SAL_CALL pcr::ImplInspectorModel::setIsReadOnly ( sal_Bool  IsReadOnly)
overridevirtual

◆ supportsService()

sal_Bool SAL_CALL pcr::ImplInspectorModel::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 234 of file inspectormodelbase.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_pProperties

std::unique_ptr< InspectorModelProperties > pcr::ImplInspectorModel::m_pProperties
private

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