Searched refs:xNewAxis (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 1927 Reference< chart2::XAxis > xNewAxis; in lcl_getAxis() local 1948 xNewAxis = xCooSys->getAxisByDimension( nDimensionIndex, bPrimary ? 0 : 1 ); in lcl_getAxis() 1954 return xNewAxis; in lcl_getAxis() 2590 Reference< ::com::sun::star::chart2::XAxis > xNewAxis = lcl_getAxis( xCooSys, XML_X ); in exportAxes() local 2591 if( xNewAxis.is() ) in exportAxes() 2608 …exportAxis( XML_X, XML_PRIMARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasXAxisTitle, bHasXAxi… in exportAxes() 2615 xNewAxis = lcl_getAxis( xCooSys, XML_X, false ); in exportAxes() 2616 if( xNewAxis.is() ) in exportAxes() 2619 …exportAxis( XML_X, XML_SECONDARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasSecondaryXAxisTitl… in exportAxes() 2624 xNewAxis = lcl_getAxis( xCooSys, XML_Y ); in exportAxes() [all …]
|