Searched refs:_nPrecision (Results 1 – 6 of 6) sorted by relevance
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 535 sal_Int32 _nPrecision, in getTypeInfoFromType() argument 559 && (pInfo->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType() 572 && (aIter->second->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 517 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/source/control/ |
H A D | fmtfield.cxx | 773 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()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TypeInfo.hxx | 140 sal_Int32 _nPrecision,
|
/trunk/main/svtools/inc/svtools/ |
H A D | fmtfield.hxx | 159 void SetDecimalDigits(sal_uInt16 _nPrecision);
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 140 sal_Int32 _nPrecision,
|
Completed in 86 milliseconds