Lines Matching refs:bHasVolume
88 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()
307 … Sequence< Reference< XDataSeries > > aSeries( aInterpretedData.Series[(bHasVolume ? 1 : 0)] ); in isDataCompatible()