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()
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()
1749 …Ptr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropInfo->aBegin… in drop()
1898 … if( ( pDragAndDropInfo->nOutlinerDropDest >= pDragAndDropInfo->aBeginDragSel.nStartPara ) && in dragOver()
[all …]
H A Dimpedit.hxx117 ESelection aBeginDragSel; member

Completed in 35 milliseconds