/aoo4110/main/vcl/source/window/ |
H A D | dndevdis.cxx | 373 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 D | window.cxx | 6467 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()
|
/aoo4110/main/vcl/test/ |
H A D | dndtest.cxx | 228 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyWin() 389 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyInfoBox() 407 Reference< XDropTarget > xDropTarget = GetDropTarget(); in MyListBox()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | sdtreelb.hxx | 196 using Window::GetDropTarget; 197 virtual SvLBoxEntry* GetDropTarget (const Point& rLocation);
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 172 using Window::GetDropTarget; 173 virtual SvLBoxEntry* GetDropTarget( const Point& );
|
H A D | svtreebx.hxx | 291 using Window::GetDropTarget; 292 SvLBoxEntry* GetDropTarget( const Point& );
|
H A D | svlbox.hxx | 321 using Window::GetDropTarget; 322 virtual SvLBoxEntry* GetDropTarget( const Point& );
|
/aoo4110/main/vcl/source/control/ |
H A D | lstbox.cxx | 148 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 D | edit.cxx | 264 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()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1507 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()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 381 SvLBoxEntry* SvIconView::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvIconView 383 return pImp->GetDropTarget( rPos ); in GetDropTarget()
|
H A D | svlbox.cxx | 1414 SvLBoxEntry* SvLBox::GetDropTarget( const Point& ) in GetDropTarget() function in SvLBox 1739 SvLBoxEntry* pEntry = GetDropTarget( rEvt.maPosPixel ); in AcceptDrop()
|
H A D | svtreebx.cxx | 1562 SvLBoxEntry* SvTreeListBox::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvTreeListBox
|
H A D | svimpicn.cxx | 2213 SvLBoxEntry* SvImpIconView::GetDropTarget( const Point& rPos ) in GetDropTarget() function in SvImpIconView
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1990 pWindow->GetDropTarget()->addDropTargetListener( xDTL ); in AddDragAndDropListeners() 1991 pWindow->GetDropTarget()->setActive( sal_True ); in AddDragAndDropListeners() 1992 …pWindow->GetDropTarget()->setDefaultActions( datatransfer::dnd::DNDConstants::ACTION_COPY_OR_MOVE … in AddDragAndDropListeners() 2005 GetWindow()->GetDropTarget()->removeDropTargetListener( xDTL ); in RemoveDragAndDropListeners()
|
/aoo4110/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 264 SvLBoxEntry* GetDropTarget( const Point& rPosPixel );
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer2.cxx | 266 mxDropTarget( pWindow->GetDropTarget() ), in DropTargetHelper()
|
/aoo4110/main/svtools/source/edit/ |
H A D | textview.cxx | 250 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()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | window.hxx | 1100 …com::sun::star::uno::Reference< ::com::sun::star::datatransfer::dnd::XDropTarget > GetDropTarget();
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController.cxx | 418 new ChartDropTargetHelper( m_pChartWindow->GetDropTarget(), in attachFrame()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 310 GetDropTarget( rEvt.maPosPixel ); in AcceptDrop()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 1363 return pWindow->GetDropTarget(); in getDropTarget()
|