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()
267 if ( pMod->pDragDrop == this ) in ~SwTransferable()268 pMod->pDragDrop = 0; in ~SwTransferable()302 if( this == pMod->pDragDrop ) in ObjectReleased()303 pMod->pDragDrop = 0; in ObjectReleased()1167 if( bPasteSelection ? !pMod->pXSelection : !pMod->pDragDrop ) in PasteData()1230 …op(pPt && (bPasteSelection ? 0 != (pTrans = pMod->pXSelection) : 0 != (pTrans = pMod->pDragDrop))); in PasteData()3204 SW_MOD()->pDragDrop = this; in StartDrag()
132 SwTransferable *pDragDrop, *pXSelection; member in SwModule
203 pDragDrop( 0 ), in SwModule()