Home
last modified time | relevance | path

Searched refs:nCellDigits (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dtable4.cxx753 sal_uInt16 nCellDigits = 0; in FillAuto() local
788 nCellDigits = 0; // look at each source cell individually in FillAuto()
790 aValue, nStringValue, &nCellDigits ); in FillAuto()
832 nNextValue, nCellDigits, aValue, in FillAuto()
838 aStr += lcl_ValueString( nNextValue, nCellDigits ); in FillAuto()
1055 sal_uInt16 nCellDigits = 0; // look at each source cell individually in GetAutoFillPreview() local
1056 short nFlag = lcl_DecompValueString( aValue, nVal, &nCellDigits ); in GetAutoFillPreview()
1062 aValue.Insert( lcl_ValueString( nVal + nDelta, nCellDigits ), 0 ); in GetAutoFillPreview()
1065 aValue += lcl_ValueString( nVal + nDelta, nCellDigits ); in GetAutoFillPreview()

Completed in 21 milliseconds