Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dacmplwrd.cxx271 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 …]
/aoo41x/main/sw/inc/
H A Dacmplwrd.hxx38 SvStringsISortDtor aWordLst; // contains extended strings carrying source information member in SwAutoCompleteWord
54 const String& operator[]( sal_uInt16 n ) const { return *aWordLst[ n ]; } in operator []()
64 const SvStringsISortDtor& GetWordList() const { return aWordLst; } in GetWordList()

Completed in 25 milliseconds