Lines Matching refs:DataInterpreter
60 DataInterpreter::DataInterpreter( in DataInterpreter() function in chart::DataInterpreter
65 DataInterpreter::~DataInterpreter() in ~DataInterpreter()
68 Reference< uno::XComponentContext > DataInterpreter::GetComponentContext() const in GetComponentContext()
74 InterpretedData SAL_CALL DataInterpreter::interpretDataSource( in interpretDataSource()
151 InterpretedData SAL_CALL DataInterpreter::reinterpretDataSeries( in reinterpretDataSeries()
208 sal_Bool SAL_CALL DataInterpreter::isDataCompatible( in isDataCompatible()
284 Reference< data::XDataSource > SAL_CALL DataInterpreter::mergeInterpretedData( in mergeInterpretedData()
328 OUString DataInterpreter::GetRole( const Reference< data::XDataSequence > & xSeq ) in GetRole()
346 void DataInterpreter::SetRole( const Reference< data::XDataSequence > & xSeq, const OUString & rRol… in SetRole()
361 uno::Any DataInterpreter::GetProperty( in GetProperty()
373 bool DataInterpreter::HasCategories( in HasCategories()
389 bool DataInterpreter::UseCategoriesAsX( const Sequence< beans::PropertyValue > & rArguments ) in UseCategoriesAsX()
399 Sequence< OUString > DataInterpreter::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
407 APPHELPER_XSERVICEINFO_IMPL( DataInterpreter, C2U("com.sun.star.comp.chart2.DataInterpreter"));