Lines Matching refs:xAxisProps

208 …  const Reference< beans::XPropertySet > xAxisProps, const Reference< chart2::XAxis >& xChart2Axis,
212 void exportDateScale( const Reference< beans::XPropertySet > xAxisProps );
2313 void SchXMLExportHelper_Impl::exportDateScale( const Reference< beans::XPropertySet > xAxisProps ) in exportDateScale() argument
2315 if( !xAxisProps.is() ) in exportDateScale()
2319 … if( (xAxisProps->getPropertyValue( OUString::createFromAscii( "TimeIncrement" )) >>= aIncrement) ) in exportDateScale()
2437 const Reference< beans::XPropertySet > xAxisProps, in exportAxis()
2448 if( xAxisProps.is() && mxExpPropMapper.is() ) in exportAxis()
2450 lcl_exportNumberFormat( sNumFormat, xAxisProps, mrExport ); in exportAxis()
2451 aPropertyStates = mxExpPropMapper->Filter( xAxisProps ); in exportAxis()
2474 exportDateScale( xAxisProps ); in exportAxis()
2479 Reference< chart::XAxis > xAxis( xAxisProps, uno::UNO_QUERY ); in exportAxis()
2592 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(0) : 0, uno::UNO_… in exportAxes() local
2607 …exportAxis( XML_X, XML_PRIMARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasXAxisTitle, bHasXAxi… in exportAxes()
2617 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(0) : 0, … in exportAxes() local
2618 …exportAxis( XML_X, XML_SECONDARY_X, xAxisProps, xNewAxis, aCategoriesRange, bHasSecondaryXAxisTitl… in exportAxes()
2626 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(1) : 0, uno::UNO_… in exportAxes() local
2627 …exportAxis( XML_Y, XML_PRIMARY_Y, xAxisProps, xNewAxis, aCategoriesRange, bHasYAxisTitle, bHasYAxi… in exportAxes()
2635 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(1) : 0, … in exportAxes() local
2636 …exportAxis( XML_Y, XML_SECONDARY_Y, xAxisProps, xNewAxis, aCategoriesRange, bHasSecondaryYAxisTitl… in exportAxes()
2644 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(2) : 0, uno::UNO_… in exportAxes() local
2645 …exportAxis( XML_Z, XML_PRIMARY_Z, xAxisProps, xNewAxis, aCategoriesRange, bHasZAxisTitle, bHasZAxi… in exportAxes()