/trunk/main/svx/inc/svx/ |
H A D | galctrl.hxx | 76 SVX_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); 119 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); 137 using BrowseBox::AcceptDrop; 154 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt );
|
/trunk/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 248 sal_Int8 GalleryPreview::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in GalleryPreview 253 nRet = ( (GalleryBrowser2*) GetParent() )->AcceptDrop( *this, rEvt ); in AcceptDrop() 569 sal_Int8 GalleryIconView::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in GalleryIconView 571 return( static_cast< GalleryBrowser2* >( GetParent() )->AcceptDrop( *this, rEvt ) ); in AcceptDrop() 930 sal_Int8 GalleryListView::AcceptDrop( const BrowserAcceptDropEvent& ) in AcceptDrop() function in GalleryListView
|
/trunk/main/svtools/source/misc/ |
H A D | transfer2.cxx | 163 nRet = mrParent.AcceptDrop( aAcceptEvent ); in drop() 219 const sal_Int8 nRet = mrParent.AcceptDrop( *mpLastDragOverEvent ); in dragOver() 242 mrParent.AcceptDrop( *mpLastDragOverEvent ); in dragExit() 320 sal_Int8 DropTargetHelper::AcceptDrop( const AcceptDropEvent& ) in AcceptDrop() function in DropTargetHelper
|
/trunk/main/sw/source/ui/cctrl/ |
H A D | popbox.cxx | 77 sal_Int8 SwHelpToolBox::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in SwHelpToolBox 79 return ((SwNavigationPI*)GetParent())->AcceptDrop( rEvt ); in AcceptDrop()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | sdrmediawindow.cxx | 134 sal_Int8 SdrMediaWindow::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in sdr::contact::SdrMediaWindow 145 nRet = pDropTargetHelper->AcceptDrop( rEvt ); in AcceptDrop()
|
H A D | sdrmediawindow.hxx | 52 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
/trunk/main/sd/source/ui/view/ |
H A D | tabcontr.cxx | 225 sal_Int8 TabControl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in sd::TabControl 255 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop()
|
H A D | sdwindow.cxx | 1063 sal_Int8 Window::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in sd::Window 1070 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | LayerTabBar.cxx | 162 sal_Int8 LayerTabBar::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in sd::LayerTabBar 175 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, nPageId, nLayerId ); in AcceptDrop()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 218 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt ); 349 using ::svt::EditBrowseBox::AcceptDrop;
|
/trunk/main/sw/source/ui/inc/ |
H A D | conttree.hxx | 115 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); 263 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
H A D | condedit.hxx | 40 SW_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
H A D | popbox.hxx | 44 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
/trunk/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 83 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); 286 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
/trunk/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 518 sal_Int8 MediaWindowImpl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() function in avmedia::priv::MediaWindowImpl 521 return( pMediaWindow ? pMediaWindow->AcceptDrop( rEvt ) : 0 ); in AcceptDrop()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | sbagrid.hxx | 308 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt ); 353 using FmGridControl::AcceptDrop;
|
/trunk/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterViewShell.cxx | 795 sal_Int8 SlideSorterViewShell::AcceptDrop ( in AcceptDrop() function in sd::slidesorter::SlideSorterViewShell 803 return mpSlideSorter->GetController().GetClipboard().AcceptDrop ( in AcceptDrop()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 81 sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); 132 sal_Int8 OAddFieldWindowListBox::AcceptDrop( const AcceptDropEvent& /*rEvt*/ ) in AcceptDrop() function in rptui::OAddFieldWindowListBox
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppIconControl.hxx | 53 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& _rEvt );
|
/trunk/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 381 sal_Int8 BrowserDataWin::AcceptDrop( const AcceptDropEvent& _rEvt ) in AcceptDrop() function in BrowserDataWin 385 nReturn = GetParent()->AcceptDrop( BrowserAcceptDropEvent( this, _rEvt ) ); in AcceptDrop()
|
/trunk/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 456 …virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); // will forward everything got to the… 459 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt );
|
/trunk/main/sd/source/ui/inc/ |
H A D | LayerTabBar.hxx | 83 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
H A D | ViewTabControl.hxx | 83 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.hxx | 48 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabcont.hxx | 59 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|