Lines Matching refs:rView
88 SwWrtShell &rSh = rView.GetWrtShell(); in StartDrag()
94 rView.GetViewFrame()->GetBindings().InvalidateAll(sal_False); in StartDrag()
116 else if( !bFrmDrag && rView.GetDocShell()->IsReadOnly() && in StartDrag()
159 SwTransferable* pTransfer = new SwTransferable( rView.GetWrtShell() ); in StartExecuteDrag()
176 SwWrtShell &rSh = rView.GetWrtShell(); in DropCleanup()
204 void lcl_SelectShellForDrop( SwView &rView ) in lcl_SelectShellForDrop() argument
206 if ( !rView.GetCurShell() ) in lcl_SelectShellForDrop()
207 rView.SelectShell(); in lcl_SelectShellForDrop()
217 SwWrtShell &rSh = rView.GetWrtShell(); in ExecuteDrop()
273 SwWrtShell &rSh = rView.GetWrtShell(); in GetDropDestination()
356 if( rView.GetDocShell()->IsReadOnly() ) in AcceptDrop()
359 SwWrtShell &rSh = rView.GetWrtShell(); in AcceptDrop()
516 if ( rView.GetViewFrame() ) in IMPL_LINK()