Home
last modified time | relevance | path

Searched refs:nTypeArray (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforscan.cxx965 if (nTypeArray[i] > 0) in PreviousKeyword()
966 res = nTypeArray[i]; in PreviousKeyword()
979 if (nTypeArray[i] > 0) in NextKeyword()
980 res = nTypeArray[i]; in NextKeyword()
993 return nTypeArray[i]; in PreviousType()
1068 nTypeArray[i] = 0; in Reset()
1114 switch (nTypeArray[i]) in ScanType()
1420 nTypeArray[i] = nTypeArray[i-1]; in InsertSymbol()
1522 switch (nTypeArray[i]) in FinalScan()
2132 switch (nTypeArray[i]) in FinalScan()
[all …]
H A Dzformat.cxx137 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()
361 aI.nTypeArray = NULL; in Enlarge()
440 switch ( aI.nTypeArray[j] ) in SaveNewCurrencyMap()
452 switch ( aI.nTypeArray[j] ) in SaveNewCurrencyMap()
[all …]
H A Dzforscan.hxx161 short nTypeArray[NF_MAX_FORMAT_SYMBOLS]; // Array der Infos member in ImpSvNumberformatScan
/trunk/main/svl/inc/svl/
H A Dzformat.hxx76 short* nTypeArray; // Array of infos member

Completed in 67 milliseconds