Lines Matching refs:DragSource
64 uno::Reference<XTransferable> DragSource::g_XTransferable;
65 NSView* DragSource::g_DragSourceView = nil;
66 bool DragSource::g_DropSuccessSet = false;
67 bool DragSource::g_DropSuccess = false;
83 -(DragSourceHelper*)initWithDragSource: (DragSource*) pds
135 if( DragSource::g_DropSuccessSet )
136 bDropSuccess = DragSource::g_DropSuccess;
165 DragSource::DragSource(): in DragSource() function in DragSource
175 DragSource::~DragSource() in ~DragSource()
183 void SAL_CALL DragSource::initialize(const Sequence< Any >& aArguments) in initialize()
233 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported()
240 sal_Int32 SAL_CALL DragSource::getDefaultCursor( sal_Int8 /*dragAction*/ ) in getDefaultCursor()
247 void SAL_CALL DragSource::startDrag(const DragGestureEvent& trigger, in startDrag()
319 void DragSource::saveMouseEvent(NSEvent* theEvent) in saveMouseEvent()
333 unsigned int DragSource::getSupportedDragOperations(bool isLocal) const in getSupportedDragOperations()
360 OUString SAL_CALL DragSource::getImplementationName( ) throw (RuntimeException) in getImplementationName()
366 sal_Bool SAL_CALL DragSource::supportsService( const OUString& ServiceName ) throw (RuntimeExceptio… in supportsService()
372 Sequence< OUString > SAL_CALL DragSource::getSupportedServiceNames() throw (RuntimeException) in getSupportedServiceNames()