Lines Matching refs:pMod
270 SwModule* pMod = SW_MOD(); in ~SwTransferable() local
271 if(pMod) in ~SwTransferable()
273 if ( pMod->pDragDrop == this ) in ~SwTransferable()
274 pMod->pDragDrop = 0; in ~SwTransferable()
275 else if ( pMod->pXSelection == this ) in ~SwTransferable()
276 pMod->pXSelection = 0; in ~SwTransferable()
308 SwModule *pMod = SW_MOD(); in ObjectReleased() local
309 if( this == pMod->pDragDrop ) in ObjectReleased()
310 pMod->pDragDrop = 0; in ObjectReleased()
311 else if( this == pMod->pXSelection ) in ObjectReleased()
312 pMod->pXSelection = 0; in ObjectReleased()
320 SwModule *pMod = SW_MOD(); in AddSupportedFormats() local
321 if( this == pMod->pXSelection ) in AddSupportedFormats()
1168 SwModule* pMod = SW_MOD(); in PasteData() local
1176 if( bPasteSelection ? !pMod->pXSelection : !pMod->pDragDrop ) in PasteData()
1239 …l bPrivateDrop(pPt && (bPasteSelection ? 0 != (pTrans = pMod->pXSelection) : 0 != (pTrans = pMod->… in PasteData()
3626 SwModule *pMod = SW_MOD(); in CreateSelection() local
3634 pMod->pXSelection = pNew; in CreateSelection()
3641 SwModule *pMod = SW_MOD(); in ClearSelection() local
3642 if( pMod->pXSelection && in ClearSelection()
3643 ((!pMod->pXSelection->pWrtShell) || (pMod->pXSelection->pWrtShell == &rSh)) && in ClearSelection()
3645 (!_pCreatorView || (pMod->pXSelection->pCreatorView == _pCreatorView)) ) in ClearSelection()