Home
last modified time | relevance | path

Searched refs:pDragTransferable (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx730 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in AcceptDrop() local
731 if (pDragTransferable != NULL in AcceptDrop()
732 && pDragTransferable->IsPageTransferable() in AcceptDrop()
736 != pDragTransferable->GetPageDocShell())) in AcceptDrop()
740 else if (IsInsertionTrivial(pDragTransferable, nAction)) in AcceptDrop()
795 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in ExecuteDrop() local
814 if (IsInsertionTrivial(pDragTransferable, rEvent.mnAction)) in ExecuteDrop()
834 HandlePageDrop(*pDragTransferable); in ExecuteDrop()
959 const SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in IsDropAccepted() local
960 if (pDragTransferable == NULL) in IsDropAccepted()
[all …]
H A DSlsSelectionFunction.cxx1831 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler() local
1832 if (pDragTransferable==NULL && mrSlideSorter.GetViewShell() != NULL) in DragAndDropModeHandler()
1838 pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler()
1843 pDragTransferable != NULL in DragAndDropModeHandler()
1844 && pDragTransferable->GetView()==&mrSlideSorter.GetView()); in DragAndDropModeHandler()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx436 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragFinished() local
438 if( pDragTransferable ) in DragFinished()
439 pDragTransferable->SetView( NULL ); in DragFinished()
442 pDragTransferable && !pDragTransferable->IsInternalMove() && in DragFinished()
484 if( pDragTransferable ) in DragFinished()
485 pDragTransferable->SetInternalMove( sal_False ); in DragFinished()
534 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in AcceptDrop() local
539 pDragTransferable = 0; in AcceptDrop()
542 if( pDragTransferable ) in AcceptDrop()
544 const View* pSourceView = pDragTransferable->GetView(); in AcceptDrop()
[all …]
H A Dviewshel.cxx413 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in Deactivate() local
418 if( pDragTransferable ) in Deactivate()
419 pDragTransferable->SetView( NULL ); in Deactivate()

Completed in 51 milliseconds