Home
last modified time | relevance | path

Searched refs:nPrecision (Results 26 – 50 of 54) sorted by relevance

123

/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx534 sal_Int32 nDBTypePrecision = aIter->second->nPrecision; (void)nDBTypePrecision; in getTypeInfoFromType()
548 (aIter->second->nPrecision >= _nPrecision) in getTypeInfoFromType()
561 sal_Int32 nPrec = aIter->second->nPrecision; in getTypeInfoFromType()
597 sal_Int32 nPrec = aIter->second->nPrecision; in getTypeInfoFromType()
711 pInfo->nPrecision = aValue; in fillTypeInfo()
752 if( pInfo->nPrecision < 0) in fillTypeInfo()
753 pInfo->nPrecision = 0; in fillTypeInfo()
H A DWCopyTable.cxx1145 sal_Int32 nPrecision = pActFieldDescr->GetPrecision(); in loadData() local
1151 … ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncr… in loadData()
1546 …TypeInfo,_pType->nType,_pType->aTypeName,_pType->aCreateParams,_pType->nPrecision,_pType->nMaximum… in convertType()
1622 …tTypeInfo,nDefaultType,_pType->aTypeName,_pType->aCreateParams,_pType->nPrecision,_pType->nMaximum… in convertType()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx258 sal_uInt16& nPrecision,
420 sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const;
510 …oid ImpGetOutputStdToPrecision( double& rNumber, String& rOutString, sal_uInt16 nPrecision ) const;
H A Dzforlist.hxx478 sal_uInt16 nPrecision = 0, sal_uInt16 nAnzLeading = 1 );
552 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading);
565 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading,
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1320 if (pFieldType->nPrecision) in DisplayData()
1323 pLength->SetMax(::std::max<sal_Int32>(pFieldType->nPrecision,pFieldDescr->GetPrecision())); in DisplayData()
1351 if (pFieldType->nPrecision) in DisplayData()
1354 pTextLen->SetMax(::std::max<sal_Int32>(pFieldType->nPrecision,pFieldDescr->GetPrecision())); in DisplayData()
1544 if(pFieldDescr->GetPrecision() > aIter->second->nPrecision) in DisplayData()
1545 pFieldDescr->SetPrecision(aIter->second->nPrecision); in DisplayData()
/trunk/main/connectivity/source/drivers/ado/
H A DAColumns.cxx81 sal_Int32 nPrecision; in appendObject() local
84 nPrecision = aColumn.get_Precision(); in appendObject()
H A DAStatement.cxx227 prec = ::std::max(prec,(*aIter).nPrecision); in getPrecision()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx360 int nPrecision = 5; in emit() local
370 if( fValue == 1.0 || log10( 1.0-fValue ) <= -nPrecision ) in emit()
378 fValue *= pow( 10.0, (double)nPrecision ); in emit()
388 sal_Int64 nBound = (sal_Int64)(pow( 10.0, nPrecision - 1.0 )+0.5); in emit()
389 for ( i = 0; ( i < nPrecision ) && nFrac; i++ ) in emit()
/trunk/main/tools/inc/tools/
H A Dstream.hxx276 sal_uInt8 nPrecision; member in SvStream
401 { nPrecision = nPrec; CreateFormatString(); } in SetPrecision()
402 sal_uInt8 GetPrecision() const { return nPrecision; } in GetPrecision()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx491 sal_uInt32 nPrecision = 255; in AddParameter() local
501 …tPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION)) >>= nPrecision; in AddParameter()
512 ,nPrecision in AddParameter()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2761 sal_uInt16 nPrecision, nLeading; in ChangeNumFmtDecimals() local
2762 pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
2786 nPrecision = 0; in ChangeNumFmtDecimals()
2795 nPrecision = aOut.Len() - nPos - aDecSep.Len(); in ChangeNumFmtDecimals()
2804 if (nPrecision<20) in ChangeNumFmtDecimals()
2805 ++nPrecision; // erhoehen in ChangeNumFmtDecimals()
2811 if (nPrecision) in ChangeNumFmtDecimals()
2812 --nPrecision; // vermindern in ChangeNumFmtDecimals()
2822 bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
H A Dformatsh.cxx1071 const sal_uInt16 nPrecision = (sal_uInt16)sFormat[2].ToInt32(); in ExecuteNumFormat() local
1080 nPrecision, in ExecuteNumFormat()
2372 sal_uInt16 nPrecision(0); in GetNumFormatState() local
2375 … pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes); in GetNumFormatState()
2380 const String sPrecision = String::CreateFromInt32(nPrecision); in GetNumFormatState()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx522 aInfo.nPrecision = aValue; in buildTypeInfo()
567 if( aInfo.nPrecision < 0) in buildTypeInfo()
568 aInfo.nPrecision = 0; in buildTypeInfo()
H A DOPreparedStatement.cxx833 prec = (*aIter).nPrecision; in getPrecision()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1916 sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument
1923 nPrecision, nAnzLeading); in GetFormatSpecialInfo()
1928 nPrecision = pFormatScanner->GetStandardPrec(); in GetFormatSpecialInfo()
1966 sal_Bool& bThousand, sal_Bool& IsRed, sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument
1979 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading ); in GetFormatSpecialInfo()
1984 nPrecision = pFormatScanner->GetStandardPrec(); in GetFormatSpecialInfo()
2705 sal_uInt16 nPrecision, in GenerateFormat() argument
2751 if (nPrecision > 0) in GenerateFormat()
2754 sString.Expand( sString.Len() + nPrecision, '0' ); in GenerateFormat()
H A Dzformat.cxx1820 …ormat::ImpGetOutputStdToPrecision(double& rNumber, String& rOutString, sal_uInt16 nPrecision) const in ImpGetOutputStdToPrecision()
1823 nPrecision = ::std::min(UPPER_PRECISION, nPrecision); in ImpGetOutputStdToPrecision()
1856 rtl_math_StringFormat_F, nPrecision /*2*/, in ImpGetOutputStdToPrecision()
3904 sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument
3910 GetNumForInfo( 0, nDummyType, bThousand, nPrecision, nAnzLeading ); in GetFormatSpecialInfo()
3923 sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const in GetNumForInfo() argument
3933 nPrecision = rInfo.nCntPost; in GetNumForInfo()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx484 sal_Int32 nPrecision = 0; //! ... in fillColumns() local
526 ColumnValue::NULLABLE, nPrecision, nDecimals, in fillColumns()
532 m_aPrecisions.push_back(nPrecision); in fillColumns()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2694 double nPrecision = 0.0; in ScEuroConvert() local
2697 nPrecision = ::rtl::math::approxFloor(GetDouble()); in ScEuroConvert()
2698 if ( nPrecision < 3 ) in ScEuroConvert()
2732 if ( nPrecision ) in ScEuroConvert()
2734 (int) nPrecision ); in ScEuroConvert()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx365 sal_uInt16 nPrecision, sal_uInt16 nLeadingZeroes, in MakeFormat() argument
388 nPrecision, nLeadingZeroes ); in MakeFormat()
397 nPrecision, nLeadingZeroes ); in MakeFormat()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx155 sal_uInt16 nPrecision,
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx339 aInfo.nPrecision = xRow->getInt (3); in buildTypeInfo()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1706 sal_uInt16 nPrecision = (aEdDecimals.IsEnabled()) in IMPL_LINK() local
1715 nPrecision, nLeadZeroes, in IMPL_LINK()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2084 inline int dbl2str( char* pOut, double fVal, int nPrecision=6) in dbl2str() argument
2086 const int nLen = psp::getValueOfDouble( pOut, fVal, nPrecision); in dbl2str()
/trunk/main/sc/inc/
H A Dcolumn.hxx404 xub_StrLen GetMaxNumberStringLen( sal_uInt16& nPrecision,
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1972 sal_uInt16& nPrecision, SCCOL nCol, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen() argument
1975 return aCol[nCol].GetMaxNumberStringLen( nPrecision, nRowStart, nRowEnd ); in GetMaxNumberStringLen()

Completed in 279 milliseconds

123