Home
last modified time | relevance | path

Searched refs:aInterpretedData (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/chart2/source/model/template/
H A DDataInterpreter.cxx152 const InterpretedData& aInterpretedData ) in reinterpretDataSeries() argument
155 InterpretedData aResult( aInterpretedData ); in reinterpretDataSeries()
158 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in reinterpretDataSeries()
209 const chart2::InterpretedData& aInterpretedData ) in isDataCompatible() argument
212 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in isDataCompatible()
285 const InterpretedData& aInterpretedData ) in mergeInterpretedData() argument
289 aResultVec.reserve( aInterpretedData.Series.getLength() + in mergeInterpretedData()
293 if( aInterpretedData.Categories.is()) in mergeInterpretedData()
294 aResultVec.push_back( aInterpretedData.Categories ); in mergeInterpretedData()
296 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in mergeInterpretedData()
H A DStockDataInterpreter.cxx276 const InterpretedData& aInterpretedData ) in isDataCompatible() argument
291 if( aInterpretedData.Series.getLength() < (bHasVolume ? 2 : 1 )) in isDataCompatible()
299 aInterpretedData.Series.getConstArray(), 1 ), in isDataCompatible()
300 aInterpretedData.Categories ))) in isDataCompatible()
306 OSL_ASSERT( aInterpretedData.Series.getLength() > (bHasVolume ? 1 : 0)); in isDataCompatible()
307 … Sequence< Reference< XDataSeries > > aSeries( aInterpretedData.Series[(bHasVolume ? 1 : 0)] ); in isDataCompatible()
333 const InterpretedData& aInterpretedData ) in reinterpretDataSeries() argument
337 return aInterpretedData; in reinterpretDataSeries()
H A DXYDataInterpreter.cxx155 const chart2::InterpretedData& aInterpretedData ) in reinterpretDataSeries() argument
158 InterpretedData aResult( aInterpretedData ); in reinterpretDataSeries()
161 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in reinterpretDataSeries()
244 const chart2::InterpretedData& aInterpretedData ) in isDataCompatible() argument
247 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in isDataCompatible()
H A DBubbleDataInterpreter.cxx172 const chart2::InterpretedData& aInterpretedData ) in reinterpretDataSeries() argument
175 InterpretedData aResult( aInterpretedData ); in reinterpretDataSeries()
178 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in reinterpretDataSeries()
283 const chart2::InterpretedData& aInterpretedData ) in isDataCompatible() argument
286 Sequence< Reference< XDataSeries > > aSeries( FlattenSequence( aInterpretedData.Series )); in isDataCompatible()
H A DDataInterpreter.hxx84 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
87 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
90 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
H A DBubbleDataInterpreter.hxx47 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
50 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
H A DXYDataInterpreter.hxx47 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
50 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
H A DStockDataInterpreter.hxx50 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
53 const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXDataInterpreter.idl71 /** Re-interprets the data given in <code>aInterpretedData</code>
74 InterpretedData reinterpretDataSeries( [in] InterpretedData aInterpretedData );
82 <code>aInterpretedData</code> has a similar structure than
85 boolean isDataCompatible( [in] InterpretedData aInterpretedData );
90 <p>In case <code>aInterpretedData</code> is the result of
94 data::XDataSource mergeInterpretedData( [in] InterpretedData aInterpretedData );

Completed in 43 milliseconds