Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/misc/
H A Dhangulhanja.cxx150 m_aCurrentSuggestions; // the suggestions for the current unit member in editeng::HangulHanjaConversion_Impl
442 m_aCurrentSuggestions = aResult.Candidates; in implUpdateSuggestions()
452 m_aCurrentSuggestions = aResult.Candidates; in implUpdateSuggestions()
457 m_aCurrentSuggestions.realloc( 0 ); in implUpdateSuggestions()
464 if( m_bShowRecentlyUsedFirst && m_aCurrentSuggestions.getLength()>1 ) in implUpdateSuggestions()
469 if( bUsedBefore && m_aCurrentSuggestions[0] != aRecentlyUsed->second ) in implUpdateSuggestions()
471 sal_Int32 nCount = m_aCurrentSuggestions.getLength(); in implUpdateSuggestions()
477 if( nDiff && m_aCurrentSuggestions[n-nDiff]==aRecentlyUsed->second ) in implUpdateSuggestions()
479 aTmp[n]=m_aCurrentSuggestions[n-nDiff]; in implUpdateSuggestions()
481 m_aCurrentSuggestions = aTmp; in implUpdateSuggestions()
[all …]