Home
last modified time | relevance | path

Searched refs:GetDropTarget (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddndevdis.cxx373 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDragEnterEvent()
406 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDragOverEvent()
435 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDragExitEvent()
466 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDropActionChangedEvent()
499 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDropEvent()
H A Dwindow.cxx6467 GetDropTarget(); in SetParent()
8528 GetDropTarget(); in ImplStartDnd()
8533 uno::Reference< XDropTarget > Window::GetDropTarget() in GetDropTarget() function in Window
8684 return uno::Reference< XDragGestureRecognizer > ( GetDropTarget(), UNO_QUERY ); in GetDragGestureRecognizer()
/trunk/main/vcl/test/
H A Ddndtest.cxx228 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyWin()
389 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyInfoBox()
407 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyListBox()
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx196 using Window::GetDropTarget;
197 virtual SvLBoxEntry* GetDropTarget (const Point& rLocation);
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx172 using Window::GetDropTarget;
173 virtual SvLBoxEntry* GetDropTarget( const Point& );
H A Dsvtreebx.hxx291 using Window::GetDropTarget;
292 SvLBoxEntry* GetDropTarget( const Point& );
H A Dsvlbox.hxx321 using Window::GetDropTarget;
322 virtual SvLBoxEntry* GetDropTarget( const Point& );
/trunk/main/vcl/source/control/
H A Dlstbox.cxx148 mpFloatWin->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
154 mpImplWin->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
161 mpBtn->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
179 mpImplLB->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
H A Dedit.cxx264 if ( GetDropTarget().is() ) in ~Edit()
267 GetDropTarget()->removeDropTargetListener( xDTL ); in ~Edit()
354 GetDropTarget()->addDropTargetListener( xDTL ); in ImplInit()
355 GetDropTarget()->setActive( sal_True ); in ImplInit()
356 GetDropTarget()->setDefaultActions( datatransfer::dnd::DNDConstants::ACTION_COPY_OR_MOVE ); in ImplInit()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1507 SvLBoxEntry* pEntry = GetDropTarget(rEvent.maPosPixel); in AcceptDrop()
1688 SvLBoxEntry* SdPageObjsTLB::GetDropTarget (const Point& rLocation) in GetDropTarget() function in SdPageObjsTLB
1690 SvLBoxEntry* pEntry = SvTreeListBox::GetDropTarget(rLocation); in GetDropTarget()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx381 SvLBoxEntry* SvIconView::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvIconView
383 return pImp->GetDropTarget( rPos ); in GetDropTarget()
H A Dsvlbox.cxx1414 SvLBoxEntry* SvLBox::GetDropTarget( const Point& ) in GetDropTarget() function in SvLBox
1739 SvLBoxEntry* pEntry = GetDropTarget( rEvt.maPosPixel ); in AcceptDrop()
H A Dsvtreebx.cxx1562 SvLBoxEntry* SvTreeListBox::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvTreeListBox
H A Dsvimpicn.cxx2213 SvLBoxEntry* SvImpIconView::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvImpIconView
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1991 pWindow->GetDropTarget()->addDropTargetListener( xDTL ); in AddDragAndDropListeners()
1992 pWindow->GetDropTarget()->setActive( sal_True ); in AddDragAndDropListeners()
1993 …pWindow->GetDropTarget()->setDefaultActions( datatransfer::dnd::DNDConstants::ACTION_COPY_OR_MOVE … in AddDragAndDropListeners()
2006 GetWindow()->GetDropTarget()->removeDropTargetListener( xDTL ); in RemoveDragAndDropListeners()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx264 SvLBoxEntry* GetDropTarget( const Point& rPosPixel );
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx266 mxDropTarget( pWindow->GetDropTarget() ), in DropTargetHelper()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx250 pWindow->GetDropTarget()->addDropTargetListener( xDTL ); in TextView()
251 pWindow->GetDropTarget()->setActive( sal_True ); in TextView()
252 …pWindow->GetDropTarget()->setDefaultActions( datatransfer::dnd::DNDConstants::ACTION_COPY_OR_MOVE … in TextView()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1100 …com::sun::star::uno::Reference< ::com::sun::star::datatransfer::dnd::XDropTarget > GetDropTarget();
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx418 new ChartDropTargetHelper( m_pChartWindow->GetDropTarget(), in attachFrame()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx310 GetDropTarget( rEvt.maPosPixel ); in AcceptDrop()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1363 return pWindow->GetDropTarget(); in getDropTarget()

Completed in 226 milliseconds