Searched refs:nDecPos (Results 1 – 8 of 8) sorted by relevance
128 nDecPos = 0; in Reset()1492 nDecPos = 1; in ScanStartString()1507 nDecPos = 1; in ScanStartString()1592 if (nDecPos == 1 || nDecPos == 3) // .12.4 or 1.E2.1 in ScanMidString()1618 if ( nDecPos ) in ScanMidString()1709 && nDecPos == 2 ) in ScanMidString()1836 if (nDecPos == 1 || nDecPos == 3) // .12.4 or 12.E4. in ScanEndString()2249 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()2286 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()2346 (nDecPos == 0 || nDecPos == 3) // no decimal separator or at end in IsNumberFormatMain()[all …]
58 short GetDecPos() const { return nDecPos; } in GetDecPos()98 short nDecPos; // Index of substring containing "," (+1) member in ImpSvNumberInputScan
1077 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()
179 short nDecPos; // interne Pos. des , member in ImpSvNumberformatScan
443 int nDecPos; in doubleToString() local458 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 …]
143 sal_uInt16 nDecPos; in ImplNumericGetValue() local155 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()
108 xub_StrLen nDecPos; in ImplNumericGetValue() local119 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()
1124 sal_uInt16 nDecPos = aText.Search( aCurrentTab.aTabStop.GetDecimal() ); in CreateLines() local1125 if ( nDecPos != STRING_NOTFOUND ) in CreateLines()1128 …pFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL ).Width(); in CreateLines()
Completed in 70 milliseconds