Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/editeng/
H A Dimpedit.cxx1649 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd() local
1658 aToBeDelSel.nStartPara = aToBeDelSel.nStartPara + nParaDiff; in dragDropEnd()
1659 aToBeDelSel.nEndPara = aToBeDelSel.nEndPara + nParaDiff; in dragDropEnd()
1661 if ( aToBeDelSel.nStartPara == pDragAndDropInfo->aDropSel.nEndPara ) in dragDropEnd()
1668 aToBeDelSel.nStartPos = in dragDropEnd()
1669 aToBeDelSel.nStartPos + nMoreChars; in dragDropEnd()
1670 if ( aToBeDelSel.nStartPara == aToBeDelSel.nEndPara ) in dragDropEnd()
1671 aToBeDelSel.nEndPos = in dragDropEnd()
1672 aToBeDelSel.nEndPos + nMoreChars; in dragDropEnd()
1697 EditSelection aDelSel( pEditEngine->pImpEditEngine->CreateSel( aToBeDelSel ) ); in dragDropEnd()

Completed in 31 milliseconds