Lines Matching refs:ReportComponentHandler

49 ReportComponentHandler::ReportComponentHandler(uno::Reference< uno::XComponentContext > const & con…  in ReportComponentHandler()  function in rptui::ReportComponentHandler
64 ::rtl::OUString SAL_CALL ReportComponentHandler::getImplementationName( ) throw(uno::RuntimeExcept… in getImplementationName()
70 sal_Bool SAL_CALL ReportComponentHandler::supportsService( const ::rtl::OUString& ServiceName ) thr… in supportsService()
76 uno::Sequence< ::rtl::OUString > SAL_CALL ReportComponentHandler::getSupportedServiceNames( ) thro… in getSupportedServiceNames()
82 ::rtl::OUString ReportComponentHandler::getImplementationName_Static( ) throw(uno::RuntimeExceptio… in getImplementationName_Static()
88 uno::Sequence< ::rtl::OUString > ReportComponentHandler::getSupportedServiceNames_static( ) throw(… in getSupportedServiceNames_static()
96 uno::Reference< uno::XInterface > SAL_CALL ReportComponentHandler::create( const uno::Reference< un… in create()
98 return *(new ReportComponentHandler( _rxContext )); in create()
104 void SAL_CALL ReportComponentHandler::disposing() in disposing()
108 void SAL_CALL ReportComponentHandler::addEventListener(const uno::Reference< lang::XEventListener >… in addEventListener()
113 void SAL_CALL ReportComponentHandler::removeEventListener(const uno::Reference< lang::XEventListene… in removeEventListener()
121 void SAL_CALL ReportComponentHandler::inspect(const uno::Reference< uno::XInterface > & Component) … in inspect()
146 uno::Any SAL_CALL ReportComponentHandler::getPropertyValue(const ::rtl::OUString & PropertyName) th… in getPropertyValue()
151 void SAL_CALL ReportComponentHandler::setPropertyValue(const ::rtl::OUString & PropertyName, const … in setPropertyValue()
156 beans::PropertyState SAL_CALL ReportComponentHandler::getPropertyState(const ::rtl::OUString & Prop… in getPropertyState()
161 inspection::LineDescriptor SAL_CALL ReportComponentHandler::describePropertyLine(const ::rtl::OUStr… in describePropertyLine()
166 uno::Any SAL_CALL ReportComponentHandler::convertToPropertyValue(const ::rtl::OUString & PropertyNa… in convertToPropertyValue()
171 uno::Any SAL_CALL ReportComponentHandler::convertToControlValue(const ::rtl::OUString & PropertyNam… in convertToControlValue()
176 void SAL_CALL ReportComponentHandler::addPropertyChangeListener(const uno::Reference< beans::XPrope… in addPropertyChangeListener()
181 void SAL_CALL ReportComponentHandler::removePropertyChangeListener(const uno::Reference< beans::XPr… in removePropertyChangeListener()
186 uno::Sequence< beans::Property > SAL_CALL ReportComponentHandler::getSupportedProperties() throw (u… in getSupportedProperties()
194 uno::Sequence< ::rtl::OUString > SAL_CALL ReportComponentHandler::getSupersededProperties() throw (… in getSupersededProperties()
200 uno::Sequence< ::rtl::OUString > SAL_CALL ReportComponentHandler::getActuatingProperties() throw (u… in getActuatingProperties()
205 ::sal_Bool SAL_CALL ReportComponentHandler::isComposable( const ::rtl::OUString& _rPropertyName ) t… in isComposable()
210 inspection::InteractiveSelectionResult SAL_CALL ReportComponentHandler::onInteractivePropertySelect… in onInteractivePropertySelection()
215 void SAL_CALL ReportComponentHandler::actuatingPropertyChanged(const ::rtl::OUString & ActuatingPro… in actuatingPropertyChanged()
220 ::sal_Bool SAL_CALL ReportComponentHandler::suspend(::sal_Bool Suspend) throw (uno::RuntimeExceptio… in suspend()