Lines Matching refs:nKey
247 sal_Int32 nKey, in setValue() argument
257 sal_Int32 nKeyToUse = bTextFormat ? 0 : nKey; in setValue()
421 sal_Int32 nKey(0); in getFormattedValue() local
424 …mn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_FORMATKEY)) >>= nKey; in getFormattedValue()
431 if (!nKey) in getFormattedValue()
436 nKey = ::dbtools::getDefaultNumberFormat(_xColumn, in getFormattedValue()
442 sal_Int16 nKeyType = getNumberFormatType(_xFormatter, nKey) & ~NumberFormat::DEFINED; in getFormattedValue()
444 …ormattedValue(Reference< XColumn > (_xColumn, UNO_QUERY), _xFormatter, _rNullDate, nKey, nKeyType); in getFormattedValue()
451 sal_Int32 nKey, in getFormattedValue() argument
483 aString = xFormatter->convertNumberToString( nKey, fValue ); in getFormattedValue()
495 aString = xFormatter->convertNumberToString(nKey, fValue); in getFormattedValue()
501 aString = xFormatter->getInputString(nKey, fValue); in getFormattedValue()
504 aString = xFormatter->formatString(nKey, xVariant->getString()); in getFormattedValue()