Lines Matching refs:rSh

66 		rSh.StartAction();  in Apply()
67 rSh.Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Apply()
68 rSh.StartUndo( UNDO_START ); in Apply()
72 if( rSh.SetCurFtn( aNote ) && bExtCharAvailable ) in Apply()
74 rSh.Right(CRSR_SKIP_CHARS, sal_True, 1, sal_False ); in Apply()
75 SfxItemSet aSet( rSh.GetAttrPool(), RES_CHRATR_FONT, RES_CHRATR_FONT ); in Apply()
76 rSh.GetCurAttr( aSet ); in Apply()
82 rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND ); in Apply()
83 rSh.ResetSelect(0, sal_False); in Apply()
84 rSh.Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Apply()
86 rSh.EndUndo( UNDO_END ); in Apply()
87 rSh.EndAction(); in Apply()
162 SfxItemSet aSet( rSh.GetAttrPool(), RES_CHRATR_FONT, RES_CHRATR_FONT ); in IMPL_LINK_INLINE_END()
163 rSh.GetCurAttr( aSet ); in IMPL_LINK_INLINE_END()
166 SfxAllItemSet aAllSet( rSh.GetAttrPool() ); in IMPL_LINK_INLINE_END()
172 rSh.GetView().GetViewFrame()->GetFrame().GetFrameInterface(), RID_SVXDLG_CHARMAP ); in IMPL_LINK_INLINE_END()
210 rSh.ResetSelect(0, sal_False); in IMPL_LINK()
212 rSh.GotoNextFtnAnchor(); in IMPL_LINK()
214 rSh.GotoPrevFtnAnchor(); in IMPL_LINK()
229 rSh(rShell), in SwInsFootNoteDlg()
263 rSh.SetCareWin(this); in SwInsFootNoteDlg()
281 rSh.SetCareWin(0); in ~SwInsFootNoteDlg()
284 rSh.ResetSelect(0, sal_False); in ~SwInsFootNoteDlg()
298 rSh.StartAction(); in Init()
300 if( rSh.GetCurFtn( &aFtnNote )) in Init()
306 rSh.Right(CRSR_SKIP_CHARS, sal_True, 1, sal_False ); in Init()
307 SfxItemSet aSet( rSh.GetAttrPool(), RES_CHRATR_FONT, RES_CHRATR_FONT ); in Init()
308 rSh.GetCurAttr( aSet ); in Init()
317 rSh.Left( CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Init()
336 sal_Bool bNext = rSh.GotoNextFtnAnchor(); in Init()
339 rSh.GotoPrevFtnAnchor(); in Init()
341 sal_Bool bPrev = rSh.GotoPrevFtnAnchor(); in Init()
344 rSh.GotoNextFtnAnchor(); in Init()
349 rSh.Right(CRSR_SKIP_CHARS, sal_True, 1, sal_False ); in Init()
351 rSh.EndAction(); in Init()