Searched refs:aLRULst (Results 1 – 2 of 2) sorted by relevance
258 : 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 …]
39 SvPtrarr aLRULst; member in SwAutoCompleteWord