Searched refs:xNewAxis (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 1926 Reference< chart2::XAxis > xNewAxis; in lcl_getAxis() local 1947 xNewAxis = xCooSys->getAxisByDimension( nDimensionIndex, bPrimary ? 0 : 1 ); in lcl_getAxis() 1953 return xNewAxis; in lcl_getAxis() 2589 Reference< ::com::sun::star::chart2::XAxis > xNewAxis = lcl_getAxis( xCooSys, XML_X ); in exportAxes() local 2590 if( xNewAxis.is() ) in exportAxes() 2607 …exportAxis( XML_X, XML_PRIMARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasXAxisTitle, bHasXAxi… in exportAxes() 2614 xNewAxis = lcl_getAxis( xCooSys, XML_X, false ); in exportAxes() 2615 if( xNewAxis.is() ) in exportAxes() 2618 …exportAxis( XML_X, XML_SECONDARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasSecondaryXAxisTitl… in exportAxes() 2623 xNewAxis = lcl_getAxis( xCooSys, XML_Y ); in exportAxes() [all …]
|