Home
last modified time | relevance | path

Searched refs:DataInterpreter (Results 1 – 13 of 13) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx60 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()
150 InterpretedData SAL_CALL DataInterpreter::reinterpretDataSeries( in reinterpretDataSeries()
206 sal_Bool SAL_CALL DataInterpreter::isDataCompatible( in isDataCompatible()
281 Reference< data::XDataSource > SAL_CALL DataInterpreter::mergeInterpretedData( in mergeInterpretedData()
324 OUString DataInterpreter::GetRole( const Reference< data::XDataSequence > & xSeq ) in GetRole()
342 void DataInterpreter::SetRole( const Reference< data::XDataSequence > & xSeq, const OUString & rRol… in SetRole()
357 uno::Any DataInterpreter::GetProperty( in GetProperty()
[all …]
H A DDataInterpreter.hxx35 class DataInterpreter : public ::cppu::WeakImplHelper2< class
40 explicit DataInterpreter( const ::com::sun::star::uno::Reference<
42 virtual ~DataInterpreter();
H A DColumnLineDataInterpreter.cxx56 DataInterpreter( xContext ), in ColumnLineDataInterpreter()
69 …InterpretedData aResult( DataInterpreter::interpretDataSource( xSource, aArguments, aSeriesToReUs… in interpretDataSource()
H A DStockDataInterpreter.cxx58 DataInterpreter( xContext ), in StockDataInterpreter()
295 if( ! DataInterpreter::isDataCompatible( in isDataCompatible()
H A DColumnLineDataInterpreter.hxx31 class ColumnLineDataInterpreter : public DataInterpreter
H A DBubbleDataInterpreter.hxx31 class BubbleDataInterpreter : public DataInterpreter
H A DXYDataInterpreter.hxx31 class XYDataInterpreter : public DataInterpreter
H A DStockDataInterpreter.hxx33 class StockDataInterpreter : public DataInterpreter
H A Dmakefile.mk57 $(SLO)$/DataInterpreter.obj \
H A DXYDataInterpreter.cxx50 DataInterpreter( xContext ) in XYDataInterpreter()
H A DBubbleDataInterpreter.cxx50 DataInterpreter( xContext ) in BubbleDataInterpreter()
H A DChartTypeTemplate.cxx382 m_xDataInterpreter.set( new DataInterpreter( GetComponentContext() ) ); in getDataInterpreter()
/trunk/main/chart2/
H A DLibrary_chartmodel.mk92 chart2/source/model/template/DataInterpreter \