Searched refs:bStarterOfDD (Results 1 – 4 of 4) sorted by relevance
1615 pDragAndDropInfo->bStarterOfDD = sal_True; in dragGestureRecognized()1646 if ( pDragAndDropInfo->bStarterOfDD && pDragAndDropInfo->bDroppedInMe ) in dragDropEnd()1741 if ( pDragAndDropInfo->bStarterOfDD ) in drop()1774 if ( pDragAndDropInfo->bStarterOfDD ) in drop()1791 if ( !pDragAndDropInfo->bStarterOfDD ) in drop()1834 if ( pDragAndDropInfo && !pDragAndDropInfo->bStarterOfDD ) in dragExit()
125 sal_Bool bStarterOfDD : 1; member133 pBackground = NULL; bVisCursor = sal_False; bDroppedInMe = sal_False; bStarterOfDD = sal_False; in DragAndDropInfo()
115 sal_Bool bStarterOfDD; member124 bStarterOfDD = sal_False; in DDInfo()2979 …!(GetStyle() & WB_PASSWORD) && (!mpDDInfo || mpDDInfo->bStarterOfDD == sal_False) ) // Kein Mehrfa… in dragGestureRecognized()2992 mpDDInfo->bStarterOfDD = sal_True; in dragGestureRecognized()3050 if ( aSel.Len() && !mpDDInfo->bStarterOfDD ) in drop()3075 if ( !mpDDInfo->bStarterOfDD ) in drop()
2165 sal_Bool bStarterOfDD = sal_False; in drop() local2166 for ( sal_uInt16 nView = mpImpl->mpTextEngine->GetViewCount(); nView && !bStarterOfDD; ) in drop()2167 …bStarterOfDD = mpImpl->mpTextEngine->GetView( --nView )->mpImpl->mpDDInfo ? mpImpl->mpTextEngine->… in drop()2206 … (( rDTDE.DropAction & datatransfer::dnd::DNDConstants::ACTION_MOVE ) || !bStarterOfDD) ) in drop()
Completed in 141 milliseconds