Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx151 Reference< chart::XAxisSupplier > xAxisSuppl( xDiagram, uno::UNO_QUERY ); in lcl_getChartAxis() local
152 if( !xAxisSuppl.is() ) in lcl_getChartAxis()
155 xAxis = xAxisSuppl->getAxis(aCurrentAxis.eDimension); in lcl_getChartAxis()
157 xAxis = xAxisSuppl->getSecondaryAxis(aCurrentAxis.eDimension); in lcl_getChartAxis()
525 Reference< chart::XAxisSupplier > xAxisSuppl( xDiaProp, uno::UNO_QUERY ); in CreateAxis() local
526 if( xAxisSuppl.is() ) in CreateAxis()
528 … Reference< beans::XPropertySet > xXAxisProp( xAxisSuppl->getAxis(0), uno::UNO_QUERY ); in CreateAxis()

Completed in 17 milliseconds