Lines Matching refs:GetWrtShell
173 SetVerbs( GetWrtShell().GetOLEObject()->getSupportedVerbs() ); in ImpSetVerb()
215 SwWrtShell& rWrtShell = GetWrtShell(); in GotFocus()
442 if( bSetExtInpCntxt && GetWrtShell().HasReadonlySel() ) in SelectShell()
467 SdrView* pDView = GetWrtShell().GetDrawView(); in SelectShell()
1572 SwWrtShell &rSh = GetWrtShell(); in DoVerb()
1585 return bText ? GetWrtShell().SwCrsrShell::HasSelection() in HasSelection()
1586 : GetWrtShell().HasSelection(); in HasSelection()
1605 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()
1606 GetWrtShell().SelWrd(); in GetSelectionTextParam()
1608 GetWrtShell().GetSelectedText( sReturn ); in GetSelectionTextParam()
1663 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
1665 SwWrtShell &rSh = GetWrtShell(); in Notify()
1699 PTR_CAST(FmFormView, GetWrtShell().GetDrawView()) ); in Notify()