Lines Matching refs:rSh

84 	SwWrtShell &rSh = rView.GetWrtShell();  in StartDrag()  local
85 if( rSh.GetDrawView() ) in StartDrag()
88 if( rSh.GetDrawView()->Command( aDragEvent, this ) ) in StartDrag()
95 if ( !pApplyTempl && !rSh.IsDrawCreate() && !IsDrawAction()) in StartDrag()
100 if ( !rSh.IsInSelect() && rSh.ChgCurrPam( aDocPos, sal_True, sal_True)) in StartDrag()
104 else if ( !bFrmDrag && rSh.IsSelFrmMode() && in StartDrag()
105 rSh.IsInsideSelectedObj( aDocPos ) ) in StartDrag()
113 OBJCNT_NONE != rSh.GetObjCntType( aDocPos, pObj )) in StartDrag()
115 rSh.LockPaint(); in StartDrag()
116 if( rSh.SelectObj( aDocPos, 0, pObj )) in StartDrag()
119 rSh.UnlockPaint(); in StartDrag()
124 bStart = rSh.GetContentAtPos( aDocPos, in StartDrag()
141 rSh.UnSelectFrm(); in StartDrag()
142 rSh.UnlockPaint(); in StartDrag()
172 SwWrtShell &rSh = rView.GetWrtShell(); in DropCleanup() local
178 ((SwViewOption*)rSh.GetViewOptions())->SetIdle( bOldIdle ); in DropCleanup()
184 rSh.UnSetVisCrsr(); in DropCleanup()
213 SwWrtShell &rSh = rView.GetWrtShell(); in ExecuteDrop() local
217 rSh.GetObjCntType( aDocPt, pObj ); in ExecuteDrop()
219 if( pObj && 0 != ( pOLV = rSh.GetDrawView()->GetTextEditOutlinerView() )) in ExecuteDrop()
226 rSh.StartAllAction(); in ExecuteDrop()
228 rSh.EndAllAction(); in ExecuteDrop()
255 if( !SwTransferable::PasteData( aData, rSh, m_nDropAction, m_nDropFormat, in ExecuteDrop()
269 SwWrtShell &rSh = rView.GetWrtShell(); in GetDropDestination() local
271 if( rSh.ChgCurrPam( aDocPt ) in GetDropDestination()
272 || rSh.IsOverReadOnlyPos( aDocPt ) in GetDropDestination()
273 || rSh.DocPtInsideInputFld( aDocPt ) ) in GetDropDestination()
277 const ObjCntType eType = rSh.GetObjCntType( aDocPt, pObj ); in GetDropDestination()
282 OutlinerView* pOLV = rSh.GetDrawView()->GetTextEditOutlinerView(); in GetDropDestination()
304 bIMap = 0 != rSh.GetFmtFromObj( aDocPt )->GetURL().GetMap(); in GetDropDestination()
306 rSh.GetGrfAtPos( aDocPt, aDummy, bLink ); in GetDropDestination()
318 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetDropDestination()
334 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetDropDestination()
355 SwWrtShell &rSh = rView.GetWrtShell(); in AcceptDrop() local
374 bOldIdle = rSh.GetViewOptions()->IsIdle(); in AcceptDrop()
375 ((SwViewOption *)rSh.GetViewOptions())->SetIdle(sal_False); in AcceptDrop()
385 rSh.MakeVisible(rect); in AcceptDrop()
390 ((SwViewOption *)rSh.GetViewOptions())->SetIdle( bOldIdle ); in AcceptDrop()
424 (rSh.GetFrmType( &aDocPt, sal_False ) & (FRMTYPE_HEADER|FRMTYPE_FOOTER)) ) in AcceptDrop()
438 nEventAction = pSrcSh->GetDoc() == rSh.GetDoc() in AcceptDrop()
445 rSh.UnSetVisCrsr(); in AcceptDrop()
460 SdrMarkView* pMView = PTR_CAST( SdrMarkView, rSh.GetDrawView() ); in AcceptDrop()
475 if(rSh.GetContentAtPos(aDocPt, aCont)) in AcceptDrop()
476 rSh.SwCrsrShell::SetVisCrsr( aDocPt ); in AcceptDrop()
480 rSh.UnSetVisCrsr(); in AcceptDrop()
489 pUserMarker = new SdrDropMarkerOverlay( *rSh.GetDrawView(), *pUserMarkerObj ); in AcceptDrop()
497 rSh.UnSetVisCrsr(); in AcceptDrop()