Searched refs:pDragDrop (Results 1 – 4 of 4) sorted by relevance
259 else if ( SW_MOD()->pDragDrop ) in ExecuteDrop()261 SW_MOD()->pDragDrop->SetCleanUp( sal_False ); in ExecuteDrop()416 if( pMod->pDragDrop ) in AcceptDrop()421 SwWrtShell *pSrcSh = pMod->pDragDrop->GetShell(); in AcceptDrop()
273 if ( pMod->pDragDrop == this ) in ~SwTransferable()274 pMod->pDragDrop = 0; in ~SwTransferable()309 if( this == pMod->pDragDrop ) in ObjectReleased()310 pMod->pDragDrop = 0; in ObjectReleased()1176 if( bPasteSelection ? !pMod->pXSelection : !pMod->pDragDrop ) in PasteData()1239 …op(pPt && (bPasteSelection ? 0 != (pTrans = pMod->pXSelection) : 0 != (pTrans = pMod->pDragDrop))); in PasteData()3222 SW_MOD()->pDragDrop = this; in StartDrag()
132 SwTransferable *pDragDrop, *pXSelection; member in SwModule
207 pDragDrop( 0 ), in SwModule()
Completed in 41 milliseconds