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.cxx273 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()
/trunk/main/sw/inc/
H A Dswmodule.hxx132 SwTransferable *pDragDrop, *pXSelection; member in SwModule
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx207 pDragDrop( 0 ), in SwModule()

Completed in 41 milliseconds