Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2273 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in SetCurrencySymbol() local
2274 if (xLocalNumberFormats.is()) in SetCurrencySymbol()
2279 … uno::Reference <beans::XPropertySet> xProperties(xLocalNumberFormats->getByKey(nKey)); in SetCurrencySymbol()
2297 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol()
2299 nNewKey = xLocalNumberFormats->addNew(sFormatString, aLocale); in SetCurrencySymbol()
2325 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in IsCurrencySymbol() local
2326 if (xLocalNumberFormats.is()) in IsCurrencySymbol()
2330 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol()

Completed in 20 milliseconds