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.cxx258 : aWordLst( 0, 255 ), aLRULst( 0, 255 ), in SwAutoCompleteWord()
268 for(sal_uInt16 nPos = aWordLst.Count(); nPos; nPos--) in ~SwAutoCompleteWord()
270 SwAutoCompleteString* pCurrent = (SwAutoCompleteString*)aWordLst[ nPos - 1 ]; in ~SwAutoCompleteWord()
271 aWordLst.Remove( nPos - 1 ); in ~SwAutoCompleteWord()
310 if( aWordLst.Insert( pNew, nInsPos ) ) in InsertWord()
325 aWordLst.Remove( pDel ); in InsertWord()
333 pNew = aWordLst[ nInsPos ]; in InsertWord()
358 while( nNewMax < aWordLst.Count() && nLRUIndex < aLRULst.Count()) in SetMaxCount()
360 sal_uInt16 nPos = aWordLst.GetPos( (String*)aLRULst[ nLRUIndex++ ] ); in SetMaxCount()
362 void * pDel = aWordLst[nPos]; in SetMaxCount()
[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()