Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1622 pDragAndDropInfo->aBeginDragSel = pEditEngine->pImpEditEngine->CreateESel( aCopySel ); in dragGestureRecognized()
1650 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
1653 sal_Bool bBeforeSelection = aDropPos.IsLess( pDragAndDropInfo->aBeginDragSel ); in dragDropEnd()
1654 …sal_uInt32 nParaDiff = pDragAndDropInfo->aBeginDragSel.nEndPara - pDragAndDropInfo->aBeginDragSel.… in dragDropEnd()
1684 if ( pDragAndDropInfo->aBeginDragSel.nEndPara == pDragAndDropInfo->aDropSel.nStartPara ) in dragDropEnd()
1687 if ( pDragAndDropInfo->aBeginDragSel.nStartPara == pDragAndDropInfo->aBeginDragSel.nEndPara ) in dragDropEnd()
1688 … nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
1690 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
1750 …Ptr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropInfo->aBegin… in drop()
1899 … if( ( pDragAndDropInfo->nOutlinerDropDest >= pDragAndDropInfo->aBeginDragSel.nStartPara ) && in dragOver()
[all …]
H A Dimpedit.hxx117 ESelection aBeginDragSel; member

Completed in 34 milliseconds