LibreOffice Module extensions (master) 1
|
Legacy implementation of com.sun.star.form.PropertyBrowserController. More...
#include <formcontroller.hxx>
Public Member Functions | |
FormController (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, OUString sImplementName, const css::uno::Sequence< OUString > &aSupportedServiceNames, bool _bUseFormFormComponentHandlers) | |
![]() | |
OPropertyBrowserController (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) | |
![]() | |
OMutexAndBroadcastHelper () | |
::osl::Mutex & | GetMutex () |
::cppu::OBroadcastHelper & | GetBroadcastHelper () |
const ::cppu::OBroadcastHelper & | GetBroadcastHelper () const |
virtual void | Clicked (const OUString &_rName, bool _bPrimary)=0 |
virtual void | Commit (const OUString &_rName, const css::uno::Any &_rVal)=0 |
virtual void | focusGained (const css::uno::Reference< css::inspection::XPropertyControl > &Control)=0 |
virtual void | valueChanged (const css::uno::Reference< css::inspection::XPropertyControl > &Control)=0 |
virtual bool | hasPropertyByName (const OUString &_rName)=0 |
![]() | |
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 |
![]() | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
virtual | ~FormController () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const 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 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 void SAL_CALL | attachFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) override |
virtual sal_Bool SAL_CALL | attachModel (const css::uno::Reference< css::frame::XModel > &xModel) override |
virtual sal_Bool SAL_CALL | suspend (sal_Bool bSuspend) override |
virtual css::uno::Any SAL_CALL | getViewData () override |
virtual void SAL_CALL | restoreViewData (const css::uno::Any &Data) override |
virtual css::uno::Reference< css::frame::XModel > SAL_CALL | getModel () override |
virtual css::uno::Reference< css::frame::XFrame > SAL_CALL | getFrame () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | focusGained (const css::awt::FocusEvent &_rSource) override |
virtual void SAL_CALL | focusLost (const css::awt::FocusEvent &_rSource) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual css::awt::Size SAL_CALL | getMinimumSize () override |
virtual css::awt::Size SAL_CALL | getPreferredSize () override |
virtual css::awt::Size SAL_CALL | calcAdjustedSize (const css::awt::Size &rNewSize) override |
virtual void SAL_CALL | propertyChange (const css::beans::PropertyChangeEvent &_rEvent) override |
virtual css::uno::Reference< css::inspection::XPropertyControl > SAL_CALL | createPropertyControl (::sal_Int16 ControlType, sal_Bool CreateReadOnly) override |
XPropertyControlFactory. More... | |
virtual | ~OPropertyBrowserController () override |
virtual void | Clicked (const OUString &_rName, bool _bPrimary) override |
virtual void | Commit (const OUString &_rName, const css::uno::Any &_rVal) override |
virtual void | focusGained (const css::uno::Reference< css::inspection::XPropertyControl > &Control) override |
virtual void | valueChanged (const css::uno::Reference< css::inspection::XPropertyControl > &Control) override |
virtual bool | hasPropertyByName (const OUString &_rName) override |
virtual void SAL_CALL | enablePropertyUI (const OUString &_rPropertyName, sal_Bool _bEnable) override |
virtual void SAL_CALL | enablePropertyUIElements (const OUString &_rPropertyName, ::sal_Int16 _nElements, sal_Bool _bEnable) override |
virtual void SAL_CALL | rebuildPropertyUI (const OUString &_rPropertyName) override |
virtual void SAL_CALL | showPropertyUI (const OUString &_rPropertyName) override |
virtual void SAL_CALL | hidePropertyUI (const OUString &_rPropertyName) override |
virtual void SAL_CALL | showCategory (const OUString &_rCategory, sal_Bool _bShow) override |
virtual css::uno::Reference< css::inspection::XPropertyControl > SAL_CALL | getPropertyControl (const OUString &_rPropertyName) override |
virtual void SAL_CALL | registerControlObserver (const css::uno::Reference< css::inspection::XPropertyControlObserver > &Observer) override |
virtual void SAL_CALL | revokeControlObserver (const css::uno::Reference< css::inspection::XPropertyControlObserver > &Observer) override |
virtual void SAL_CALL | setHelpSectionText (const OUString &HelpText) override |
virtual css::uno::Reference< css::inspection::XObjectInspectorModel > SAL_CALL | getInspectorModel () override |
virtual void SAL_CALL | setInspectorModel (const css::uno::Reference< css::inspection::XObjectInspectorModel > &_inspectormodel) override |
virtual css::uno::Reference< css::inspection::XObjectInspectorUI > SAL_CALL | getInspectorUI () override |
virtual void SAL_CALL | inspect (const css::uno::Sequence< css::uno::Reference< css::uno::XInterface > > &Objects) override |
virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL | queryDispatch (const css::util::URL &URL, const OUString &TargetFrameName, ::sal_Int32 SearchFlags) override |
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL | queryDispatches (const css::uno::Sequence< css::frame::DispatchDescriptor > &Requests) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
![]() | |
~IPropertyLineListener () | |
![]() | |
~IPropertyControlObserver () | |
![]() | |
~IPropertyExistenceCheck () | |
![]() | |
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 () | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const=0 |
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 | |
css::uno::Reference< css::beans::XPropertySet > | m_xCurrentInspectee |
OUString | m_sImplementationName |
css::uno::Sequence< OUString > | m_aSupportedServiceNames |
Additional Inherited Members | |
![]() | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
![]() | |
static std::mutex & | theMutex () |
![]() | |
::osl::Mutex | m_aMutex |
::cppu::OBroadcastHelper | m_aBHelper |
![]() | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
![]() | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Legacy implementation of com.sun.star.form.PropertyBrowserController.
Nowadays only a wrapper around an ObjectInspector using a DefaultFormComponentInspectorModel.
Definition at line 43 of file formcontroller.hxx.
pcr::FormController::FormController | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rxContext, |
OUString | sImplementName, | ||
const css::uno::Sequence< OUString > & | aSupportedServiceNames, | ||
bool | _bUseFormFormComponentHandlers | ||
) |
References DECLARE_XINTERFACE.
|
overrideprotectedvirtual |
Definition at line 80 of file formcontroller.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< class TYPE >.
Definition at line 129 of file formcontroller.cxx.
References Property, PROPERTY_CURRENTPAGE, and PROPERTY_INTROSPECTEDOBJECT.
|
privatevirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 208 of file formcontroller.cxx.
References nHandle.
|
privatevirtual |
Reimplemented from cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Reimplemented from pcr::OPropertyBrowserController.
Definition at line 102 of file formcontroller.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 123 of file formcontroller.cxx.
|
overrideprotectedvirtual |
Definition at line 117 of file formcontroller.cxx.
|
overrideprotectedvirtual |
Reimplemented from pcr::OPropertyBrowserController.
Definition at line 108 of file formcontroller.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
private |
Definition at line 51 of file formcontroller.hxx.
|
private |
Definition at line 50 of file formcontroller.hxx.
|
private |
Definition at line 49 of file formcontroller.hxx.