Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx98 bool bSwapXY = pPosHelper->isSwapXAndY(); in GridLinePoints() local
108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints()
109 P0[1]=P1[1]=P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MinY : MaxY; in GridLinePoints()
114 P0[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
116 if( CuboidPlanePosition_Bottom != eBottomPos && !bSwapXY ) in GridLinePoints()
121 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
123 if( CuboidPlanePosition_Bottom != eBottomPos && bSwapXY ) in GridLinePoints()
128 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
129 P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
132 if( !bSwapXY ) in GridLinePoints()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx629 bool bSwapXY = false; in getCrossingMainAxis() local
631 …CooSysProp.is() && (xCooSysProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()

Completed in 16 milliseconds