Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx258 : aWordLst( 0, 255 ), aLRULst( 0, 255 ), in SwAutoCompleteWord()
313 if( aLRULst.Count() < nMaxCount ) in InsertWord()
314 aLRULst.Insert( pNew, 0 ); in InsertWord()
319 String* pDel = (String*)aLRULst[ nMaxCount - 1 ]; in InsertWord()
321 void** ppData = (void**)aLRULst.GetData(); in InsertWord()
339 nInsPos = aLRULst.GetPos( (void*)pNew ); in InsertWord()
343 void** ppData = (void**)aLRULst.GetData(); in InsertWord()
354 if( nNewMax < nMaxCount && aLRULst.Count() > nNewMax ) in SetMaxCount()
358 while( nNewMax < aWordLst.Count() && nLRUIndex < aLRULst.Count()) in SetMaxCount()
360 sal_uInt16 nPos = aWordLst.GetPos( (String*)aLRULst[ nLRUIndex++ ] ); in SetMaxCount()
[all …]
/trunk/main/sw/inc/
H A Dacmplwrd.hxx39 SvPtrarr aLRULst; member in SwAutoCompleteWord