Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx56 , CuboidPlanePosition eLeftWallPos=CuboidPlanePosition_Left
65 , CuboidPlanePosition eLeftWallPos in GridLinePoints() argument
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()
121 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
128 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
129 P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
H A DVAxisOrGridBase.cxx70 void VAxisOrGridBase::set3DWallPositions( CuboidPlanePosition eLeftWallPos, CuboidPlanePosition eBa… in set3DWallPositions() argument
72 m_eLeftWallPos = eLeftWallPos; in set3DWallPositions()
H A DVCoordinateSystem.cxx459 void VCoordinateSystem::set3DWallPositions( CuboidPlanePosition eLeftWallPos, CuboidPlanePosition e… in set3DWallPositions() argument
461 m_eLeftWallPos = eLeftWallPos; in set3DWallPositions()
H A DVAxisOrGridBase.hxx56 …void set3DWallPositions( CuboidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, Cuboi…
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx548 …CuboidPlanePosition eLeftWallPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardLeftWall… in createShapes_3d() local
555 if( CuboidPlanePosition_Right==eLeftWallPos ) in createShapes_3d()
560 if( CuboidPlanePosition_Right==eLeftWallPos ) in createShapes_3d()
/trunk/main/chart2/source/view/inc/
H A DVCoordinateSystem.hxx101 …void set3DWallPositions( CuboidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, Cuboi…
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1411 …CuboidPlanePosition eLeftWallPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardLeftWall… in impl_createDiagramAndContent() local
1414 pVCooSys->set3DWallPositions( eLeftWallPos, eBackWallPos, eBottomPos ); in impl_createDiagramAndContent()