Searched refs:GetNextNumber (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforfind.cxx | 826 inline sal_Bool ImpSvNumberInputScan::GetNextNumber( sal_uInt16& i, sal_uInt16& j ) in GetNextNumber() function in ImpSvNumberInputScan 2192 if (GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain() 2211 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain() 2232 if (!GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain() 2238 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain() 2242 GetNextNumber(i,j); // i=3,4 in IsNumberFormatMain() 2261 if (!GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain() 2269 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain() 2275 GetNextNumber(i,j); // i=3,4 in IsNumberFormatMain() 2279 GetNextNumber(i,j); // i=5,6 in IsNumberFormatMain() [all …]
|
| H A D | zforfind.hxx | 221 inline sal_Bool GetNextNumber( // Get next number as array offset
|