Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/ !
H A Dimpedit.cxx1621 pDragAndDropInfo->aBeginDragSel = pEditEngine->pImpEditEngine->CreateESel( aCopySel ); in dragGestureRecognized()
1649 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
1652 sal_Bool bBeforeSelection = aDropPos.IsLess( pDragAndDropInfo->aBeginDragSel ); in dragDropEnd()
1653 …sal_uInt16 nParaDiff = pDragAndDropInfo->aBeginDragSel.nEndPara - pDragAndDropInfo->aBeginDragSel.… in dragDropEnd()
1657 …DBG_ASSERT( pDragAndDropInfo->aBeginDragSel.nStartPara >= pDragAndDropInfo->aDropSel.nStartPara, "… in dragDropEnd()
1679 …DBG_ASSERT( pDragAndDropInfo->aBeginDragSel.nStartPara <= pDragAndDropInfo->aDropSel.nStartPara, "… in dragDropEnd()
1683 … if ( pDragAndDropInfo->aBeginDragSel.nEndPara == pDragAndDropInfo->aDropSel.nStartPara ) in dragDropEnd()
1686 … if ( pDragAndDropInfo->aBeginDragSel.nStartPara == pDragAndDropInfo->aBeginDragSel.nEndPara ) in dragDropEnd()
1687 … nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
1689 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
[all …]
H A Dimpedit.hxx117 ESelection aBeginDragSel; member