Lines Matching refs:GetShell
152 SwWrtShell &rSh = GetShell(); in TYPEINIT1()
450 if (!GetShell().IsTblComplexForChart()) in TYPEINIT1()
452 SwFrmFmt* pTblFmt = GetShell().GetTableFmt(); in TYPEINIT1()
459 aRangeString += GetShell().GetBoxNms(); in TYPEINIT1()
525 GetShell().LockPaint(); in TYPEINIT1()
526 GetShell().StartAllAction(); in TYPEINIT1()
535 GetShell().EndAllAction(); in TYPEINIT1()
536 GetShell().UnlockPaint(); in TYPEINIT1()
566 aSize.Width() = GetShell().GetAnyCurRect(RECT_PAGE_PRT).Width(); in TYPEINIT1()
587 GetShell().LockPaint(); in TYPEINIT1()
588 GetShell().StartAllAction(); in TYPEINIT1()
592 GetShell().EndAllAction(); in TYPEINIT1()
593 GetShell().UnlockPaint(); in TYPEINIT1()
610 const SwRect &rPg = GetShell().GetAnyCurRect(RECT_PAGE); in TYPEINIT1()
615 const SwRect &rPr = GetShell().GetAnyCurRect(RECT_PAGE_PRT); in TYPEINIT1()
640 SwWrtShell& rShell = GetShell(); in TYPEINIT1()
786 SwWrtShell &rSh = GetShell(); in StateInsert()
803 if ( GetShell().IsSelFrmMode() in StateInsert()
804 || GetShell().CrsrInsideInputFld() in StateInsert()
814 || GetShell().CrsrInsideInputFld() in StateInsert()
840 else if( GetShell().IsSelFrmMode() in StateInsert()
841 || GetShell().CrsrInsideInputFld() ) in StateInsert()
858 if( GetShell().IsSelFrmMode() in StateInsert()
859 || GetShell().CrsrInsideInputFld() in StateInsert()
974 SwWrtShell &rSh = GetShell(); in ExecDelete()
1060 GetShell().TransliterateText( nMode ); in ExecTransliteration()
1109 SwWrtShell &rSh = GetShell(); in InsertSymbol()
1139 SwViewOption aOpt(*GetShell().GetViewOptions()); in InsertSymbol()