Home
last modified time | relevance | path

Searched refs:nDecPos (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforfind.cxx128 nDecPos = 0; in Reset()
1492 nDecPos = 1; in ScanStartString()
1587 if (nDecPos == 1 || nDecPos == 3) // .12.4 or 1.E2.1 in ScanMidString()
1613 if ( nDecPos ) in ScanMidString()
1704 && nDecPos == 2 ) in ScanMidString()
1831 if (nDecPos == 1 || nDecPos == 3) // .12.4 or 12.E4. in ScanEndString()
2244 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()
2281 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()
2341 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()
2581 if (nDecPos) in IsNumberFormat()
[all …]
H A Dzforfind.hxx58 short GetDecPos() const { return nDecPos; } in GetDecPos()
98 short nDecPos; // Index of substring containing "," (+1) member in ImpSvNumberInputScan
H A Dzforscan.cxx1077 nDecPos = -1; in Reset()
1668 if ( bDecSep && nDecPos+1 == i && in FinalScan()
1669 nTypeArray[nDecPos] == NF_SYMBOLTYPE_DECSEP ) in FinalScan()
1872 nDecPos = i; in FinalScan()
2070 nMaxPos = nDecPos; in FinalScan()
H A Dzforscan.hxx179 short nDecPos; // interne Pos. des , member in ImpSvNumberformatScan
/trunk/main/sal/rtl/source/
H A Dmath.cxx443 int nDecPos; in doubleToString() local
458 nDecPos = 0; in doubleToString()
461 nDecPos = nExp + 1; in doubleToString()
464 nDecPos = 1; in doubleToString()
467 if ( nDecPos > 1 && pGroups && pGroups[0] && cGroupSeparator ) in doubleToString()
469 while ( nGrouping + pGroups[nGroupSelector] < nDecPos ) in doubleToString()
570 if( nDecPos ) in doubleToString()
572 if( !--nDecPos ) in doubleToString()
577 else if ( nDecPos == nGrouping ) in doubleToString()
590 while ( --nDecPos > 0 ) in doubleToString()
[all …]
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx143 sal_uInt16 nDecPos; in ImplNumericGetValue() local
155 nDecPos = aStr.Search( rLocaleDataWrapper.getNumDecimalSep() ); in ImplNumericGetValue()
157 if ( nDecPos != STRING_NOTFOUND ) in ImplNumericGetValue()
159 aStr1 = aStr.Copy( 0, nDecPos ); in ImplNumericGetValue()
160 aStr2 = aStr.Copy( nDecPos+1 ); in ImplNumericGetValue()
H A Dfield.cxx108 xub_StrLen nDecPos; in ImplNumericGetValue() local
119 nDecPos = aStr.Search( rLocaleDataWrappper.getNumDecimalSep() ); in ImplNumericGetValue()
120 if ( nDecPos != STRING_NOTFOUND ) in ImplNumericGetValue()
122 aStr1 = aStr.Copy( 0, nDecPos ); in ImplNumericGetValue()
123 aStr2 = aStr.Copy( nDecPos+1 ); in ImplNumericGetValue()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1124 sal_uInt16 nDecPos = aText.Search( aCurrentTab.aTabStop.GetDecimal() ); in CreateLines() local
1125 if ( nDecPos != STRING_NOTFOUND ) in CreateLines()
1128 …pFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL ).Width(); in CreateLines()

Completed in 97 milliseconds