Searched refs:m_eBottomPos (Results 1 – 7 of 7) sorted by relevance
/trunk/main/chart2/source/view/axes/ |
H A D | VAxisOrGridBase.cxx | 48 , m_eBottomPos(CuboidPlanePosition_Bottom) in VAxisOrGridBase() 75 m_eBottomPos = eBottomPos; in set3DWallPositions()
|
H A D | VCartesianCoordinateSystem.cxx | 100 aGrid.set3DWallPositions( m_eLeftWallPos, m_eBackWallPos, m_eBottomPos ); in createGridShapes() 168 apVAxis->set3DWallPositions( m_eLeftWallPos, m_eBackWallPos, m_eBottomPos ); in createVAxisList()
|
H A D | VCoordinateSystem.cxx | 88 , m_eBottomPos(CuboidPlanePosition_Bottom) in VCoordinateSystem() 464 m_eBottomPos = eBottomPos; in set3DWallPositions()
|
H A D | VAxisOrGridBase.hxx | 72 CuboidPlanePosition m_eBottomPos; member in chart::VAxisOrGridBase
|
H A D | VCartesianGrid.cxx | 300 …s aGridLinePoints( m_pPosHelper, m_nDimensionIndex, m_eLeftWallPos, m_eBackWallPos, m_eBottomPos ); in createShapes()
|
H A D | VCartesianAxis.cxx | 941 nDifferentValue *= (CuboidPlanePosition_Bottom != m_eBottomPos) ? -1 : 1; in get2DAxisMainLine() 952 nDifferentValue *= (CuboidPlanePosition_Bottom != m_eBottomPos) ? -1 : 1; in get2DAxisMainLine()
|
/trunk/main/chart2/source/view/inc/ |
H A D | VCoordinateSystem.hxx | 178 CuboidPlanePosition m_eBottomPos; member in chart::VCoordinateSystem
|
Completed in 41 milliseconds