/aoo4110/main/dtrans/source/win32/dnd/ |
H A D | source.cxx | 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() 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 D | source.hxx | 56 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 D | sourcecontext.cxx | 37 SourceContext::SourceContext( DragSource* pSource, in SourceContext() 106 e.DragSource= m_dragSource; in fire_dragDropEnd() 134 e.DragSource= m_dragSource; in fire_dropActionChanged()
|
H A D | sourcecontext.hxx | 49 DragSource* m_pDragSource; 59 SourceContext( DragSource* pSource, const Reference<XDragSourceListener>& listener);
|
H A D | dndentry.cxx | 43 DragSource* pSource= new DragSource( rServiceManager ); in createDragSource()
|
/aoo4110/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 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() 233 sal_Bool SAL_CALL DragSource::isDragImageSupported( ) in isDragImageSupported() [all …]
|
H A D | DragSource.hxx | 44 class DragSource; 63 DragSource* mDragSource; 66 -(DragSourceHelper*)initWithDragSource: (DragSource*) pds; 79 class DragSource : public ::cppu::BaseMutex, class 86 DragSource(); 87 virtual ~DragSource();
|
H A D | DropTarget.cxx | 181 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 D | DragSourceContext.hxx | 47 DragSourceContext(DragSource* pSource); 63 DragSource* m_pDragSource;
|
H A D | DragSourceContext.cxx | 39 DragSourceContext::DragSourceContext( DragSource* pSource) : in DragSourceContext()
|
H A D | service_entry.cxx | 63 return uno::Reference<XInterface>(static_cast< XInitialization* >(new DragSource()), UNO_QUERY); in CreateDragSource()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1816 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 …]
|
/aoo4110/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | DragGestureEvent.idl | 72 /** The DragSource associated with this drag action. 75 XDragSource DragSource;
|
H A D | DragSourceEvent.idl | 62 XDragSource DragSource;
|
/aoo4110/main/vcl/test/ |
H A D | dndtest.cxx | 295 Reference< XDragSource > xDragSource( dge.DragSource, UNO_QUERY ); in dragGestureRecognized()
|
/aoo4110/main/vcl/source/window/ |
H A D | dndevdis.cxx | 325 fireDragGestureEvent( pChildWindow, dge.DragSource, dge.Event, origin, dge.DragAction ); in dragGestureRecognized()
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer.cxx | 1202 aEvt.DragSource = xDragSource; in StartDrag()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1627 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, xData, mxDnDListener ); in dragGestureRecognized()
|
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 3000 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mxDnDListener ); in dragGestureRecognized()
|
/aoo4110/main/svtools/source/edit/ |
H A D | textview.cxx | 2135 …rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mpImpl->mxDnDList… in dragGestureRecognized()
|