Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx259 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx267 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()
/trunk/main/sw/inc/
H A Dswmodule.hxx132 SwTransferable *pDragDrop, *pXSelection; member in SwModule
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx203 pDragDrop( 0 ), in SwModule()