Searched refs:nThousand (Results 1 – 6 of 6) sorted by relevance
132 nThousand = 0; in Reset()1646 nThousand++; in ScanMidString()1708 if ( nThousand+2 == nAnzNums // special case 1.E2 in ScanMidString()2313 while (nThOld != nThousand && j < nAnzNums-1) in IsNumberFormatMain()2317 nThOld = nThousand; in IsNumberFormatMain()2532 nThousand = nAnzNums - 1; in IsNumberFormat()2540 nThousand = nAnzNums - 1; in IsNumberFormat()2541 else if ( nAnzNums != nThousand+2 ) in IsNumberFormat()2548 nThousand = nAnzNums - 1; in IsNumberFormat()2549 else if ( nAnzNums != nThousand+1 ) in IsNumberFormat()[all …]
141 nThousand = rNumFor.nThousand; in Copy()170 rStream << eScannedType << bThousand << nThousand in Save()181 rStream >> eScannedType >> bThousand >> nThousand in Load()330 aI.nThousand = 0; in ImpSvNumFor()2201 if (rInfo.nThousand == 0) in GetOutputString()2656 else if (rInfo.nThousand == 3) // [ss] in ImpGetTimeOutput()2662 else if (rInfo.nThousand == 2) // [mm]:ss in ImpGetTimeOutput()2668 else if (rInfo.nThousand == 1) // [hh]:mm:ss in ImpGetTimeOutput()3187 else if (rInfo.nThousand == 3) // [ss] in ImpGetDateTimeOutput()3193 else if (rInfo.nThousand == 2) // [mm]:ss in ImpGetDateTimeOutput()[all …]
1075 nThousand = 0; in Reset()1579 nThousand = FLAG_STANDARD_IN_FORMAT; in FinalScan()1644 if (nThousand > 0) // #... # in FinalScan()1746 && nThousand < FLAG_STANDARD_IN_FORMAT ) in FinalScan()1772 nThousand++; in FinalScan()1804 nThousand++; in FinalScan()1813 nThousand++; in FinalScan()2269 nThousand = 1; // H in FinalScan()2271 nThousand = 2; // M in FinalScan()2273 nThousand = 3; // S in FinalScan()[all …]
103 sal_uInt16 nThousand; // Count of group (AKA thousand) separators member in ImpSvNumberInputScan
170 sal_uInt16 nThousand; // Zaehlt ....-Folgen member in ImpSvNumberformatScan
77 sal_uInt16 nThousand; // Count of group separator sequences member267 { return NumFor[0].Info().nThousand; } in GetLastInsertKey()269 { NumFor[0].Info().nThousand = nKey; } in SetLastInsertKey()