Lines Matching refs:rSh

86 	SwWrtShell &rSh = GetShell();  in ExecCharAttr()  local
102 rSh.GetCurAttr( aSet ); in ExecCharAttr()
152 rSh.SetAttrItem( aEscape ); in ExecCharAttr()
159 rSh.QuickUpdateStyle(); in ExecCharAttr()
181 rSh.SetAttrItem( aUnderline ); in ExecCharAttr()
187 if( !rSh.HasReadonlySel() && rSh.IsEndPara()) in ExecCharAttr()
188 rSh.DontExpandFmt(); in ExecCharAttr()
526 SwWrtShell &rSh = GetShell(); in ExecParaAttrArgs() local
540 rSh.GetCurAttr(aSet); in ExecParaAttrArgs()
544 pFmt = rSh.FindCharFmtByName( sCharStyleName ); in ExecParaAttrArgs()
547 rSh.SetAttrSet(aSet); in ExecParaAttrArgs()
554 rSh.SetAttrItem(*pItem); in ExecParaAttrArgs()
561 rSh.GetCurAttr(aSet); in ExecParaAttrArgs()
566 rSh.GetView().GetViewFrame()->GetFrame().GetFrameInterface(), DLG_SWDROPCAPS ); in ExecParaAttrArgs()
570 rSh.StartAction(); in ExecParaAttrArgs()
571 rSh.StartUndo( UNDO_START ); in ExecParaAttrArgs()
575 rSh.ReplaceDropTxt(((SfxStringItem*)pItem)->GetValue()); in ExecParaAttrArgs()
577 rSh.SetAttrSet(*pDlg->GetOutputItemSet()); in ExecParaAttrArgs()
578 rSh.StartUndo( UNDO_END ); in ExecParaAttrArgs()
579 rSh.EndAction(); in ExecParaAttrArgs()
589 rSh.SetAttrItem( *pItem ); in ExecParaAttrArgs()
601 SfxToSwPageDescAttr( rSh, aCoreSet); in ExecParaAttrArgs()
602 rSh.SetAttrSet(aCoreSet); in ExecParaAttrArgs()
618 SwWrtShell &rSh = GetShell(); in GetAttrState() local
621 rSh.GetCurAttr(aCoreSet); // *alle* Textattribute von der Core erfragen in GetAttrState()
704 sal_uInt16 nHtmlMode = GetHtmlMode(rSh.GetView().GetDocShell()); in GetAttrState()
728 if( !aSetItem.GetItemOfScript( rSh.GetScriptType() )) in GetAttrState()
779 sal_uInt16 nHtmlMode = GetHtmlMode(rSh.GetView().GetDocShell()); in GetAttrState()
787 eFrmDir = rSh.IsInRightToLeftText() ? in GetAttrState()
832 rSh.GetCurAttr(aSet); in GetAttrState()