Searched refs:xLocalNumberFormats (Results 1 – 1 of 1) sorted by relevance
2273 …uno::Reference <util::XNumberFormats> xLocalNumberFormats(xNumberFormatsSupplier->getNumberFormats… in SetCurrencySymbol() local2274 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() local2326 if (xLocalNumberFormats.is()) in IsCurrencySymbol()2330 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol()
Completed in 20 milliseconds