Lines Matching refs:GetShell

153 	SwWrtShell &rSh = GetShell();  in TYPEINIT1()
451 if (!GetShell().IsTblComplexForChart()) in TYPEINIT1()
453 SwFrmFmt* pTblFmt = GetShell().GetTableFmt(); in TYPEINIT1()
460 aRangeString += GetShell().GetBoxNms(); in TYPEINIT1()
526 GetShell().LockPaint(); in TYPEINIT1()
527 GetShell().StartAllAction(); in TYPEINIT1()
536 GetShell().EndAllAction(); in TYPEINIT1()
537 GetShell().UnlockPaint(); in TYPEINIT1()
567 aSize.Width() = GetShell().GetAnyCurRect(RECT_PAGE_PRT).Width(); in TYPEINIT1()
588 GetShell().LockPaint(); in TYPEINIT1()
589 GetShell().StartAllAction(); in TYPEINIT1()
593 GetShell().EndAllAction(); in TYPEINIT1()
594 GetShell().UnlockPaint(); in TYPEINIT1()
620 const SwRect &rPg = GetShell().GetAnyCurRect(RECT_PAGE); in TYPEINIT1()
625 const SwRect &rPr = GetShell().GetAnyCurRect(RECT_PAGE_PRT); in TYPEINIT1()
630 … const SwDrawModel* pDrawModel = GetShell().GetView().GetDocShell()->GetDoc()->GetDrawModel(); in TYPEINIT1()
656 SwWrtShell& rShell = GetShell(); in TYPEINIT1()
802 SwWrtShell &rSh = GetShell(); in StateInsert()
819 if ( GetShell().IsSelFrmMode() in StateInsert()
820 || GetShell().CrsrInsideInputFld() in StateInsert()
830 || GetShell().CrsrInsideInputFld() in StateInsert()
856 else if( GetShell().IsSelFrmMode() in StateInsert()
857 || GetShell().CrsrInsideInputFld() ) in StateInsert()
874 if( GetShell().IsSelFrmMode() in StateInsert()
875 || GetShell().CrsrInsideInputFld() in StateInsert()
990 SwWrtShell &rSh = GetShell(); in ExecDelete()
1076 GetShell().TransliterateText( nMode ); in ExecTransliteration()
1125 SwWrtShell &rSh = GetShell(); in InsertSymbol()
1155 SwViewOption aOpt(*GetShell().GetViewOptions()); in InsertSymbol()