Lines Matching refs:numthes
98 numthes = 0; in Thesaurus()
107 for (int i = 0; i < numthes; i++) in ~Thesaurus()
117 for (int i = 0; i < numthes; i++) in ~Thesaurus()
125 numthes = 0; in ~Thesaurus()
160 if (!numthes) in getLocales()
188 numthes = aDics.size(); in getLocales()
189 if (numthes) in getLocales()
220 numthes = 0; in getLocales()
222 numthes = numthes + aDictIt->aLocaleNames.getLength(); in getLocales()
225 aThes = new MyThes* [numthes]; in getLocales()
226 aTEncs = new rtl_TextEncoding [numthes]; in getLocales()
227 aTLocs = new Locale [numthes]; in getLocales()
228 aTNames = new OUString [numthes]; in getLocales()
229 aCharSetInfo = new CharClass* [numthes]; in getLocales()
262 DBG_ASSERT( k == numthes, "index mismatch?" ); in getLocales()
267 numthes = 0; in getLocales()
348 for (int i =0; i < numthes; i++) in queryMeanings()