Home
last modified time | relevance | path

Searched refs:DragSource (Results 1 – 20 of 20) sorted by relevance

/aoo41x/main/dtrans/source/win32/dnd/
H A Dsource.cxx72 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()
173 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported()
192 void SAL_CALL DragSource::startDrag( in startDrag()
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()
[all …]
H A Dsource.hxx56 class DragSource: class
70 DragSource();
71 DragSource(const DragSource&);
72 DragSource &operator= ( const DragSource&);
100 DragSource(const Reference<XMultiServiceFactory>& sf);
101 virtual ~DragSource();
H A Dsourcecontext.cxx37 SourceContext::SourceContext( DragSource* pSource, in SourceContext()
106 e.DragSource= m_dragSource; in fire_dragDropEnd()
134 e.DragSource= m_dragSource; in fire_dropActionChanged()
H A Dsourcecontext.hxx49 DragSource* m_pDragSource;
59 SourceContext( DragSource* pSource, const Reference<XDragSourceListener>& listener);
H A Ddndentry.cxx43 DragSource* pSource= new DragSource( rServiceManager ); in createDragSource()
/aoo41x/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx64 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()
233 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported()
[all …]
H A DDragSource.hxx44 class DragSource;
63 DragSource* mDragSource;
66 -(DragSourceHelper*)initWithDragSource: (DragSource*) pds;
79 class DragSource : public ::cppu::BaseMutex, class
86 DragSource();
87 virtual ~DragSource();
H A DDropTarget.cxx181 srcAndDestEqual = (DragSource::g_DragSourceView == destView); in determineDropAction()
252 uno::Reference<XTransferable> xTransferable = DragSource::g_XTransferable.is() ? in draggingEntered()
253 DragSource::g_XTransferable : mXCurrentDragClipboard->getContents(); in draggingEntered()
342 uno::Reference<XTransferable> xTransferable = DragSource::g_XTransferable; in performDragOperation()
344 if (!DragSource::g_XTransferable.is()) in performDragOperation()
499 DragSource::g_XTransferable = uno::Reference<XTransferable>(); in dropComplete()
500 DragSource::g_DropSuccessSet = true; in dropComplete()
501 DragSource::g_DropSuccess = success; in dropComplete()
H A DDragSourceContext.hxx47 DragSourceContext(DragSource* pSource);
63 DragSource* m_pDragSource;
H A DDragSourceContext.cxx39 DragSourceContext::DragSourceContext( DragSource* pSource) : in DragSourceContext()
H A Dservice_entry.cxx63 return uno::Reference<XInterface>(static_cast< XInitialization* >(new DragSource()), UNO_QUERY); in CreateDragSource()
/aoo41x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1816 dsde.DragSource = static_cast< XDragSource* >(this); in handleSelectionRequest()
2345 dsde.DragSource = static_cast< XDragSource* >(this); in dropComplete()
2428 dsde.DragSource = static_cast< XDragSource* >(this); in sendDragStatus()
2520 dsde.DragSource = static_cast< XDragSource* >(this); in updateDragAction()
2645 dsde.DragSource = static_cast< XDragSource* >( this ); in handleDragEvent()
2691 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2757 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2898 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2949 dsde.DragSource = static_cast< XDragSource* >(this); in reject()
3099 dsde.DragSource = static_cast< XDragSource* >(this); in updateDragWindow()
[all …]
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/
H A DDragGestureEvent.idl72 /** The DragSource associated with this drag action.
75 XDragSource DragSource;
H A DDragSourceEvent.idl62 XDragSource DragSource;
/aoo41x/main/vcl/test/
H A Ddndtest.cxx295 Reference< XDragSource > xDragSource( dge.DragSource, UNO_QUERY ); in dragGestureRecognized()
/aoo41x/main/vcl/source/window/
H A Ddndevdis.cxx325 fireDragGestureEvent( pChildWindow, dge.DragSource, dge.Event, origin, dge.DragAction ); in dragGestureRecognized()
/aoo41x/main/svtools/source/misc/
H A Dtransfer.cxx1202 aEvt.DragSource = xDragSource; in StartDrag()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit.cxx1627 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, xData, mxDnDListener ); in dragGestureRecognized()
/aoo41x/main/vcl/source/control/
H A Dedit.cxx3000 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mxDnDListener ); in dragGestureRecognized()
/aoo41x/main/svtools/source/edit/
H A Dtextview.cxx2135 …rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mpImpl->mxDnDList… in dragGestureRecognized()

Completed in 606 milliseconds