Searched refs:pDragTransferable (Results 1 – 4 of 4) sorted by relevance
730 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in AcceptDrop() local731 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() local814 if (IsInsertionTrivial(pDragTransferable, rEvent.mnAction)) in ExecuteDrop()834 HandlePageDrop(*pDragTransferable); in ExecuteDrop()959 const SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in IsDropAccepted() local960 if (pDragTransferable == NULL) in IsDropAccepted()[all …]
1831 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler() local1832 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()
436 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragFinished() local438 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() local539 pDragTransferable = 0; in AcceptDrop()542 if( pDragTransferable ) in AcceptDrop()544 const View* pSourceView = pDragTransferable->GetView(); in AcceptDrop()[all …]
413 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in Deactivate() local418 if( pDragTransferable ) in Deactivate()419 pDragTransferable->SetView( NULL ); in Deactivate()
Completed in 29 milliseconds