LibreOffice Module reportdesign (master) 1
|
#include <ReportComponentHandler.hxx>
Public Member Functions | |
ReportComponentHandler (css::uno::Reference< css::uno::XComponentContext > context) | |
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 | 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 | inspect (const css::uno::Reference< css::uno::XInterface > &Component) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | setPropertyValue (const OUString &PropertyName, const css::uno::Any &Value) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::inspection::LineDescriptor SAL_CALL | describePropertyLine (const OUString &PropertyName, const css::uno::Reference< css::inspection::XPropertyControlFactory > &ControlFactory) override |
virtual css::uno::Any SAL_CALL | convertToPropertyValue (const OUString &PropertyName, const css::uno::Any &ControlValue) override |
virtual css::uno::Any SAL_CALL | convertToControlValue (const OUString &PropertyName, const css::uno::Any &PropertyValue, const css::uno::Type &ControlValueType) override |
virtual void SAL_CALL | addPropertyChangeListener (const css::uno::Reference< css::beans::XPropertyChangeListener > &Listener) override |
virtual void SAL_CALL | removePropertyChangeListener (const css::uno::Reference< css::beans::XPropertyChangeListener > &_rxListener) override |
virtual css::uno::Sequence< css::beans::Property > SAL_CALL | getSupportedProperties () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupersededProperties () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getActuatingProperties () override |
virtual sal_Bool SAL_CALL | isComposable (const OUString &PropertyName) 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 | 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 sal_Bool SAL_CALL | suspend (sal_Bool Suspend) override |
Protected Member Functions | |
virtual | ~ReportComponentHandler () override |
Private Member Functions | |
ReportComponentHandler (ReportComponentHandler const &)=delete | |
void | operator= (ReportComponentHandler const &)=delete |
virtual void SAL_CALL | disposing () override |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
css::uno::Reference< css::inspection::XPropertyHandler > | m_xFormComponentHandler |
css::uno::Reference< css::uno::XInterface > | m_xFormComponent |
delegatee More... | |
Private Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Definition at line 40 of file ReportComponentHandler.hxx.
|
explicit |
|
inlineoverrideprotectedvirtual |
Definition at line 75 of file ReportComponentHandler.hxx.
|
privatedelete |
|
overridevirtual |
Definition at line 178 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 71 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 139 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 134 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 129 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 124 of file ReportComponentHandler.cxx.
|
overrideprivatevirtual |
Definition at line 67 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 163 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 48 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 119 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 109 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 157 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 149 of file ReportComponentHandler.cxx.
References rptui::OPropertyInfoService::getExcludeProperties().
|
overridevirtual |
Definition at line 58 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 84 of file ReportComponentHandler.cxx.
References u.
|
overridevirtual |
Definition at line 168 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 173 of file ReportComponentHandler.cxx.
|
privatedelete |
|
overridevirtual |
Definition at line 76 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 144 of file ReportComponentHandler.cxx.
|
overridevirtual |
Definition at line 114 of file ReportComponentHandler.cxx.
References Value.
|
overridevirtual |
Definition at line 53 of file ReportComponentHandler.cxx.
References ServiceName, and cppu::supportsService().
Definition at line 183 of file ReportComponentHandler.cxx.
|
private |
Definition at line 87 of file ReportComponentHandler.hxx.
|
private |
delegatee
Definition at line 89 of file ReportComponentHandler.hxx.
|
private |
Definition at line 88 of file ReportComponentHandler.hxx.