LibreOffice Module extensions (master) 1
|
#include <defaultforminspection.hxx>
Public Member Functions | |
DefaultFormComponentInspectorModel (bool _bUseFormFormComponentHandlers=true) | |
![]() | |
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 |
![]() | |
OMutexAndBroadcastHelper () | |
::osl::Mutex & | GetMutex () |
::cppu::OBroadcastHelper & | GetBroadcastHelper () |
const ::cppu::OBroadcastHelper & | GetBroadcastHelper () const |
![]() | |
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 |
Private Member Functions | |
virtual | ~DefaultFormComponentInspectorModel () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getHandlerFactories () override |
virtual css::uno::Sequence< css::inspection::PropertyCategoryDescriptor > SAL_CALL | describeCategories () override |
virtual ::sal_Int32 SAL_CALL | getPropertyOrderIndex (const OUString &PropertyName) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
void | createWithHelpSection (sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines) |
Private Attributes | |
bool | m_bUseFormComponentHandlers |
bool | m_bConstructed |
std::unique_ptr< OPropertyInfoService > | m_pInfoService |
access to property meta data More... | |
Additional Inherited Members | |
![]() | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
![]() | |
virtual | ~ImplInspectorModel () override |
void | enableHelpSectionProperties (sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines) |
![]() | |
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 () | |
![]() | |
::osl::Mutex | m_aMutex |
::cppu::OBroadcastHelper | m_aBHelper |
![]() | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
Definition at line 32 of file defaultforminspection.hxx.
|
overrideprivatevirtual |
Definition at line 53 of file defaultforminspection.cxx.
|
explicit |
Definition at line 45 of file defaultforminspection.cxx.
|
private |
Definition at line 195 of file defaultforminspection.cxx.
References pcr::ImplInspectorModel::enableHelpSectionProperties(), and m_bConstructed.
Referenced by initialize().
|
overrideprivatevirtual |
Definition at line 125 of file defaultforminspection.cxx.
References pcr::HelpIdUrl::getHelpURL(), HID_FM_PROPDLG_TAB_DATA, HID_FM_PROPDLG_TAB_EVT, HID_FM_PROPDLG_TAB_GENERAL, i, comphelper::OMutexAndBroadcastHelper::m_aMutex, pcr::PcrRes(), and SAL_N_ELEMENTS.
|
overrideprivatevirtual |
Definition at line 70 of file defaultforminspection.cxx.
References Any, i, comphelper::OMutexAndBroadcastHelper::m_aMutex, m_bUseFormComponentHandlers, and SAL_N_ELEMENTS.
|
overrideprivatevirtual |
Definition at line 58 of file defaultforminspection.cxx.
|
overrideprivate |
Definition at line 154 of file defaultforminspection.cxx.
References m_pInfoService, and nPropertyId.
|
overrideprivatevirtual |
Definition at line 64 of file defaultforminspection.cxx.
|
overrideprivatevirtual |
Definition at line 170 of file defaultforminspection.cxx.
References createWithHelpSection(), pcr::StlSyntaxSequence< ELEMENT >::empty(), m_bConstructed, and pcr::StlSyntaxSequence< ELEMENT >::size().
|
private |
Definition at line 35 of file defaultforminspection.hxx.
Referenced by createWithHelpSection(), and initialize().
|
private |
Definition at line 34 of file defaultforminspection.hxx.
Referenced by getHandlerFactories().
|
private |
access to property meta data
Definition at line 38 of file defaultforminspection.hxx.
Referenced by getPropertyOrderIndex().