Lines Matching refs:DragSource
72 DragSource::DragSource( const Reference<XMultiServiceFactory>& sf): in DragSource() function in DragSource
86 DragSource::~DragSource() in ~DragSource()
101 void DragSource::StartDragImpl( in StartDragImpl()
127 static_cast<DragSource*>(this), listener ) ); in StartDragImpl()
162 void SAL_CALL DragSource::initialize( const Sequence< Any >& aArguments ) in initialize()
173 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported()
182 sal_Int32 SAL_CALL DragSource::getDefaultCursor( sal_Int8 /*dragAction*/ ) in getDefaultCursor()
192 void SAL_CALL DragSource::startDrag( in startDrag()
234 HRESULT STDMETHODCALLTYPE DragSource::QueryInterface( REFIID riid, void **ppvObject) in QueryInterface()
258 ULONG STDMETHODCALLTYPE DragSource::AddRef( void) in AddRef()
267 ULONG STDMETHODCALLTYPE DragSource::Release( void) in Release()
277 HRESULT STDMETHODCALLTYPE DragSource::QueryContinueDrag( in QueryContinueDrag()
320 HRESULT STDMETHODCALLTYPE DragSource::GiveFeedback( in GiveFeedback()
335 OUString SAL_CALL DragSource::getImplementationName( ) throw (RuntimeException) in getImplementationName()
340 sal_Bool SAL_CALL DragSource::supportsService( const OUString& ServiceName ) throw (RuntimeExceptio… in supportsService()
347 Sequence< OUString > SAL_CALL DragSource::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
364 DragSource *pSource= (DragSource*)pParams; in DndOleSTAFunc()