Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/editeng/
H A Dimpedit.cxx1685 sal_uInt16 nLessChars; in dragDropEnd() local
1687nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
1689 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
1690 aNewSel.nStartPos = aNewSel.nStartPos - nLessChars; in dragDropEnd()
1692 aNewSel.nEndPos = aNewSel.nEndPos - nLessChars; in dragDropEnd()

Completed in 17 milliseconds