Home
last modified time | relevance | path

Searched refs:nDigits (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1218 sal_Int16 nDigits = 0; in describePropertyLine() local
1230 nDigits = 2; in describePropertyLine()
1236 _rxControlFactory, nDigits, aValueNotPresent, aValueNotPresent, sal_False ); in describePropertyLine()
/aoo42x/main/svx/inc/svx/
H A Dsvdtrans.hxx246 void Kuerzen(Fraction& rF, unsigned nDigits);
/aoo42x/main/sc/source/core/data/
H A Dtable4.cxx165 sal_uInt16 nDigits, const String& rSuffix, CellType eCellType, in lcl_getSuffixCell() argument
168 String aValue( lcl_ValueString( nValue, nDigits )); in lcl_getSuffixCell()
/aoo42x/main/vcl/inc/vcl/
H A Dfield.hxx202 void SetDecimalDigits( sal_uInt16 nDigits );
/aoo42x/main/sc/source/core/tool/
H A Dinterpr2.cxx2232 static const int nDigits = (sizeof(pDigits)/sizeof(sal_Unicode))-1; in ScBase() local
2254 if ( !nGlobalError && nMinLen && 2 <= fBase && fBase <= nDigits && 0 <= fVal ) in ScBase()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindows.cxx82 static double ImplCalcLongValue( double nValue, sal_uInt16 nDigits ) in ImplCalcLongValue() argument
85 for ( sal_uInt16 d = 0; d < nDigits; d++ ) in ImplCalcLongValue()
90 static double ImplCalcDoubleValue( double nValue, sal_uInt16 nDigits ) in ImplCalcDoubleValue() argument
93 for ( sal_uInt16 d = 0; d < nDigits; d++ ) in ImplCalcDoubleValue()
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1267 …void SAL_CALL setDecimalDigits( sal_Int16 nDigits ) throw(::com::sun::star::uno::RuntimeException);
1344 …void SAL_CALL setDecimalDigits( sal_Int16 nDigits ) throw(::com::sun::star::uno::RuntimeException);
/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx607 static void appendDigits( sal_Int32 _nNumber, sal_Int8 nDigits, ::rtl::OUStringBuffer& _rOut ) in appendDigits() argument
611 while ( _rOut.getLength() - nCurLen < nDigits ) in appendDigits()

Completed in 239 milliseconds

12