Searched refs:bStarterOfDD (Results 1 – 4 of 4) sorted by relevance
1614 pDragAndDropInfo->bStarterOfDD = sal_True; in dragGestureRecognized()1645 if ( pDragAndDropInfo->bStarterOfDD && pDragAndDropInfo->bDroppedInMe ) in dragDropEnd()1740 if ( pDragAndDropInfo->bStarterOfDD ) in drop()1773 if ( pDragAndDropInfo->bStarterOfDD ) in drop()1790 if ( !pDragAndDropInfo->bStarterOfDD ) in drop()1833 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()2976 …!(GetStyle() & WB_PASSWORD) && (!mpDDInfo || mpDDInfo->bStarterOfDD == sal_False) ) // Kein Mehrfa… in dragGestureRecognized()2989 mpDDInfo->bStarterOfDD = sal_True; in dragGestureRecognized()3047 if ( aSel.Len() && !mpDDInfo->bStarterOfDD ) in drop()3072 if ( !mpDDInfo->bStarterOfDD ) in drop()
2161 sal_Bool bStarterOfDD = sal_False; in drop() local2162 for ( sal_uInt16 nView = mpImpl->mpTextEngine->GetViewCount(); nView && !bStarterOfDD; ) in drop()2163 …bStarterOfDD = mpImpl->mpTextEngine->GetView( --nView )->mpImpl->mpDDInfo ? mpImpl->mpTextEngine->… in drop()2202 … (( rDTDE.DropAction & datatransfer::dnd::DNDConstants::ACTION_MOVE ) || !bStarterOfDD) ) in drop()
Completed in 44 milliseconds