Lines Matching refs:View

122 …eference< ::com::sun::star::datatransfer::XTransferable > View::CreateClipboardDataObject( View*, …  in CreateClipboardDataObject()  argument
188 …:Reference< ::com::sun::star::datatransfer::XTransferable > View::CreateDragDataObject( View* pWor… in CreateDragDataObject()
239 …eference< ::com::sun::star::datatransfer::XTransferable > View::CreateSelectionDataObject( View* p… in CreateSelectionDataObject()
266 void View::UpdateSelectionClipboard( sal_Bool bForceDeselect ) in UpdateSelectionClipboard()
282 void View::DoCut(::Window* ) in DoCut()
301 void View::DoCopy (::Window* pWindow) in DoCopy()
316 void View::DoPaste (::Window* pWindow) in DoPaste()
397 void View::StartDrag( const Point& rStartPos, ::Window* pWindow ) in StartDrag()
432 void View::DragFinished( sal_Int8 nDropAction ) in DragFinished()
496 sal_Int8 View::AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper, in AcceptDrop()
544 const View* pSourceView = pDragTransferable->GetView(); in AcceptDrop()
677 sal_Int8 View::ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper, in ExecuteDrop()
774 Application::PostUserEvent( LINK( this, View, ExecuteNavigatorDrop ), in ExecuteDrop()
863 IMPL_LINK( View, ExecuteNavigatorDrop, SdNavigatorDropEvent*, pSdNavigatorDropEvent ) in IMPL_LINK() argument
939 sal_Bool View::GetExchangeList( List*& rpExchangeList, List* pBookmarkList, sal_uInt16 nType ) in GetExchangeList()
1032 SdrModel* View::GetMarkedObjModel() const in GetMarkedObjModel()
1037 sal_Bool View::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst /* =NULL */, sal_uIn… in Paste()