Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx1926 Reference< chart2::XAxis > xNewAxis; in lcl_getAxis() local
1953 return xNewAxis; in lcl_getAxis()
2590 if( xNewAxis.is() ) in exportAxes()
2614 xNewAxis = lcl_getAxis( xCooSys, XML_X, false ); in exportAxes()
2615 if( xNewAxis.is() ) in exportAxes()
2623 xNewAxis = lcl_getAxis( xCooSys, XML_Y ); in exportAxes()
2624 if( xNewAxis.is() ) in exportAxes()
2632 xNewAxis = lcl_getAxis( xCooSys, XML_Y, false ); in exportAxes()
2633 if( xNewAxis.is() ) in exportAxes()
2641 xNewAxis = lcl_getAxis( xCooSys, XML_Z ); in exportAxes()
[all …]

Completed in 47 milliseconds