Lines Matching refs:DragSource
38 Reference<XTransferable> DragSource::g_XTransferable;
40 HWND DragSource::g_DragSourceHwnd = NULLHANDLE;
43 DragSource::DragSource( const Reference<XMultiServiceFactory>& sf): in DragSource() function in DragSource
57 DragSource::~DragSource() in ~DragSource()
68 void SAL_CALL DragSource::initialize( const Sequence< Any >& aArguments ) in initialize()
82 void SAL_CALL DragSource::disposing() in disposing()
89 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported()
95 sal_Int32 SAL_CALL DragSource::getDefaultCursor( sal_Int8 /*dragAction*/ ) in getDefaultCursor()
104 void SAL_CALL DragSource::startDrag( in startDrag()
178 sal_Int32 SAL_CALL DragSource::getCurrentCursor( ) in getCurrentCursor()
184 void SAL_CALL DragSource::setCursor( sal_Int32 /*cursorId*/ ) in setCursor()
189 void SAL_CALL DragSource::setImage( sal_Int32 /*imageId*/ ) in setImage()
194 void SAL_CALL DragSource::transferablesFlavorsChanged( ) in transferablesFlavorsChanged()
203 OUString SAL_CALL DragSource::getImplementationName( ) throw (RuntimeException) in getImplementationName()
208 sal_Bool SAL_CALL DragSource::supportsService( const OUString& ServiceName ) throw (RuntimeExceptio… in supportsService()
215 Sequence< OUString > SAL_CALL DragSource::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
232 MRESULT DragSource::render( PDRAGTRANSFER pdxfer) in render()
253 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render()
290 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render()
321 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render()
365 MRESULT DragSource::endConversation( ULONG itemID, ULONG flags) in endConversation()