Searched refs:xLocalNumberFormats (Results 1 – 1 of 1) sorted by relevance
2253 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in SetCurrencySymbol() local2254 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() local2306 if (xLocalNumberFormats.is()) in IsCurrencySymbol()2310 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol()