Searched refs:aConvSel (Results 1 – 2 of 2) sorted by relevance
76 aConvSel = pEditView->GetSelection(); in TextConvWrapper()77 aConvSel.Adjust(); // make Start <= End in TextConvWrapper()141 if (!aConvSel.HasRange()) in ConvNext_impl()236 if (aConvSel.HasRange()) in ConvStart_impl()239 pConvInfo->aConvTo.nPara = aConvSel.nEndPara; in ConvStart_impl()240 pConvInfo->aConvTo.nIndex = aConvSel.nEndPos; in ConvStart_impl()278 pEditView, GetSourceLanguage(), aConvSel, in ConvContinue_impl()
43 ESelection aConvSel; // selection to be converted if member in TextConvWrapper