| /trunk/main/dtrans/source/win32/dnd/ |
| H A D | target.cxx | 54 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 D | target.hxx | 67 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 D | targetdropcontext.hxx | 41 DropTarget* m_pDropTarget; 47 TargetDropContext( DropTarget* pTarget);
|
| H A D | targetdragcontext.hxx | 43 DropTarget* m_pDropTarget; 49 TargetDragContext( DropTarget* pTarget);
|
| H A D | idroptarget.hxx | 32 DropTarget& m_rDropTarget; 38 IDropTargetImpl( DropTarget& pTarget);
|
| H A D | dndentry.cxx | 49 DropTarget* pTarget= new DropTarget( rServiceManager ); in createDropTarget()
|
| H A D | targetdragcontext.cxx | 31 TargetDragContext::TargetDragContext( DropTarget* p) in TargetDragContext()
|
| H A D | targetdropcontext.cxx | 36 TargetDropContext::TargetDropContext( DropTarget* p) in TargetDropContext()
|
| H A D | idroptarget.cxx | 35 IDropTargetImpl::IDropTargetImpl( DropTarget& pTarget): m_nRefCount( 0), in IDropTargetImpl()
|
| /trunk/main/dtrans/source/os2/dnd/ |
| H A D | DropTarget.cxx | 42 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 D | DropTarget.hxx | 57 class DropTarget: public cppu::BaseMutex, class 80 DropTarget( const Reference<XMultiServiceFactory>& sf); 81 virtual ~DropTarget();
|
| H A D | dndentry.cxx | 51 DropTarget* pTarget = new DropTarget( rServiceManager); in createDropTarget()
|
| H A D | globals.cxx | 145 DropTarget* dt = (DropTarget*) GetWindowDropTargetPtr( hwnd); in dndFrameProc()
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | DropTarget.cxx | 95 -(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 D | DropTarget.hxx | 49 class DropTarget; 68 DropTarget* mDropTarget; 71 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt; 83 class DropTarget: public cppu::BaseMutex, class 92 DropTarget(); 93 virtual ~DropTarget();
|
| H A D | service_entry.cxx | 71 return uno::Reference<XInterface>(static_cast< XInitialization* >(new DropTarget()), UNO_QUERY); in CreateDropTarget()
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_droptarget.cxx | 34 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 D | X11_selection.hxx | 71 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 D | X11_service.cxx | 132 return css::uno::Reference < XInterface >( ( OWeakObject * ) new DropTarget() ); in CreateDropTarget()
|
| H A D | X11_selection.cxx | 3962 void SelectionManager::registerDropTarget( XLIB_Window aWindow, DropTarget* pTarget ) in registerDropTarget()
|
| /trunk/main/dtrans/ |
| H A D | Library_dnd_os2.mk | 53 dtrans/source/os2/dnd/DropTarget \
|
| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDropTargetDropContext.idl | 44 window associated with a DropTarget. </p>
|
| H A D | XAutoscroll.idl | 46 <p>If a GUI control is both an active DropTarget and is also scrollable,
|