Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DDiagramHelper.cxx399 chart2::StackingDirection eCommonDirection = chart2::StackingDirection_NO_STACKING; in getStackModeFromChartType() local
410 chart2::StackingDirection eCurrentDirection = eCommonDirection; in getStackModeFromChartType()
417 eCommonDirection = eCurrentDirection; in getStackModeFromChartType()
422 if( eCommonDirection != eCurrentDirection ) in getStackModeFromChartType()
432 if( eCommonDirection == chart2::StackingDirection_Z_STACKING ) in getStackModeFromChartType()
434 else if( eCommonDirection == chart2::StackingDirection_Y_STACKING ) in getStackModeFromChartType()

Completed in 20 milliseconds