Lines Matching refs:GenericDragSource
310 class GenericDragSource : public cppu::WeakComponentImplHelper2< class
317 …GenericDragSource() : cppu::WeakComponentImplHelper2< datatransfer::dnd::XDragSource, XInitializat… in GenericDragSource() function in vcl::GenericDragSource
318 virtual ~GenericDragSource();
346 GenericDragSource::~GenericDragSource() in ~GenericDragSource()
350 sal_Bool GenericDragSource::isDragImageSupported() throw() in isDragImageSupported()
355 sal_Int32 GenericDragSource::getDefaultCursor( sal_Int8 ) throw() in getDefaultCursor()
360 void GenericDragSource::startDrag( const datatransfer::dnd::DragGestureEvent&, in startDrag()
372 void GenericDragSource::initialize( const Sequence< Any >& ) throw( Exception ) in initialize()
390 return GenericDragSource::getSupportedServiceNames_static(); in DragSource_getSupportedServiceNames()
405 return GenericDragSource::getImplementationName_static(); in DragSource_getImplementationName()
544 return Reference< XInterface >( ( cppu::OWeakObject * )new vcl::GenericDragSource() ); in CreateDragSource()