Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1615 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()
H A Dimpedit.hxx125 sal_Bool bStarterOfDD : 1; member
133 pBackground = NULL; bVisCursor = sal_False; bDroppedInMe = sal_False; bStarterOfDD = sal_False; in DragAndDropInfo()
/trunk/main/vcl/source/control/
H A Dedit.cxx115 sal_Bool bStarterOfDD; member
124 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()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2165 sal_Bool bStarterOfDD = sal_False; in drop() local
2166 for ( sal_uInt16 nView = mpImpl->mpTextEngine->GetViewCount(); nView && !bStarterOfDD; ) in drop()
2167bStarterOfDD = mpImpl->mpTextEngine->GetView( --nView )->mpImpl->mpDDInfo ? mpImpl->mpTextEngine->… in drop()
2206 … (( rDTDE.DropAction & datatransfer::dnd::DNDConstants::ACTION_MOVE ) || !bStarterOfDD) ) in drop()

Completed in 56 milliseconds