20 #ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_REPORTCOMPONENTHANDLER_HXX
21 #define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_REPORTCOMPONENTHANDLER_HXX
24 #include <com/sun/star/uno/XComponentContext.hpp>
27 #include <com/sun/star/inspection/XPropertyHandler.hpp>
28 #include <com/sun/star/lang/XServiceInfo.hpp>
37 typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler
42 public ReportComponentHandler_Base
53 virtual void SAL_CALL
addEventListener(
const css::uno::Reference< css::lang::XEventListener > & xListener)
override;
54 virtual void SAL_CALL
removeEventListener(
const css::uno::Reference< css::lang::XEventListener > & aListener)
override;
57 virtual void SAL_CALL
inspect(
const css::uno::Reference< css::uno::XInterface > &
Component)
override;
58 virtual css::uno::Any SAL_CALL
getPropertyValue(
const OUString & PropertyName)
override;
59 virtual void SAL_CALL
setPropertyValue(
const OUString & PropertyName,
const css::uno::Any &
Value)
override;
60 virtual css::beans::PropertyState SAL_CALL
getPropertyState(
const OUString & PropertyName)
override;
61 virtual css::inspection::LineDescriptor SAL_CALL
describePropertyLine(
const OUString& PropertyName,
const css::uno::Reference< css::inspection::XPropertyControlFactory >& ControlFactory )
override;
62 virtual css::uno::Any SAL_CALL
convertToPropertyValue(
const OUString & PropertyName,
const css::uno::Any & ControlValue)
override;
63 virtual css::uno::Any SAL_CALL
convertToControlValue(
const OUString & PropertyName,
const css::uno::Any & PropertyValue,
const css::uno::Type & ControlValueType)
override;
64 virtual void SAL_CALL
addPropertyChangeListener(
const css::uno::Reference< css::beans::XPropertyChangeListener > & Listener)
override;
65 virtual void SAL_CALL
removePropertyChangeListener(
const css::uno::Reference< css::beans::XPropertyChangeListener > & _rxListener)
override;
70 virtual css::inspection::InteractiveSelectionResult SAL_CALL
onInteractivePropertySelection(
const OUString & PropertyName,
sal_Bool Primary, css::uno::Any & out_Data,
const css::uno::Reference< css::inspection::XObjectInspectorUI > & InspectorUI)
override;
71 virtual void SAL_CALL
actuatingPropertyChanged(
const OUString & ActuatingPropertyName,
const css::uno::Any & NewValue,
const css::uno::Any & OldValue,
const css::uno::Reference< css::inspection::XObjectInspectorUI > & InspectorUI,
sal_Bool FirstTimeInit)
override;
85 virtual void SAL_CALL
disposing()
override;
87 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
95 #endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_REPORTCOMPONENTHANDLER_HXX
ReportComponentHandler(css::uno::Reference< css::uno::XComponentContext > const &context)
virtual void SAL_CALL removePropertyChangeListener(const css::uno::Reference< css::beans::XPropertyChangeListener > &_rxListener) override
virtual css::uno::Sequence< OUString > SAL_CALL getActuatingProperties() override
virtual void SAL_CALL actuatingPropertyChanged(const OUString &ActuatingPropertyName, const css::uno::Any &NewValue, const css::uno::Any &OldValue, const css::uno::Reference< css::inspection::XObjectInspectorUI > &InspectorUI, sal_Bool FirstTimeInit) override
virtual css::beans::PropertyState SAL_CALL getPropertyState(const OUString &PropertyName) override
virtual css::uno::Any SAL_CALL convertToPropertyValue(const OUString &PropertyName, const css::uno::Any &ControlValue) override
virtual void SAL_CALL setPropertyValue(const OUString &PropertyName, const css::uno::Any &Value) override
virtual void SAL_CALL removeEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) override
virtual void SAL_CALL disposing() override
void operator=(ReportComponentHandler const &)=delete
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName) override
css::uno::Reference< css::inspection::XPropertyHandler > m_xFormComponentHandler
virtual sal_Bool SAL_CALL suspend(sal_Bool Suspend) override
::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::lang::XServiceInfo > ReportComponentHandler_Base
::std::pair< MetaAction *, int > Component
virtual css::uno::Sequence< css::beans::Property > SAL_CALL getSupportedProperties() override
virtual void SAL_CALL addEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) override
virtual css::inspection::LineDescriptor SAL_CALL describePropertyLine(const OUString &PropertyName, const css::uno::Reference< css::inspection::XPropertyControlFactory > &ControlFactory) override
virtual ~ReportComponentHandler() override
css::uno::Reference< css::uno::XInterface > m_xFormComponent
delegatee
virtual css::uno::Any SAL_CALL convertToControlValue(const OUString &PropertyName, const css::uno::Any &PropertyValue, const css::uno::Type &ControlValueType) override
virtual css::inspection::InteractiveSelectionResult SAL_CALL onInteractivePropertySelection(const OUString &PropertyName, sal_Bool Primary, css::uno::Any &out_Data, const css::uno::Reference< css::inspection::XObjectInspectorUI > &InspectorUI) override
virtual void SAL_CALL inspect(const css::uno::Reference< css::uno::XInterface > &Component) override
virtual sal_Bool SAL_CALL isComposable(const OUString &PropertyName) override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual void SAL_CALL addPropertyChangeListener(const css::uno::Reference< css::beans::XPropertyChangeListener > &Listener) override
virtual OUString SAL_CALL getImplementationName() override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
css::uno::Reference< css::uno::XComponentContext > m_xContext
virtual css::uno::Sequence< OUString > SAL_CALL getSupersededProperties() override