Searched refs:nThousand (Results 1 – 6 of 6) sorted by relevance
132 nThousand = 0; in Reset()1641 nThousand++; in ScanMidString()2312 nThOld = nThousand; in IsNumberFormatMain()2527 nThousand = nAnzNums - 1; in IsNumberFormat()2535 nThousand = nAnzNums - 1; in IsNumberFormat()2543 nThousand = nAnzNums - 1; in IsNumberFormat()2557 if (nAnzNums != nThousand+3) in IsNumberFormat()2562 if (nAnzNums != nThousand+2) in IsNumberFormat()2652 for ( k = 0; k <= nThousand; k++) in IsNumberFormat()2705 if (nThousand == 1) in IsNumberFormat()[all …]
141 nThousand = rNumFor.nThousand; in Copy()330 aI.nThousand = 0; in ImpSvNumFor()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()3199 else if (rInfo.nThousand == 1) // [hh]:mm:ss in ImpGetDateTimeOutput()3478 const sal_uInt16 nThousand = rInfo.nThousand; in ImpGetNumberOutput() local3479 for (i = 0; i < nThousand; i++) in ImpGetNumberOutput()[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()
Completed in 71 milliseconds