Searched refs:xNumFmtTypes (Results 1 – 3 of 3) sorted by relevance
261 … Reference< XNumberFormatTypes > xNumFmtTypes( xSuppNumFmts->getNumberFormats(), UNO_QUERY_THROW ); in impl_adjustFormatToDataFieldType_nothrow() local263 …dbtools::getDefaultNumberFormat( field->nDataType, field->nScale, field->bIsCurrency, xNumFmtTypes, in impl_adjustFormatToDataFieldType_nothrow()
1825 Reference< XNumberFormatTypes > xNumFmtTypes( rxNumFmts, UNO_QUERY_THROW ); in lclCreatePredefinedFormat() local1827 xNumFmtTypes->getFormatIndex( nPredefId, rToLocale ) : in lclCreatePredefinedFormat()1828 xNumFmtTypes->getStandardIndex( rToLocale ); in lclCreatePredefinedFormat()
519 … Reference< XNumberFormatTypes > xNumFmtTypes( xNumFmtsSupp->getNumberFormats(), UNO_QUERY_THROW ); in setStandardNumFmt() local520 sal_Int32 nIndex = xNumFmtTypes->getStandardFormat( nStdNumFmt, Locale() ); in setStandardNumFmt()
Completed in 34 milliseconds