Lines Matching refs:DataProviderHandler

64 DataProviderHandler::DataProviderHandler(uno::Reference< uno::XComponentContext > const & context)  in DataProviderHandler()  function in rptui::DataProviderHandler
80 ::rtl::OUString SAL_CALL DataProviderHandler::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
86 sal_Bool SAL_CALL DataProviderHandler::supportsService( const ::rtl::OUString& ServiceName ) throw(… in supportsService()
92 uno::Sequence< ::rtl::OUString > SAL_CALL DataProviderHandler::getSupportedServiceNames( ) throw(u… in getSupportedServiceNames()
98 ::rtl::OUString DataProviderHandler::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
104 uno::Sequence< ::rtl::OUString > DataProviderHandler::getSupportedServiceNames_static( ) throw(uno… in getSupportedServiceNames_static()
112 uno::Reference< uno::XInterface > SAL_CALL DataProviderHandler::create( const uno::Reference< uno::… in create()
114 return *(new DataProviderHandler( _rxContext )); in create()
120 void SAL_CALL DataProviderHandler::disposing() in disposing()
126 void SAL_CALL DataProviderHandler::addEventListener(const uno::Reference< lang::XEventListener > & … in addEventListener()
131 void SAL_CALL DataProviderHandler::removeEventListener(const uno::Reference< lang::XEventListener >… in removeEventListener()
139 void SAL_CALL DataProviderHandler::inspect(const uno::Reference< uno::XInterface > & Component) thr… in inspect()
185 uno::Any SAL_CALL DataProviderHandler::getPropertyValue(const ::rtl::OUString & PropertyName) throw… in getPropertyValue()
230 void SAL_CALL DataProviderHandler::setPropertyValue(const ::rtl::OUString & PropertyName, const uno… in setPropertyValue()
248 void DataProviderHandler::impl_updateChartTitle_throw(const uno::Any& _aValue) in impl_updateChartTitle_throw()
272 beans::PropertyState SAL_CALL DataProviderHandler::getPropertyState(const ::rtl::OUString & Propert… in getPropertyState()
277 inspection::LineDescriptor SAL_CALL DataProviderHandler::describePropertyLine(const ::rtl::OUString… in describePropertyLine()
312 uno::Any SAL_CALL DataProviderHandler::convertToPropertyValue(const ::rtl::OUString & _rPropertyVal… in convertToPropertyValue()
340 uno::Any SAL_CALL DataProviderHandler::convertToControlValue(const ::rtl::OUString & _rPropertyName… in convertToControlValue()
371 void SAL_CALL DataProviderHandler::addPropertyChangeListener(const uno::Reference< beans::XProperty… in addPropertyChangeListener()
376 void SAL_CALL DataProviderHandler::removePropertyChangeListener(const uno::Reference< beans::XPrope… in removePropertyChangeListener()
381 uno::Sequence< beans::Property > SAL_CALL DataProviderHandler::getSupportedProperties() throw (uno:… in getSupportedProperties()
406 uno::Sequence< ::rtl::OUString > SAL_CALL DataProviderHandler::getSupersededProperties() throw (uno… in getSupersededProperties()
413 uno::Sequence< ::rtl::OUString > SAL_CALL DataProviderHandler::getActuatingProperties() throw (uno:… in getActuatingProperties()
422 ::sal_Bool SAL_CALL DataProviderHandler::isComposable( const ::rtl::OUString& _rPropertyName ) thro… in isComposable()
427 inspection::InteractiveSelectionResult SAL_CALL DataProviderHandler::onInteractivePropertySelection… in onInteractivePropertySelection()
454 void SAL_CALL DataProviderHandler::actuatingPropertyChanged(const ::rtl::OUString & ActuatingProper… in actuatingPropertyChanged()
502 ::sal_Bool SAL_CALL DataProviderHandler::suspend(::sal_Bool Suspend) throw (uno::RuntimeException) in suspend()
506 bool DataProviderHandler::impl_dialogLinkedFields_nothrow( ::osl::ClearableMutexGuard& _rClearBefor… in impl_dialogLinkedFields_nothrow()
539 bool DataProviderHandler::impl_dialogChartType_nothrow( ::osl::ClearableMutexGuard& _rClearBeforeDi… in impl_dialogChartType_nothrow()