Home
last modified time | relevance | path

Searched refs:aConvSel (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Dtextconv.cxx76 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()
H A Dtextconv.hxx43 ESelection aConvSel; // selection to be converted if member in TextConvWrapper