Home
last modified time | relevance | path

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

/aoo42x/main/editeng/source/misc/
H A Dhangulhanja.cxx467 StringMap::const_iterator aRecentlyUsed = m_aRecentlyUsedList.find( sCurrentUnit ); in implUpdateSuggestions() local
468 bool bUsedBefore = aRecentlyUsed != m_aRecentlyUsedList.end(); in implUpdateSuggestions()
469 if( bUsedBefore && m_aCurrentSuggestions[0] != aRecentlyUsed->second ) in implUpdateSuggestions()
473 aTmp[0]=aRecentlyUsed->second; in implUpdateSuggestions()
477 if( nDiff && m_aCurrentSuggestions[n-nDiff]==aRecentlyUsed->second ) in implUpdateSuggestions()

Completed in 22 milliseconds