Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/vba/
H A Dvbachart.cxx1197 uno::Reference< beans::XPropertySet > xAxisProps; in getAxisPropertySet() local
1203 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()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx208 … 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()
[all …]
H A DSchXMLAxisContext.cxx107 const Reference< beans::XPropertySet > xAxisProps );
923 const Reference< beans::XPropertySet > xAxisProps ) : in DateScaleContext()
926 m_xAxisProps( xAxisProps ) in DateScaleContext()
/aoo4110/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx456 …Reference< beans::XPropertySet > xAxisProps( xCooSysModel->getAxisByDimension(0,0), uno::UNO_QUERY… in lcl_fillDateCategories() local
458 …if( xAxisProps.is() && (xAxisProps->getPropertyValue( C2U("NumberFormat") ) >>= nAxisNumberFormat)… in lcl_fillDateCategories()
H A DDiagramHelper.cxx1064 Reference< beans::XPropertySet > xAxisProps( xAxis, uno::UNO_QUERY ); in lcl_switchToDateCategories() local
1066 if( xAxisProps.is() && xNumberFormatsSupplier.is() ) in lcl_switchToDateCategories()
1069 xAxisProps->getPropertyValue( C2U("NumberFormat") ) >>= nNumberFormat; in lcl_switchToDateCategories()
1094xAxisProps->setPropertyValue( C2U("NumberFormat"), uno::makeAny(aKeySeq[0]) ); in lcl_switchToDateCategories()

Completed in 83 milliseconds