Searched refs:xAxisProps (Results 1 – 5 of 5) sorted by relevance
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() argument2315 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()[all …]
107 const Reference< beans::XPropertySet > xAxisProps );923 const Reference< beans::XPropertySet > xAxisProps ) : in DateScaleContext()926 m_xAxisProps( xAxisProps ) in DateScaleContext()
1197 uno::Reference< beans::XPropertySet > xAxisProps; in getAxisPropertySet() local1203 xAxisProps = xAxisXSupplier->getXAxis(); in getAxisPropertySet()1207 xAxisProps = xTwoAxisXSupplier->getSecondaryXAxis(); in getAxisPropertySet()1212 xAxisProps = xAxisZSupplier->getZAxis(); in getAxisPropertySet()1220 xAxisProps = xAxisYSupplier->getYAxis(); in getAxisPropertySet()1222 xAxisProps = xTwoAxisYSupplier->getSecondaryYAxis(); in getAxisPropertySet()1225 return xAxisProps; in getAxisPropertySet()1227 return xAxisProps; in getAxisPropertySet()
456 …Reference< beans::XPropertySet > xAxisProps( xCooSysModel->getAxisByDimension(0,0), uno::UNO_QUERY… in lcl_fillDateCategories() local458 …if( xAxisProps.is() && (xAxisProps->getPropertyValue( C2U("NumberFormat") ) >>= nAxisNumberFormat)… in lcl_fillDateCategories()
1064 Reference< beans::XPropertySet > xAxisProps( xAxis, uno::UNO_QUERY ); in lcl_switchToDateCategories() local1066 if( xAxisProps.is() && xNumberFormatsSupplier.is() ) in lcl_switchToDateCategories()1069 xAxisProps->getPropertyValue( C2U("NumberFormat") ) >>= nNumberFormat; in lcl_switchToDateCategories()1094 … xAxisProps->setPropertyValue( C2U("NumberFormat"), uno::makeAny(aKeySeq[0]) ); in lcl_switchToDateCategories()
Completed in 59 milliseconds