Home
last modified time | relevance | path

Searched refs:nDecimals (Results 1 – 18 of 18) sorted by relevance

/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1419 if ( nNumLen <= nDecimals ) in ImplAddFormatNum()
1440 while ( i < (nDecimals-nNumLen) ) in ImplAddFormatNum()
1462 sal_uInt16 nNumLen2 = nNumLen-nDecimals; in ImplAddFormatNum()
1479 if ( nDecimals ) in ImplAddFormatNum()
1497 pBuf -= nDecimals+1; in ImplAddFormatNum()
1702 size_t nGuess = ((nDecimals < nDig) ? in ImplGetNumberStringLengthGuess()
1704 nDecimals) + rLoc.getNumDecimalSep().Len() + 3; in ImplGetNumberStringLengthGuess()
1768 pTempBuf = pNumBuffer+nNumLen-nDecimals; in getCurr()
1781 while ( i < nDecimals ); in getCurr()
1785 pTempBuf = pNumBuffer+nNumLen-nDecimals; in getCurr()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx558 if ( nDecimals > 0 ) in WriteSecondsElement_Impl()
561 OUString::valueOf( (sal_Int32) nDecimals ) ); in WriteSecondsElement_Impl()
579 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteNumberElement_Impl() argument
587 if ( nDecimals >= 0 ) // negative = automatic in WriteNumberElement_Impl()
590 OUString::valueOf( nDecimals ) ); in WriteNumberElement_Impl()
656 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteScientificElement_Impl() argument
662 if ( nDecimals >= 0 ) // negative = automatic in WriteScientificElement_Impl()
665 OUString::valueOf( nDecimals ) ); in WriteScientificElement_Impl()
1394 sal_Int32 nDecimals = nPrecision; // from GetFormatSpecialInfo in ExportPart_Impl() local
1400 nDecimals = -1; in ExportPart_Impl()
[all …]
H A Dxmlnumfi.cxx127 sal_Int32 nDecimals; member
140 nDecimals = nInteger = nExpDigits = nNumerDigits = nDenomDigits = -1; in SvXMLNumberInfo()
968 aNumInfo.nDecimals = nAttrVal; in SvXMLNumFmtElementContext()
1214 if ( aNumInfo.nDecimals > 0 ) in EndElement()
1222 for (sal_Int32 i=0; i<aNumInfo.nDecimals; i++) in EndElement()
1232 aNumInfo.nDecimals = 0; in EndElement()
1879 bAutoDec = ( rInfo.nDecimals < 0 ); in AddNumber()
1884 if ( rInfo.nDecimals >= 0 ) // < 0 : Default in AddNumber()
1885 nPrec = (sal_uInt16) rInfo.nDecimals; in AddNumber()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx579 sal_Bool bRed, sal_Int16 nDecimals, sal_Int16 nLeading ) in generateFormat() argument
589 pFormatter->GenerateFormat( aRet, nBaseKey, eLang, bThousands, bRed, nDecimals, nLeading ); in generateFormat()
759 sal_uInt16 nDecimals, nLeading; in getPropertyValue() local
793 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
794 aRet <<= (sal_Int16)( nDecimals ); in getPropertyValue()
798 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
803 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
808 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
901 sal_uInt16 nDecimals, nLeading; in getPropertyValues() local
902 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
[all …]
H A Dnumfmuno.hxx144 sal_Bool bRed, sal_Int16 nDecimals, sal_Int16 nLeading )
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx118 sal_Int64 nNumber, sal_uInt16 nDecimals,
287 String getNum( sal_Int64 nNumber, sal_uInt16 nDecimals,
292 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals,
298 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, in getCurr() argument
300 { return getCurr( nNumber, nDecimals, in getCurr()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx67 SAL_DLLPRIVATE void WriteNumberElement_Impl( sal_Int32 nDecimals, sal_Int32 nInteger,
71 SAL_DLLPRIVATE void WriteScientificElement_Impl( sal_Int32 nDecimals, sal_Int32 nInteger,
88 SAL_DLLPRIVATE void WriteSecondsElement_Impl( sal_Bool bLong, sal_uInt16 nDecimals );
/trunk/main/sc/source/ui/miscdlgs/
H A Dmtrindlg.cxx44 sal_uInt16 nDecimals, in ScMetricInputDlg() argument
67 aEdValue.SetDecimalDigits ( nDecimals ); in ScMetricInputDlg()
/trunk/main/vcl/source/app/
H A Di18nhelp.cxx182 String vcl::I18nHelper::GetNum( long nNumber, sal_uInt16 nDecimals, sal_Bool bUseThousandSep, sal_B… in GetNum() argument
184 return ImplGetLocaleDataWrapper().getNum( nNumber, nDecimals, bUseThousandSep, bTrailingZeros ); in GetNum()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl180 @param nDecimals
190 [in] short nDecimals,
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx485 sal_Int32 nDecimals = 0; //! ... in fillColumns() local
526 ColumnValue::NULLABLE, nPrecision, nDecimals, in fillColumns()
533 m_aScales.push_back(nDecimals); in fillColumns()
/trunk/main/sc/source/ui/inc/
H A Dmtrindlg.hxx43 sal_uInt16 nDecimals = 2,
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1019 sal_uInt16 nDecimals = 0; in UpdateOptions_Impl() local
1039 nDecimals, nZeroes, in UpdateOptions_Impl()
1096 aEdDecimals .SetText( UniString::CreateFromInt32( nDecimals ) ); in UpdateOptions_Impl()
/trunk/main/vcl/inc/vcl/
H A Di18nhelp.hxx85 …String GetNum( long nNumber, sal_uInt16 nDecimals, sal_Bool bUseThousandSep = sal_True, sal_B…
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1052 sal_uInt16 nDecimals, in CreateScMetricInputDlg() argument
1066 nDecimals, nMaximum , nMinimum , nFirst, nLast); in CreateScMetricInputDlg()
H A Dscdlgfact.hxx473 sal_uInt16 nDecimals = 2,
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1184 sal_Int16 nDecimals = 2; in TransferFormComponentProperties() local
1186 xOldProps->getPropertyValue(sPropDecimalAccuracy) >>= nDecimals; in TransferFormComponentProperties()
1215 …ring sNewFormat = xFormats->generateFormat(nBaseKey, _rLocale, sal_False, sal_False, nDecimals, 0); in TransferFormComponentProperties()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx387 sal_uInt16 nDecimals = 2,

Completed in 97 milliseconds