Home
last modified time | relevance | path

Searched refs:DropTarget (Results 1 – 23 of 23) sorted by relevance

/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx54 DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): in DropTarget() function in DropTarget
74 DropTarget::~DropTarget() in ~DropTarget()
86 void SAL_CALL DropTarget::disposing() in disposing()
224 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc()
243 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc()
319 HRESULT DropTarget::DragEnter( IDataObject *pDataObj, in DragEnter()
337 static_cast<DropTarget*>(this) ) ); in DragEnter()
385 HRESULT DropTarget::DragOver( DWORD grfKeyState, in DragOver()
437 HRESULT DropTarget::DragLeave( void) in DragLeave()
461 HRESULT DropTarget::Drop( IDataObject * /*pDataObj*/, in Drop()
[all …]
H A Dtarget.hxx67 class DropTarget: public MutexDummy, class
122 DropTarget();
123 DropTarget(DropTarget&);
124 DropTarget &operator= (DropTarget&);
127 DropTarget(const Reference<XMultiServiceFactory>& sf);
128 virtual ~DropTarget();
H A Dtargetdragcontext.hxx43 DropTarget* m_pDropTarget;
49 TargetDragContext( DropTarget* pTarget);
H A Dtargetdropcontext.hxx41 DropTarget* m_pDropTarget;
47 TargetDropContext( DropTarget* pTarget);
H A Didroptarget.hxx32 DropTarget& m_rDropTarget;
38 IDropTargetImpl( DropTarget& pTarget);
H A Ddndentry.cxx49 DropTarget* pTarget= new DropTarget( rServiceManager ); in createDropTarget()
H A Dtargetdragcontext.cxx31 TargetDragContext::TargetDragContext( DropTarget* p) in TargetDragContext()
H A Dtargetdropcontext.cxx36 TargetDropContext::TargetDropContext( DropTarget* p) in TargetDropContext()
H A Didroptarget.cxx35 IDropTargetImpl::IDropTargetImpl( DropTarget& pTarget): m_nRefCount( 0), in IDropTargetImpl()
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx43 DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): in DropTarget() function in DropTarget
59 DropTarget::~DropTarget() in ~DropTarget()
89 void SAL_CALL DropTarget::disposing() in disposing()
154 void SAL_CALL DropTarget::rejectDrag() throw (RuntimeException) in rejectDrag()
180 void SAL_CALL DropTarget::rejectDrop() throw (RuntimeException) in rejectDrop()
229 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
263 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
319 MRESULT DropTarget::dragEnter( PDRAGINFO dragInfo) in dragEnter()
387 MRESULT DropTarget::dragOver( PDRAGINFO dragInfo) in dragOver()
424 MRESULT DropTarget::dragLeave( PDRAGINFO /* dragInfo */) in dragLeave()
[all …]
H A DDropTarget.hxx57 class DropTarget: public cppu::BaseMutex, class
80 DropTarget( const Reference<XMultiServiceFactory>& sf);
81 virtual ~DropTarget();
H A Ddndentry.cxx51 DropTarget* pTarget = new DropTarget( rServiceManager); in createDropTarget()
H A Dglobals.cxx145 DropTarget* dt = (DropTarget*) GetWindowDropTargetPtr( hwnd); in dndFrameProc()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx97 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt
150 DropTarget::DropTarget() : in DropTarget() function in DropTarget
164 DropTarget::~DropTarget() in ~DropTarget()
224 NSDragOperation DropTarget::draggingEntered(id sender) in draggingEntered()
271 NSDragOperation DropTarget::draggingUpdated(id sender) in draggingUpdated()
320 void DropTarget::draggingExited(id /*sender*/) in draggingExited()
330 BOOL DropTarget::prepareForDragOperation(id /*sender*/) in prepareForDragOperation()
336 BOOL DropTarget::performDragOperation() in performDragOperation()
378 void DropTarget::concludeDragOperation(id /*sender*/) in concludeDragOperation()
390 void SAL_CALL DropTarget::disposing() in disposing()
[all …]
H A DDropTarget.hxx49 class DropTarget;
68 DropTarget* mDropTarget;
71 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt;
83 class DropTarget: public cppu::BaseMutex, class
92 DropTarget();
93 virtual ~DropTarget();
H A Dservice_entry.cxx71 return uno::Reference<XInterface>(static_cast< XInitialization* >(new DropTarget()), UNO_QUERY); in CreateDropTarget()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx36 DropTarget::DropTarget() : in DropTarget() function in DropTarget
49 DropTarget::~DropTarget() in ~DropTarget()
105 sal_Bool DropTarget::isActive() throw() in isActive()
112 void DropTarget::setActive( sal_Bool active ) throw() in setActive()
121 sal_Int8 DropTarget::getDefaultActions() throw() in getDefaultActions()
128 void DropTarget::setDefaultActions( sal_Int8 actions ) throw() in setDefaultActions()
137 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop()
165 void DropTarget::dragExit( const DropTargetEvent& dte ) throw() in dragExit()
179 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver()
199 OUString DropTarget::getImplementationName() throw() in getImplementationName()
[all …]
H A DX11_selection.hxx73 class DropTarget : class
91 DropTarget();
92 virtual ~DropTarget();
234 DropTarget* m_pTarget;
238 DropTargetEntry( DropTarget* pTarget ) : in DropTargetEntry()
248 DropTarget* operator->() const { return m_pTarget; } in operator ->()
466 void registerDropTarget( XLIB_Window aXLIB_Window, DropTarget* pTarget );
H A DX11_service.cxx134 return css::uno::Reference < XInterface >( ( OWeakObject * ) new DropTarget() ); in CreateDropTarget()
H A DX11_selection.cxx3967 void SelectionManager::registerDropTarget( XLIB_Window aWindow, DropTarget* pTarget ) in registerDropTarget()
/trunk/main/dtrans/
H A DLibrary_dnd_os2.mk53 dtrans/source/os2/dnd/DropTarget \
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXAutoscroll.idl46 <p>If a GUI control is both an active DropTarget and is also scrollable,
H A DXDropTargetDropContext.idl44 window associated with a DropTarget. </p>

Completed in 91 milliseconds