Home
last modified time | relevance | path

Searched refs:SV_MAX_ANZ_INPUT_STRINGS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforfind.hxx33 #define SV_MAX_ANZ_INPUT_STRINGS 20 // max count of substrings in input scanner macro
77 String sStrArray[SV_MAX_ANZ_INPUT_STRINGS]; // Array of scanned substrings
78 sal_Bool IsNum[SV_MAX_ANZ_INPUT_STRINGS]; // Whether a substring is numeric
79 sal_uInt16 nNums[SV_MAX_ANZ_INPUT_STRINGS]; // Sequence of offsets to numeric strings
H A Dzforfind.cxx116 for (sal_uInt16 i = 0; i < SV_MAX_ANZ_INPUT_STRINGS; i++) in Reset()
119 nNums[i] = SV_MAX_ANZ_INPUT_STRINGS-1; in Reset()
380 while ( pStr < pEnd && nAnzStrings < SV_MAX_ANZ_INPUT_STRINGS ) in NumberStringDivision()
387 if (nAnzStrings >= SV_MAX_ANZ_INPUT_STRINGS - 7 && in NumberStringDivision()
2159 if (nAnzStrings >= SV_MAX_ANZ_INPUT_STRINGS) // too many elements in IsNumberFormatMain()

Completed in 35 milliseconds