Searched refs:isSwapXAndY (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 125 if( m_pMainPosHelper && m_pMainPosHelper->isSwapXAndY() ) in getPreferredDiagramAspectRatio() 162 if( !pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 179 if(!pPosHelper->isSwapXAndY()) in getLabelScreenPositionAndAlignment() 196 if( pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 213 if( pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 231 if( pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 242 if( pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 253 if( pPosHelper->isSwapXAndY() ) in getLabelScreenPositionAndAlignment() 784 if( pPosHelper->isSwapXAndY() ) in createShapes() 854 …ries->getLabelPlacement( nPointIndex, m_xChartTypeModel, m_nDimension, pPosHelper->isSwapXAndY() ); in createShapes()
|
H A D | BubbleChart.cxx | 356 …= pSeries->getLabelPlacement( nIndex, m_xChartTypeModel, m_nDimension, pPosHelper->isSwapXAndY() ); in createShapes()
|
H A D | PieChart.cxx | 488 …es->getLabelPlacement( nPointIndex, m_xChartTypeModel, m_nDimension, m_pPosHelper->isSwapXAndY() ); in createShapes()
|
H A D | AreaChart.cxx | 904 …= pSeries->getLabelPlacement( nIndex, m_xChartTypeModel, m_nDimension, pPosHelper->isSwapXAndY() ); in createShapes()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | PlottingPositionHelper.hxx | 114 inline bool isSwapXAndY() const; 434 inline bool PlottingPositionHelper::isSwapXAndY() const in isSwapXAndY() function in chart::PlottingPositionHelper
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 419 … getChartTypeForIndex( nChartTypeIndex ), getDimension(), isSwapXAndY(), xSeries ) ); in applyStyle() 511 xChartType, getDimension(), isSwapXAndY(), xSeries ) ); in resetStyles() 551 bool ChartTypeTemplate::isSwapXAndY() const in isSwapXAndY() function in chart::ChartTypeTemplate
|
H A D | BarChartTypeTemplate.hxx | 102 virtual bool isSwapXAndY() const;
|
H A D | BarChartTypeTemplate.cxx | 168 bool BarChartTypeTemplate::isSwapXAndY() const in isSwapXAndY() function in chart::BarChartTypeTemplate
|
H A D | ChartTypeTemplate.hxx | 156 virtual bool isSwapXAndY() const;
|
/aoo42x/main/chart2/source/view/main/ |
H A D | VPolarTransformation.cxx | 60 if( m_aPositionHelper.isSwapXAndY() ) in transform()
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 938 if( !m_pPosHelper->isSwapXAndY() ) in get2DAxisMainLine() 951 if( !m_pPosHelper->isSwapXAndY() ) in get2DAxisMainLine() 1113 if( !m_pPosHelper->isSwapXAndY() ) in get2DAxisMainLine()
|
H A D | VCartesianGrid.cxx | 98 bool bSwapXY = pPosHelper->isSwapXAndY(); in GridLinePoints()
|
Completed in 61 milliseconds