Searched refs:aEntrySel (Results 1 – 1 of 1) sorted by relevance
1623 TextSelection aEntrySel(TextPaM(nPara, nIndex), TextPaM(nPara, pAttrib->GetEnd())); in InsertNewEntry() local1624 pTextView->SetSelection(aEntrySel); in InsertNewEntry()1639 TextSelection aEntrySel(aInsertPos); in InsertNewEntryAtPosition() local1641 pTextView->SetSelection(aEntrySel); in InsertNewEntryAtPosition()1660 pTextEngine->ReplaceText(aEntrySel, String()); in RemoveCurrentEntry()1683 String sCurrentItem = pTextEngine->GetText(aEntrySel); in MoveCurrentItem()1685 pTextEngine->ReplaceText(aEntrySel, String()); in MoveCurrentItem()1735 aEntrySel = TextSelection(TextPaM(nPara, nIndex), TextPaM(nPara, pAttrib->GetEnd())); in MoveCurrentItem()1736 pTextView->SetSelection(aEntrySel); in MoveCurrentItem()1794 sRet = pTextEngine->GetText( aEntrySel ); in GetCurrentItem()[all …]
Completed in 31 milliseconds