Home
last modified time | relevance | path

Searched refs:bHasVolume (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx228 bool bHasVolume = false; in getAxisCountByDimension() local
230 return bHasVolume ? 2 : 1; in getAxisCountByDimension()
245 bool bHasVolume = false; in applyStyle() local
247 if( bHasVolume ) in applyStyle()
257 if( bHasVolume && nChartTypeIndex==0 ) in applyStyle()
309 bool bHasVolume = false; in getChartTypeForIndex() local
311 if( bHasVolume ) in getChartTypeForIndex()
343 bool bHasVolume = false; in createChartTypes() local
358 if( bHasVolume ) in createChartTypes()
472 ( ( bHasVolume && in matchesTemplate()
[all …]
H A DStockDataInterpreter.cxx88 const bool bHasVolume (( eVar == StockChartTypeTemplate::VOL_LOW_HI_CLOSE ) || in interpretDataSource() local
97 if( bHasVolume ) in interpretDataSource()
114 sal_Int32 nNumberOfGroups( bHasVolume ? 2 : 1 ); in interpretDataSource()
124 if( bHasVolume ) in interpretDataSource()
149 if( bHasVolume ) in interpretDataSource()
187 if( bHasVolume && nRemaining > 1 ) in interpretDataSource()
287 bool bHasVolume = (( eVar == StockChartTypeTemplate::VOL_LOW_HI_CLOSE ) || in isDataCompatible() local
291 if( aInterpretedData.Series.getLength() < (bHasVolume ? 2 : 1 )) in isDataCompatible()
295 if( bHasVolume ) in isDataCompatible()
306 OSL_ASSERT( aInterpretedData.Series.getLength() > (bHasVolume ? 1 : 0)); in isDataCompatible()
[all …]

Completed in 18 milliseconds