/aoo4110/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 441 if( ( nDropAction & DND_ACTION_MOVE ) && in DragFinished() 501 sal_Int8 nDropAction = rEvt.mnAction; in AcceptDrop() local 552 if( !( nDropAction & DND_ACTION_LINK ) || in AcceptDrop() 555 nRet = nDropAction; in AcceptDrop() 624 nRet = nDropAction; in AcceptDrop() 650 nRet = nDropAction; in AcceptDrop() 682 sal_Int8 nDropAction = rEvt.mnAction; in ExecuteDrop() local 755 nRet = nDropAction; in ExecuteDrop() 777 nRet = nDropAction; in ExecuteDrop() 843 nRet = nDropAction; in ExecuteDrop() [all …]
|
H A D | tabcontr.cxx | 80 void TabControl::TabControlTransferable::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 82 mrParent.DragFinished( nDropAction ); in DragFinished()
|
/aoo4110/main/vcl/source/window/ |
H A D | dndevdis.cxx | 358 const Reference< XDropTargetDragContext >& xContext, const sal_Int8 nDropAction, in fireDragEnterEvent() argument 382 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent() 394 const Reference< XDropTargetDragContext >& xContext, const sal_Int8 nDropAction, in fireDragOverEvent() argument 415 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent() 454 const Reference< XDropTargetDragContext >& xContext, const sal_Int8 nDropAction, in fireDropActionChangedEvent() argument 475 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent() 487 …const Reference< XDropTargetDropContext >& xContext, const sal_Int8 nDropAction, const Point& rLoc… in fireDropEvent() argument 512 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable ); in fireDropEvent()
|
/aoo4110/main/vcl/inc/ |
H A D | dndevdis.hxx | 52 const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction, 56 …const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction ) throw(::com::su… 61 …const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction ) throw(::com::su… 64 const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction,
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docvor.cxx | 140 sal_Int8 nDropAction; member in SfxOrganizeDlg_Impl 207 nDropAction ( NO_DROP_ACTION ), in SfxOrganizeDlg_Impl() 1093 pDlg->nDropAction = NO_DROP_ACTION; in ExecuteDrop() 1103 void SfxOrganizeListBox_Impl::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 1107 if ( pDlg->nDropAction != NO_DROP_ACTION ) in DragFinished() 1108 nDropAction = pDlg->nDropAction; in DragFinished() 1109 SvTreeListBox::DragFinished( nDropAction ); in DragFinished() 1110 pDlg->nDropAction = NO_DROP_ACTION; in DragFinished() 1416 pDlg->nDropAction = SvTreeListBox::ExecuteDrop( *pEvent, pSourceView ); in IMPL_LINK() 1423 pDlg->pFinishedBox->DragFinished( pDlg->nDropAction ); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | swdtflvr.hxx | 113 sal_uInt8 nActionFlags, sal_Int8 nDropAction, bool bNeedToSelectBeforePaste); 151 virtual void DragFinished( sal_Int8 nDropAction ); 183 const Point* pDDPos = 0, sal_Int8 nDropAction = 0,
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | ViewTabControl.hxx | 103 virtual void DragFinished( sal_Int8 nDropAction ); 109 void DragFinished( sal_Int8 nDropAction );
|
H A D | TabControl.hxx | 105 virtual void DragFinished( sal_Int8 nDropAction ); 111 void DragFinished( sal_Int8 nDropAction );
|
H A D | sdtreelb.hxx | 115 SD_DLLPRIVATE virtual void DragFinished( sal_Int8 nDropAction ); 165 void OnDragFinished( sal_uInt8 nDropAction );
|
/aoo4110/main/sc/source/ui/app/ |
H A D | lnktrans.cxx | 85 void ScLinkTransferObj::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 90 TransferableHelper::DragFinished( nDropAction ); in DragFinished()
|
H A D | drwtrans.cxx | 643 void ScDrawTransferObj::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 645 …if ( nDropAction == DND_ACTION_MOVE && !bDragWasInternal && !(nDragSourceFlags & SC_DROP_NAVIGATOR… in DragFinished() 659 TransferableHelper::DragFinished( nDropAction ); in DragFinished()
|
H A D | transobj.cxx | 489 void ScTransferObj::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 491 …if ( nDropAction == DND_ACTION_MOVE && !bDragWasInternal && !(nDragSourceFlags & SC_DROP_NAVIGATOR… in DragFinished() 510 TransferableHelper::DragFinished( nDropAction ); in DragFinished()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsTransferableData.cxx | 87 void TransferableData::DragFinished (sal_Int8 nDropAction) in DragFinished() argument 90 mpViewShell->DragFinished(nDropAction); in DragFinished()
|
H A D | SlsClipboard.cxx | 637 void Clipboard::DragFinished (sal_Int8 nDropAction) in DragFinished() argument 646 reinterpret_cast<void*>(nDropAction))) in DragFinished() 658 const sal_Int8 nDropAction (static_cast<sal_Int8>(reinterpret_cast<sal_IntPtr>(pUserData))); in IMPL_LINK() local 668 if ((nDropAction & DND_ACTION_MOVE) != 0 in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1163 const Point* pPt, sal_Int8 nDropAction, in PasteData() argument 1242 if(bPrivateDrop && DND_ACTION_LINK == nDropAction) in PasteData() 1249 if(bPrivateDrop && pPt && DND_ACTION_MOVE == nDropAction) in PasteData() 1265 nRet = pTrans->PrivateDrop( rSh, *pPt, DND_ACTION_MOVE == nDropAction, in PasteData() 1353 nActionFlags, nDropAction, bNeedToSelectBeforePaste); in PasteData() 1485 nActionFlags, nDropAction, bNeedToSelectBeforePaste); in PasteData() 1504 nActionFlags, nDropAction, bNeedToSelectBeforePaste); in PasteData() 1519 nActionFlags, nDropAction, bNeedToSelectBeforePaste); in PasteData() 2274 sal_uInt8 nActionFlags, sal_Int8 nDropAction, bool bNeedToSelectBeforePaste) in _PasteGrf() argument 2377 || DND_ACTION_LINK == nDropAction) in _PasteGrf()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlideSorterView.cxx | 900 void SlideSorterView::DragFinished (sal_Int8 nDropAction) in DragFinished() argument 902 mrSlideSorter.GetController().GetClipboard().DragFinished(nDropAction); in DragFinished() 904 View::DragFinished(nDropAction); in DragFinished()
|
/aoo4110/main/svx/source/form/ |
H A D | fmexch.cxx | 109 void OLocalExchange::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 111 TransferableHelper::DragFinished( nDropAction ); in DragFinished()
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer2.cxx | 627 void TransferDataContainer::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 630 pImpl->aFinshedLnk.Call( &nDropAction ); in DragFinished()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 2402 void SelectionManager::sendDragStatus( Atom nDropAction ) in sendDragStatus() argument 2409 if( nDropAction == m_nXdndActionMove ) in sendDragStatus() 2411 else if( nDropAction == m_nXdndActionCopy ) in sendDragStatus() 2413 else if( nDropAction == m_nXdndActionLink ) in sendDragStatus() 2448 if( nDropAction == m_nXdndActionMove || in sendDragStatus() 2449 nDropAction == m_nXdndActionLink || in sendDragStatus() 2450 nDropAction == m_nXdndActionCopy ) in sendDragStatus() 2454 aEvent.xclient.data.l[4] = m_nCurrentProtocolVersion > 1 ? nDropAction : 0; in sendDragStatus() 2459 OUStringToOString( getString( nDropAction ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in sendDragStatus()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 633 void GalleryTransferable::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 637 if ( nDropAction ) in DragFinished()
|
/aoo4110/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterViewShell.cxx | 786 sal_Int8 nDropAction) in DragFinished() argument 789 mpSlideSorter->GetController().GetClipboard().DragFinished (nDropAction); in DragFinished()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | lnktrans.hxx | 45 virtual void DragFinished( sal_Int8 nDropAction );
|
/aoo4110/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsTransferableData.hxx | 76 virtual void DragFinished (sal_Int8 nDropAction);
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | JoinExchange.hxx | 83 virtual void DragFinished( sal_Int8 nDropAction );
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 154 void SdPageObjsTLB::SdPageObjsTransferable::DragFinished( sal_Int8 nDropAction ) in DragFinished() argument 156 mrParent.OnDragFinished( nDropAction ); in DragFinished() 157 SdTransferable::DragFinished(nDropAction); in DragFinished()
|