Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2253 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in SetCurrencySymbol() local
2254 if (xLocalNumberFormats.is()) in SetCurrencySymbol()
2259 … uno::Reference <beans::XPropertySet> xProperties(xLocalNumberFormats->getByKey(nKey)); in SetCurrencySymbol()
2277 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol()
2279 nNewKey = xLocalNumberFormats->addNew(sFormatString, aLocale); in SetCurrencySymbol()
2305 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in IsCurrencySymbol() local
2306 if (xLocalNumberFormats.is()) in IsCurrencySymbol()
2310 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol()