Home
last modified time | relevance | path

Searched refs:DropTargetListener (Results 1 – 10 of 10) sorted by path

/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx133 ( new DropTargetListener( m_hwndEdit)) ); in OnCreate()
H A Dtargetlistener.cxx37 DropTargetListener::DropTargetListener(HWND hEdit):m_hEdit( hEdit) in DropTargetListener() function in DropTargetListener
40 DropTargetListener::~DropTargetListener() in ~DropTargetListener()
44 void SAL_CALL DropTargetListener::disposing( const EventObject& Source ) in disposing()
52 void SAL_CALL DropTargetListener::drop( const DropTargetDropEvent& e ) in drop()
73 void SAL_CALL DropTargetListener::dragEnter( const DropTargetDragEnterEvent& dtde ) in dragEnter()
84 void SAL_CALL DropTargetListener::dragExit( const DropTargetEvent& dte ) in dragExit()
89 void SAL_CALL DropTargetListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver()
96 void SAL_CALL DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
H A Dtargetlistener.hxx46 class DropTargetListener: public WeakImplHelper1<XDropTargetListener> class
51 DropTargetListener( HWND hEdit);
52 ~DropTargetListener();
/trunk/main/framework/inc/classes/
H A Ddroptargetlistener.hxx55 class DropTargetListener : private ThreadHelpBase class
73DropTargetListener( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
75 … ~DropTargetListener( );
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx62 DropTargetListener::DropTargetListener( const css::uno::Reference< css::lang::XMultiServiceFactory … in DropTargetListener() function in framework::DropTargetListener
73 DropTargetListener::~DropTargetListener() in ~DropTargetListener()
83 void SAL_CALL DropTargetListener::disposing( const css::lang::EventObject& ) throw( css::uno::Runti… in disposing()
91 void SAL_CALL DropTargetListener::drop( const css::datatransfer::dnd::DropTargetDropEvent& dtde ) t… in drop()
141 void SAL_CALL DropTargetListener::dragExit( const css::datatransfer::dnd::DropTargetEvent& ) throw(… in dragExit()
154 void SAL_CALL DropTargetListener::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde… in dragOver()
173 void SAL_CALL DropTargetListener::dropActionChanged( const css::datatransfer::dnd::DropTargetDragEv… in dropActionChanged()
177 void DropTargetListener::implts_BeginDrag( const css::uno::Sequence< css::datatransfer::DataFlavor … in implts_BeginDrag()
187 void DropTargetListener::implts_EndDrag() in implts_EndDrag()
196 sal_Bool DropTargetListener::implts_IsDropFormatSupported( SotFormatStringId nFormat ) in implts_IsDropFormatSupported()
[all …]
/trunk/main/framework/source/services/
H A Dbackingcomp.cxx483 …::framework::DropTargetListener* pDropListener = new ::framework::DropTargetListener(m_xSMGR, m_xF… in attachFrame()
H A Dframe.cxx228DropTargetListener* pDropListener = new DropTargetListener( m_xFactory, this ); in DEFINE_XINTERFACE_21()
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTarget.idl54 /** Add a DropTargetListener.
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx473 …class DropTargetListener : public ::cppu::WeakImplHelper1< ::com::sun::star::datatransfer::dnd::XD… class in DropTargetHelper
497 DropTargetListener( DropTargetHelper& rDropTargetHelper );
498 ~DropTargetListener();
501 friend class DropTargetHelper::DropTargetListener;
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx118 DropTargetHelper::DropTargetListener::DropTargetListener( DropTargetHelper& rDropTargetHelper ) : in DropTargetListener() function in DropTargetHelper::DropTargetListener
126 DropTargetHelper::DropTargetListener::~DropTargetListener() in ~DropTargetListener()
133 void SAL_CALL DropTargetHelper::DropTargetListener::disposing( const EventObject& ) throw( RuntimeE… in disposing()
139 void SAL_CALL DropTargetHelper::DropTargetListener::drop( const DropTargetDropEvent& rDTDE ) throw(… in drop()
190 void SAL_CALL DropTargetHelper::DropTargetListener::dragEnter( const DropTargetDragEnterEvent& rDTD… in dragEnter()
207 void SAL_CALL DropTargetHelper::DropTargetListener::dragOver( const DropTargetDragEvent& rDTDE ) th… in dragOver()
233 void SAL_CALL DropTargetHelper::DropTargetListener::dragExit( const DropTargetEvent& ) throw( Runti… in dragExit()
257 void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const DropTargetDragEvent& )… in dropActionChanged()
297 mxDropTargetListener = new DropTargetHelper::DropTargetListener( *this ); in ImplConstruct()

Completed in 62 milliseconds