Home
last modified time | relevance | path

Searched refs:eVar (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dsvx3ditems.cxx405 drawing::NormalsKind eVar; in PutValue() local
406 if(!(rVal >>= eVar)) in PutValue()
408 SetValue((sal_Int16)eVar); in PutValue()
427 if(!(rVal >>= eVar)) in PutValue()
429 SetValue((sal_Int16)eVar); in PutValue()
448 if(!(rVal >>= eVar)) in PutValue()
469 if(!(rVal >>= eVar)) in PutValue()
490 if(!(rVal >>= eVar)) in PutValue()
511 if(!(rVal >>= eVar)) in PutValue()
531 drawing::ShadeMode eVar; in PutValue() local
[all …]
/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx85 const StockChartTypeTemplate::StockVariant eVar( GetStockVariant()); in interpretDataSource() local
86 const bool bHasOpenValues (( eVar == StockChartTypeTemplate::OPEN_LOW_HI_CLOSE ) || in interpretDataSource()
87 ( eVar == StockChartTypeTemplate::VOL_OPEN_LOW_HI_CLOSE )); in interpretDataSource()
88 const bool bHasVolume (( eVar == StockChartTypeTemplate::VOL_LOW_HI_CLOSE ) || in interpretDataSource()
89 ( eVar == StockChartTypeTemplate::VOL_OPEN_LOW_HI_CLOSE )); in interpretDataSource()
282 StockChartTypeTemplate::StockVariant eVar( GetStockVariant()); in isDataCompatible() local
283 if( ( eVar == StockChartTypeTemplate::OPEN_LOW_HI_CLOSE ) || in isDataCompatible()
284 ( eVar == StockChartTypeTemplate::VOL_OPEN_LOW_HI_CLOSE )) in isDataCompatible()
287 bool bHasVolume = (( eVar == StockChartTypeTemplate::VOL_LOW_HI_CLOSE ) || in isDataCompatible()
288 ( eVar == StockChartTypeTemplate::VOL_OPEN_LOW_HI_CLOSE )); in isDataCompatible()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1656 StackVar eVar = aRefToken->GetType(); in initRangeAnalyzer() local
1657 if (eVar == svDoubleRef || eVar == svExternalDoubleRef) in initRangeAnalyzer()
1678 else if (eVar == svSingleRef || eVar == svExternalSingleRef) in initRangeAnalyzer()

Completed in 40 milliseconds