Searched refs:aWordLst (Results 1 – 2 of 2) sorted by relevance
271 aWordLst.Remove( nPos - 1 ); in ~SwAutoCompleteWord()325 aWordLst.Remove( pDel ); in InsertWord()333 pNew = aWordLst[ nInsPos ]; in InsertWord()363 aWordLst.Remove(nPos); in SetMaxCount()381 if( aWordLst[ nPos ]->Len() < n ) in SetMinWordLen()383 void* pDel = aWordLst[ nPos ]; in SetMinWordLen()401 aWordLst.Seek_Entry( pStr, &rStt ); in GetRange()405 while( rEnd < aWordLst.Count() && rSCmp.isMatch( rWord, *aWordLst[ rEnd ])) in GetRange()421 void* pDel = aWordLst[ nMyPos ]; in CheckChangedList()422 aWordLst.Remove(nMyPos); in CheckChangedList()[all …]
38 SvStringsISortDtor aWordLst; // contains extended strings carrying source information member in SwAutoCompleteWord54 const String& operator[]( sal_uInt16 n ) const { return *aWordLst[ n ]; } in operator []()64 const SvStringsISortDtor& GetWordList() const { return aWordLst; } in GetWordList()
Completed in 16 milliseconds