Searched refs:nTypeArray (Results 1 – 4 of 4) sorted by relevance
931 nTypeArray[nAnzStrings] = Next_Symbol(rString, nPos, sStrArray[nAnzStrings]); in Symbol_Division()932 if (nTypeArray[nAnzStrings] == NF_SYMBOLTYPE_STAR) in Symbol_Division()947 while (i < nAnzStrings && ( nTypeArray[i] == NF_SYMBOLTYPE_STRING in SkipStrings()948 || nTypeArray[i] == NF_SYMBOLTYPE_BLANK in SkipStrings()949 || nTypeArray[i] == NF_SYMBOLTYPE_STAR) ) in SkipStrings()963 while (i > 0 && nTypeArray[i] <= 0) in PreviousKeyword()965 if (nTypeArray[i] > 0) in PreviousKeyword()966 res = nTypeArray[i]; in PreviousKeyword()977 while (i < nAnzStrings-1 && nTypeArray[i] <= 0) in NextKeyword()979 if (nTypeArray[i] > 0) in NextKeyword()[all …]
137 nTypeArray[i] = rNumFor.nTypeArray[i]; in Copy()152 short nType = nTypeArray[i]; in Save()179 rStream >> nTypeArray[i]; in Load()326 aI.nTypeArray = NULL; in ImpSvNumFor()342 delete [] aI.nTypeArray; in ~ImpSvNumFor()349 if ( aI.nTypeArray ) in Enlarge()350 delete [] aI.nTypeArray; in Enlarge()356 aI.nTypeArray = new short[nAnz]; in Enlarge()361 aI.nTypeArray = NULL; in Enlarge()403 if ( aI.nTypeArray[j] == NF_SYMBOLTYPE_CURRENCY ) in HasNewCurrency()[all …]
161 short nTypeArray[NF_MAX_FORMAT_SYMBOLS]; // Array der Infos member in ImpSvNumberformatScan
76 short* nTypeArray; // Array of infos member