Searched refs:nOutlinerDropDest (Results 1 – 2 of 2) sorted by relevance
1750 …gSel.nStartPara, pDragAndDropInfo->aBeginDragSel.nEndPara ), pDragAndDropInfo->nOutlinerDropDest ); in drop()1892 pDragAndDropInfo->nOutlinerDropDest = nPara; in dragOver()1896 pDragAndDropInfo->nOutlinerDropDest = nPara+1; in dragOver()1899 … if( ( pDragAndDropInfo->nOutlinerDropDest >= pDragAndDropInfo->aBeginDragSel.nStartPara ) && in dragOver()1900 … ( pDragAndDropInfo->nOutlinerDropDest <= (pDragAndDropInfo->aBeginDragSel.nEndPara+1) ) ) in dragOver()1923 … if ( pDragAndDropInfo->nOutlinerDropDest < pEditEngine->pImpEditEngine->GetEditDoc().Count() ) in dragOver()1925 …EditEngine->pImpEditEngine->GetParaPortions().SaveGetObject( pDragAndDropInfo->nOutlinerDropDest ); in dragOver()
119 sal_uInt32 nOutlinerDropDest; member135 …nSensibleRange = 0; nCursorWidth = 0; pField = 0; nOutlinerDropDest = 0; bDragAccepted = sal_False; in DragAndDropInfo()