Searched refs:eBottomPos (Results 1 – 7 of 7) sorted by relevance
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianGrid.cxx | 58 , CuboidPlanePosition eBottomPos=CuboidPlanePosition_Bottom ); 67 , CuboidPlanePosition eBottomPos ) in GridLinePoints() argument 116 if( CuboidPlanePosition_Bottom != eBottomPos && !bSwapXY ) in GridLinePoints() 123 if( CuboidPlanePosition_Bottom != eBottomPos && bSwapXY ) in GridLinePoints() 130 if( CuboidPlanePosition_Bottom != eBottomPos ) in GridLinePoints()
|
H A D | VAxisOrGridBase.cxx | 71 …uboidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, CuboidPlanePosition eBottomPos ) in set3DWallPositions() argument 75 m_eBottomPos = eBottomPos; in set3DWallPositions()
|
H A D | VCoordinateSystem.cxx | 460 …uboidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, CuboidPlanePosition eBottomPos ) in set3DWallPositions() argument 464 m_eBottomPos = eBottomPos; in set3DWallPositions()
|
H A D | VAxisOrGridBase.hxx | 57 …boidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, CuboidPlanePosition eBottomPos );
|
/trunk/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 675 …CuboidPlanePosition eBottomPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBottom( un… in createShapes_3d() local 676 if( !bAddFloorAndWall || (CuboidPlanePosition_Bottom!=eBottomPos) ) in createShapes_3d()
|
/trunk/main/chart2/source/view/inc/ |
H A D | VCoordinateSystem.hxx | 102 …boidPlanePosition eLeftWallPos, CuboidPlanePosition eBackWallPos, CuboidPlanePosition eBottomPos );
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1418 …CuboidPlanePosition eBottomPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBottom( xS… in impl_createDiagramAndContent() local 1419 pVCooSys->set3DWallPositions( eLeftWallPos, eBackWallPos, eBottomPos ); in impl_createDiagramAndContent()
|
Completed in 140 milliseconds