Lines Matching refs:xProperties

439 	com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> xProperties(  in GetFieldUnit()  local
443 if (xProperties.is()) in GetFieldUnit()
446 …if (xProperties->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Metric"))) >>= nField… in GetFieldUnit()
1875 …uno::Reference <beans::XPropertySet> xProperties(xMultiServiceFactory->createInstance(rtl::OUStrin… in _ExportStyles() local
1876 if (xProperties.is()) in _ExportStyles()
1877 …aStylesExp.exportDefaultStyle(xProperties, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAM… in _ExportStyles()
1920 void ScXMLExport::AddStyleFromCells(const uno::Reference<beans::XPropertySet>& xProperties, in AddStyleFromCells() argument
1925 uno::Reference<sheet::XSheetCellRanges> xCellRanges( xProperties, uno::UNO_QUERY ); in AddStyleFromCells()
1933 …:vector< XMLPropertyState > xPropStates(xCellStylesExportPropertySetMapper->Filter( xProperties )); in AddStyleFromCells()
1987 xProperties->getPropertyValue(SC_NUMBERFORMAT) >>= nNumberFormat; in AddStyleFromCells()
2206 uno::Reference <beans::XPropertySet> xProperties( in _ExportAutoStyles() local
2209 AddStyleFromCells(xProperties, xTable, nTable, &aCellIter->maName); in _ExportAutoStyles()
2491 … uno::Reference <beans::XPropertySet> xProperties (xCellRanges, uno::UNO_QUERY); in _ExportAutoStyles() local
2492 if (xProperties.is()) in _ExportAutoStyles()
2494 AddStyleFromCells(xProperties, xTable, nTable, NULL); in _ExportAutoStyles()
4354 …uno::Reference <beans::XPropertySet> xProperties(xMultiServiceFactory->createInstance(rtl::OUStrin… in GetConfigurationSettings() local
4355 if (xProperties.is()) in GetConfigurationSettings()
4356 SvXMLUnitConverter::convertPropertySet(rProps, xProperties); in GetConfigurationSettings()