Lines Matching refs:GetEntryText
400 compareString( aNormEntry, getNormDicEntry_Impl( aWordsLB.GetEntryText(pEntry, 0) ) ); in GetLBInsertPos()
416 String sTmpShort(aWordsLB.GetEntryText(pEntry, 0)); in RemoveDictEntry()
551 aWordED .SetText( aWordsLB.GetEntryText(0LU, 0) ); in ShowWords_Impl()
552 aReplaceED.SetText( aWordsLB.GetEntryText(0LU, 1) ); in ShowWords_Impl()
567 String sTmpShort(pBox->GetEntryText(pEntry, 0)); in IMPL_LINK()
572 aReplaceED.SetText(pBox->GetEntryText(pEntry, 1)); in IMPL_LINK()
627 xDic->remove( aWordsLB.GetEntryText( _pEntry, 0 ) ); in IMPL_LINK()
709 String aTestStr( aWordsLB.GetEntryText(pEntry, 0) ); in IMPL_LINK()
719 aReplaceED.SetText(aWordsLB.GetEntryText(pEntry, 1)); in IMPL_LINK()
767 aWordText = aWordsLB.GetEntryText( pFirstSel, 0 ); in IMPL_LINK()
768 aReplaceText = aWordsLB.GetEntryText( pFirstSel, 1 ); in IMPL_LINK()