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()
116 void SAL_CALL DropTarget::initialize( const Sequence< Any >& aArguments ) in initialize()
151 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
165 …stThreadMessage( m_threadIdTarget, WM_REGISTERDRAGDROP, (WPARAM)static_cast<DropTarget*>(this), 0); in initialize()
181 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
224 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc()
243 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc()
262 OUString SAL_CALL DropTarget::getImplementationName( ) throw (RuntimeException) in getImplementationName()
[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 Dtargetdropcontext.hxx41 DropTarget* m_pDropTarget;
47 TargetDropContext( DropTarget* pTarget);
H A Dtargetdragcontext.hxx43 DropTarget* m_pDropTarget;
49 TargetDragContext( 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.cxx42 DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): in DropTarget() function in DropTarget
58 DropTarget::~DropTarget() in ~DropTarget()
69 void SAL_CALL DropTarget::initialize(const Sequence< Any >& aArguments) in initialize()
88 void SAL_CALL DropTarget::disposing() in disposing()
98 void SAL_CALL DropTarget::addDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in addDropTargetListener()
105 void SAL_CALL DropTarget::removeDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in removeDropTargetListener()
112 sal_Bool SAL_CALL DropTarget::isActive( ) throw(RuntimeException) in isActive()
118 void SAL_CALL DropTarget::setActive(sal_Bool active) throw(RuntimeException) in setActive()
124 sal_Int8 SAL_CALL DropTarget::getDefaultActions() throw(RuntimeException) in getDefaultActions()
130 void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeException) in setDefaultActions()
[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.cxx95 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt
148 DropTarget::DropTarget() : in DropTarget() function in DropTarget
162 DropTarget::~DropTarget() in ~DropTarget()
170 sal_Int8 DropTarget::determineDropAction(sal_Int8 dropActions, id sender) const in determineDropAction()
222 NSDragOperation DropTarget::draggingEntered(id sender) in draggingEntered()
269 NSDragOperation DropTarget::draggingUpdated(id sender) in draggingUpdated()
318 void DropTarget::draggingExited(id /*sender*/) in draggingExited()
328 BOOL DropTarget::prepareForDragOperation(id /*sender*/) in prepareForDragOperation()
334 BOOL DropTarget::performDragOperation() in performDragOperation()
376 void DropTarget::concludeDragOperation(id /*sender*/) in concludeDragOperation()
[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.cxx34 DropTarget::DropTarget() : in DropTarget() function in DropTarget
47 DropTarget::~DropTarget() in ~DropTarget()
55 void DropTarget::initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno::Excep… in initialize()
85 void DropTarget::addDropTargetListener( const Reference< XDropTargetListener >& xListener ) throw() in addDropTargetListener()
94 void DropTarget::removeDropTargetListener( const Reference< XDropTargetListener >& xListener ) thro… in removeDropTargetListener()
103 sal_Bool DropTarget::isActive() throw() in isActive()
110 void DropTarget::setActive( sal_Bool active ) throw() in setActive()
119 sal_Int8 DropTarget::getDefaultActions() throw() in getDefaultActions()
126 void DropTarget::setDefaultActions( sal_Int8 actions ) throw() in setDefaultActions()
135 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop()
[all …]
H A DX11_selection.hxx71 class DropTarget : class
89 DropTarget();
90 virtual ~DropTarget();
230 DropTarget* m_pTarget;
234 DropTargetEntry( DropTarget* pTarget ) : in DropTargetEntry()
244 DropTarget* operator->() const { return m_pTarget; } in operator ->()
457 void registerDropTarget( XLIB_Window aXLIB_Window, DropTarget* pTarget );
H A DX11_service.cxx132 return css::uno::Reference < XInterface >( ( OWeakObject * ) new DropTarget() ); in CreateDropTarget()
H A DX11_selection.cxx3962 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 DXDropTargetDropContext.idl44 window associated with a DropTarget. </p>
H A DXAutoscroll.idl46 <p>If a GUI control is both an active DropTarget and is also scrollable,