Searched refs:isSupportingSecondaryAxis (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/chart2/source/inc/ |
H A D | ChartTypeHelper.hxx | 50 …static sal_Bool isSupportingSecondaryAxis( const ::com::sun::star::uno::Reference< ::com::su…
|
/aoo42x/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 905 …rPossibilityList[nIndex]=ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nIn… in getAxisOrGridPossibilities() 956 … bRet = ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed()
|
H A D | ChartTypeHelper.cxx | 180 sal_Bool ChartTypeHelper::isSupportingSecondaryAxis( const uno::Reference< XChartType >& xChartType… in isSupportingSecondaryAxis() function in chart::ChartTypeHelper
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | dlg_ObjectProperties.cxx | 153 …m_bProvidesSecondaryYAxis = ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCou… in init()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 772 !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, 1 ) ) in initializeCooSysAndSeriesPlotter() 2630 if( ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimension, 0 ) ) in createShapes() 2639 if( ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimension, 1 ) ) in createShapes()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 336 …if( nAxisIndex>0 && !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, nDim… in createAxesTree()
|
Completed in 115 milliseconds