Home
last modified time | relevance | path

Searched refs:_nScale (Results 1 – 15 of 15) sorted by path

/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx112 sal_Int32 _nScale,
H A Dsqlparse.hxx182 ::rtl::OUString stringToDouble(const ::rtl::OUString& _rValue,sal_Int16 _nScale);
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx161 sal_Int32 _nScale, in getDefaultNumberFormat() argument
191 if(_nScale > 0) in getDefaultNumberFormat()
195 …rmat = xFormats->generateFormat( 0L, _rLocale, sal_False, sal_False, (sal_Int16)_nScale, sal_True); in getDefaultNumberFormat()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx536 sal_Int32 _nScale, in getTypeInfoFromType() argument
560 && (pInfo->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()
573 && (aIter->second->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()
H A DAwrapado.cxx1113 void WpADOColumn::put_NumericScale(sal_Int8 _nScale) in put_NumericScale() argument
1116 pInterface->put_NumericScale(_nScale); in put_NumericScale()
1127 void WpADOColumn::put_SortOrder(SortOrderEnum _nScale) in put_SortOrder() argument
1130 pInterface->put_SortOrder(_nScale); in put_SortOrder()
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx141 sal_Int32 _nScale,
H A DWrapColumn.hxx56 void put_NumericScale(sal_Int8 _nScale);
58 void put_SortOrder(SortOrderEnum _nScale);
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1090 ::rtl::OUString OSQLParser::stringToDouble(const ::rtl::OUString& _rValue,sal_Int16 _nScale) in stringToDouble() argument
1104 if((nPos+_nScale) < aValue.getLength()) in stringToDouble()
1105 aValue = aValue.replaceAt(nPos+_nScale,aValue.getLength()-nPos-_nScale,::rtl::OUString()); in stringToDouble()
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx459 ,sal_Int32 _nScale) const in setParameter()
463 ::dbtools::setObjectWithInfo(_xParameter,nPos,_rValue,nType,_nScale); in setParameter()
H A DCacheSet.hxx73 ,sal_Int32 _nScale
H A DKeySet.hxx68 …SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale,sal_Bool _bNull… in SelectColumnDescription()
72 ,nScale( _nScale ) in SelectColumnDescription()
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx141 sal_Int32 _nScale,
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx518 sal_Int32 _nScale, in getTypeInfoFromType() argument
549 && (aIter->second->nMaximumScale >= _nScale) in getTypeInfoFromType()
566 && (nScale >= _nScale) in getTypeInfoFromType()
600 && (nScale >= _nScale) in getTypeInfoFromType()
617 if ( (nScale >= _nScale) in getTypeInfoFromType()
630 _nScale, in getTypeInfoFromType()
/trunk/main/svl/inc/svl/
H A Dconverter.hxx32 SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToDbase(sal_Int32 _nLen, sal_Int32 _nScale);
33 SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToOdbc(sal_Int32 _nLen, sal_Int32 _nScale);
/trunk/main/svl/source/svsql/
H A Dconverter.cxx28 sal_Int32 SvDbaseConverter::ConvertPrecisionToDbase(sal_Int32 _nLen, sal_Int32 _nScale) in ConvertPrecisionToDbase() argument
30 return _nScale ? _nLen +2 : _nLen +1; in ConvertPrecisionToDbase()
33 sal_Int32 SvDbaseConverter::ConvertPrecisionToOdbc(sal_Int32 _nLen, sal_Int32 _nScale) in ConvertPrecisionToOdbc() argument
35 return _nScale ? _nLen -2 : _nLen -1; in ConvertPrecisionToOdbc()

Completed in 107 milliseconds