Searched refs:m_aCurrentSuggestions (Results 1 – 1 of 1) sorted by relevance
150 m_aCurrentSuggestions; // the suggestions for the current unit member in editeng::HangulHanjaConversion_Impl442 m_aCurrentSuggestions = aResult.Candidates; in implUpdateSuggestions()452 m_aCurrentSuggestions = aResult.Candidates; in implUpdateSuggestions()457 m_aCurrentSuggestions.realloc( 0 ); in implUpdateSuggestions()471 sal_Int32 nCount = m_aCurrentSuggestions.getLength(); in implUpdateSuggestions()479 aTmp[n]=m_aCurrentSuggestions[n-nDiff]; in implUpdateSuggestions()481 m_aCurrentSuggestions = aTmp; in implUpdateSuggestions()499 m_aCurrentSuggestions.realloc( 0 ); in implNextConvertibleUnit()613 if(m_aCurrentSuggestions.getLength()>0) in ContinueConversion()614 implChange( m_aCurrentSuggestions.getConstArray()[0] ); in ContinueConversion()[all …]
Completed in 30 milliseconds