Lines Matching refs:GetWrtShell
173 SetVerbs( GetWrtShell().GetOLEObject()->getSupportedVerbs() ); in ImpSetVerb()
214 SwWrtShell& rWrtShell = GetWrtShell(); in GotFocus()
441 if( bSetExtInpCntxt && GetWrtShell().HasReadonlySel() ) in SelectShell()
466 SdrView* pDView = GetWrtShell().GetDrawView(); in SelectShell()
1571 SwWrtShell &rSh = GetWrtShell(); in DoVerb()
1584 return bText ? GetWrtShell().SwCrsrShell::HasSelection() in HasSelection()
1585 : GetWrtShell().HasSelection(); in HasSelection()
1604 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()
1605 GetWrtShell().SelWrd(); in GetSelectionTextParam()
1607 GetWrtShell().GetSelectedText( sReturn ); in GetSelectionTextParam()
1662 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
1664 SwWrtShell &rSh = GetWrtShell(); in Notify()
1699 PTR_CAST(FmFormView, GetWrtShell().GetDrawView()) ); in Notify()