Searched refs:getSecondaryAxis (Results 1 – 6 of 6) sorted by relevance
52 com::sun::star::chart::XAxis getSecondaryAxis( [in] long nDimensionIndex );
907 Reference< XAxis > SAL_CALL DiagramWrapper::getSecondaryAxis( sal_Int32 nDimensionIndex ) in getSecondaryAxis() function in chart::wrapper::DiagramWrapper1070 Reference< XAxis > xAxis( getSecondaryAxis(0) ); in getSecondXAxisTitle()1080 Reference< XAxis > xAxis( getSecondaryAxis(1) ); in getSecondYAxisTitle()
134 ::com::sun::star::chart::XAxis > SAL_CALL getSecondaryAxis( sal_Int32 nDimensionIndex )
157 xAxis = xAxisSuppl->getSecondaryAxis(aCurrentAxis.eDimension); in lcl_getChartAxis()
2617 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(0) : 0, … in exportAxes()2635 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(1) : 0, … in exportAxes()
2927 xChart1Axis = xChart1AxisSupp->getSecondaryAxis( nApiAxisDim ); in lclGetApiChart1Axis()
Completed in 70 milliseconds