Home
last modified time | relevance | path

Searched refs:_nPrecision (Results 1 – 6 of 6) sorted by path

/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx535 sal_Int32 _nPrecision, in getTypeInfoFromType() argument
559 && (pInfo->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()
572 && (aIter->second->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx140 sal_Int32 _nPrecision,
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx140 sal_Int32 _nPrecision,
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx517 sal_Int32 _nPrecision, in getTypeInfoFromType() argument
548 (aIter->second->nPrecision >= _nPrecision) in getTypeInfoFromType()
565 && (nPrec >= _nPrecision) in getTypeInfoFromType()
599 if ( (nPrec >= _nPrecision) in getTypeInfoFromType()
629 _nPrecision, in getTypeInfoFromType()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx159 void SetDecimalDigits(sal_uInt16 _nPrecision);
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx773 void FormattedField::SetDecimalDigits(sal_uInt16 _nPrecision) in SetDecimalDigits() argument
782 if (nPrecision == _nPrecision) in SetDecimalDigits()
791 …->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPrecision, nAnzLeading); in SetDecimalDigits()

Completed in 49 milliseconds