Lines Matching refs:m_aCurrentSuggestions
150 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()
499 m_aCurrentSuggestions.realloc( 0 ); in implNextConvertibleUnit()
608 sal_Bool bAutoChange = m_bAutoReplaceUnique && m_aCurrentSuggestions.getLength() == 1; in ContinueConversion()
613 if(m_aCurrentSuggestions.getLength()>0) in ContinueConversion()
614 implChange( m_aCurrentSuggestions.getConstArray()[0] ); in ContinueConversion()
618 implChange( m_aCurrentSuggestions.getConstArray()[0] ); in ContinueConversion()
632 m_pConversionDialog->SetCurrentString( sCurrentUnit, m_aCurrentSuggestions ); in ContinueConversion()
896 m_pConversionDialog->SetCurrentString( sCurrentUnit, m_aCurrentSuggestions ); in implUpdateData()