Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit.cxx1907 pDragAndDropInfo->aBeginDragSel = pEditEngine->pImpEditEngine->CreateESel( aCopySel ); in dragGestureRecognized()
1935 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
1938 bool bBeforeSelection = aDropPos < pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
1939 …sal_Int32 nParaDiff = pDragAndDropInfo->aBeginDragSel.nEndPara - pDragAndDropInfo->aBeginDragSel.n… in dragDropEnd()
1969 … if ( pDragAndDropInfo->aBeginDragSel.nEndPara == pDragAndDropInfo->aDropSel.nStartPara ) in dragDropEnd()
1972 … if ( pDragAndDropInfo->aBeginDragSel.nStartPara == pDragAndDropInfo->aBeginDragSel.nEndPara ) in dragDropEnd()
1973 … nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
1975 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
2034 …Ptr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropInfo->aBegin… in drop()
2183 … if( ( pDragAndDropInfo->nOutlinerDropDest >= pDragAndDropInfo->aBeginDragSel.nStartPara ) && in dragOver()
[all …]
H A Dimpedit.hxx122 ESelection aBeginDragSel; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit.cxx2260 pDragAndDropInfo->aBeginDragSel = pEditEngine->pImpEditEngine->CreateESel( aCopySel ); in dragGestureRecognized()
2287 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
2290 bool bBeforeSelection = aDropPos < pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
2291 …sal_Int32 nParaDiff = pDragAndDropInfo->aBeginDragSel.nEndPara - pDragAndDropInfo->aBeginDragSel.n… in dragDropEnd()
2321 … if ( pDragAndDropInfo->aBeginDragSel.nEndPara == pDragAndDropInfo->aDropSel.nStartPara ) in dragDropEnd()
2324 … if ( pDragAndDropInfo->aBeginDragSel.nStartPara == pDragAndDropInfo->aBeginDragSel.nEndPara ) in dragDropEnd()
2325 … nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
2327 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
2386 …Ptr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropInfo->aBegin… in drop()
2534 … if( ( pDragAndDropInfo->nOutlinerDropDest >= pDragAndDropInfo->aBeginDragSel.nStartPara ) && in dragOver()
[all …]
H A Dimpedit.hxx111 ESelection aBeginDragSel; member