Searched refs:aToBeDelSel (Results 1 – 1 of 1) sorted by relevance
1650 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd() local1659 aToBeDelSel.nStartPara = aToBeDelSel.nStartPara + nParaDiff; in dragDropEnd()1660 aToBeDelSel.nEndPara = aToBeDelSel.nEndPara + nParaDiff; in dragDropEnd()1662 if ( aToBeDelSel.nStartPara == pDragAndDropInfo->aDropSel.nEndPara ) in dragDropEnd()1669 aToBeDelSel.nStartPos = in dragDropEnd()1670 aToBeDelSel.nStartPos + nMoreChars; in dragDropEnd()1671 if ( aToBeDelSel.nStartPara == aToBeDelSel.nEndPara ) in dragDropEnd()1672 aToBeDelSel.nEndPos = in dragDropEnd()1673 aToBeDelSel.nEndPos + nMoreChars; in dragDropEnd()1698 EditSelection aDelSel( pEditEngine->pImpEditEngine->CreateSel( aToBeDelSel ) ); in dragDropEnd()