Home
last modified time | relevance | path

Searched refs:getSecondaryAxis (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/offapi/com/sun/star/chart/
H A DXAxisSupplier.idl52 com::sun::star::chart::XAxis getSecondaryAxis( [in] long nDimensionIndex );
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx907 Reference< XAxis > SAL_CALL DiagramWrapper::getSecondaryAxis( sal_Int32 nDimensionIndex ) in getSecondaryAxis() function in chart::wrapper::DiagramWrapper
1070 Reference< XAxis > xAxis( getSecondaryAxis(0) ); in getSecondXAxisTitle()
1080 Reference< XAxis > xAxis( getSecondaryAxis(1) ); in getSecondYAxisTitle()
H A DDiagramWrapper.hxx134 ::com::sun::star::chart::XAxis > SAL_CALL getSecondaryAxis( sal_Int32 nDimensionIndex )
/aoo41x/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx157 xAxis = xAxisSuppl->getSecondaryAxis(aCurrentAxis.eDimension); in lcl_getChartAxis()
H A DSchXMLExport.cxx2617 …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()
/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx2927 xChart1Axis = xChart1AxisSupp->getSecondaryAxis( nApiAxisDim ); in lclGetApiChart1Axis()

Completed in 102 milliseconds