Searched refs:xTypeList (Results 1 – 2 of 2) sorted by relevance
1192 Reference< XNumberFormatTypes> xTypeList(xFormats, UNO_QUERY); in TransferFormComponentProperties() local1193 if (xTypeList.is()) in TransferFormComponentProperties()1200 nBaseKey = xTypeList->getStandardFormat(NumberFormat::DATE, _rLocale); in TransferFormComponentProperties()1204 nBaseKey = xTypeList->getStandardFormat(NumberFormat::TIME, _rLocale); in TransferFormComponentProperties()1208 nBaseKey = xTypeList->getStandardFormat(NumberFormat::CURRENCY, _rLocale); in TransferFormComponentProperties()
434 …Reference<XNumberFormatTypes> xTypeList(_xFormatter->getNumberFormatsSupplier()->getNumberFormats(… in getFormattedValue() local
Completed in 27 milliseconds