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>
35 class OPropertyInfoService;
37 typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler
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;
css::uno::Reference< css::uno::XInterface > m_xFormComponent
delegatee
virtual void SAL_CALL addEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual OUString SAL_CALL getImplementationName() override
virtual void SAL_CALL removePropertyChangeListener(const css::uno::Reference< css::beans::XPropertyChangeListener > &_rxListener) 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 css::inspection::LineDescriptor SAL_CALL describePropertyLine(const OUString &PropertyName, const css::uno::Reference< css::inspection::XPropertyControlFactory > &ControlFactory) override
virtual void SAL_CALL addPropertyChangeListener(const css::uno::Reference< css::beans::XPropertyChangeListener > &Listener) override
ReportComponentHandler(ReportComponentHandler const &)=delete
css::uno::Reference< css::inspection::XPropertyHandler > m_xFormComponentHandler
virtual css::uno::Any SAL_CALL convertToControlValue(const OUString &PropertyName, const css::uno::Any &PropertyValue, const css::uno::Type &ControlValueType) override
virtual css::uno::Sequence< OUString > SAL_CALL getActuatingProperties() override
ReportComponentHandler(css::uno::Reference< css::uno::XComponentContext > context)
virtual void SAL_CALL setPropertyValue(const OUString &PropertyName, const css::uno::Any &Value) override
virtual css::uno::Sequence< OUString > SAL_CALL getSupersededProperties() override
virtual sal_Bool SAL_CALL isComposable(const OUString &PropertyName) override
void operator=(ReportComponentHandler const &)=delete
virtual void SAL_CALL disposing() override
virtual css::uno::Any SAL_CALL convertToPropertyValue(const OUString &PropertyName, const css::uno::Any &ControlValue) override
virtual css::beans::PropertyState SAL_CALL getPropertyState(const OUString &PropertyName) 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::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName) override
virtual css::uno::Sequence< css::beans::Property > SAL_CALL getSupportedProperties() override
virtual ~ReportComponentHandler() override
virtual sal_Bool SAL_CALL suspend(sal_Bool Suspend) override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
css::uno::Reference< css::uno::XComponentContext > m_xContext
virtual void SAL_CALL removeEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) override
virtual void SAL_CALL inspect(const css::uno::Reference< css::uno::XInterface > &Component) override
::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::lang::XServiceInfo > ReportComponentHandler_Base
::std::pair< MetaAction *, int > Component