Searched refs:isSupportingMainAxis (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/chart2/source/inc/ |
H A D | ChartTypeHelper.hxx | 49 …static sal_Bool isSupportingMainAxis( const ::com::sun::star::uno::Reference< ::com::su…
|
/aoo42x/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 902 … rPossibilityList[nIndex]=ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nIndex); in getAxisOrGridPossibilities() 954 … bRet = ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed()
|
H A D | ChartTypeHelper.cxx | 162 sal_Bool ChartTypeHelper::isSupportingMainAxis( const uno::Reference< XChartType >& xChartType, sal… in isSupportingMainAxis() function in chart::ChartTypeHelper
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 2600 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 0 ) ) in createShapes() 2609 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 1 ) ) in createShapes() 2618 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 2 ) ) in createShapes()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ControllerCommandDispatch.cxx | 399 bSupportsAxes = ChartTypeHelper::isSupportingMainAxis( xFirstChartType, nDimensionCount, 0 ); in update()
|
H A D | ObjectHierarchy.cxx | 313 … bool bSupportsAxesGrids = ChartTypeHelper::isSupportingMainAxis( xChartType, nDimensionCount, 0 ); in createAxesTree()
|
Completed in 67 milliseconds