Lines Matching refs:rSh

78 void lcl_OutlineUpDownWithSubPoints( SwWrtShell& rSh, bool bMove, bool bUp )  in TYPEINIT1()
80 const sal_uInt16 nActPos = rSh.GetOutlinePos(); in TYPEINIT1()
81 if ( nActPos < USHRT_MAX && rSh.IsOutlineMovable( nActPos ) ) in TYPEINIT1()
83 rSh.Push(); in TYPEINIT1()
84 rSh.MakeOutlineSel( nActPos, nActPos, sal_True ); in TYPEINIT1()
88 const IDocumentOutlineNodes* pIDoc( rSh.getIDocumentOutlineNodesAccess() ); in TYPEINIT1()
129 rSh.MoveOutlinePara( nDir ); in TYPEINIT1()
130 rSh.GotoOutline( nActPos + nDir ); in TYPEINIT1()
136 rSh.OutlineUpDown( bUp ? -1 : 1 ); in TYPEINIT1()
139 rSh.ClearMark(); in TYPEINIT1()
140 rSh.Pop( sal_False ); in TYPEINIT1()
149 SwWrtShell& rSh = GetShell(); in Execute() local
152 const SwNumRule* pCurRule = rSh.GetNumRuleAtCurrCrsrPos(); in Execute()
165 rSh.NumUpDown( ( nSlot == FN_NUM_BULLET_DOWN ) in Execute()
173 rSh.GotoNextNum(); in Execute()
178 rSh.NoNum(); in Execute()
188 rSh.DelNumRules(); in Execute()
194 lcl_OutlineUpDownWithSubPoints( rSh, false, false ); in Execute()
196 rSh.MoveNumParas(sal_False, sal_False); in Execute()
202 lcl_OutlineUpDownWithSubPoints( rSh, true, false ); in Execute()
204 rSh.MoveNumParas(sal_True, sal_False); in Execute()
210 lcl_OutlineUpDownWithSubPoints( rSh, true, true ); in Execute()
212 rSh.MoveNumParas(sal_True, sal_True); in Execute()
218 lcl_OutlineUpDownWithSubPoints( rSh, false, true ); in Execute()
220 rSh.MoveNumParas(sal_False, sal_True); in Execute()
225 rSh.GotoPrevNum(); in Execute()
232 sal_Bool bDelete = !rSh.IsNoNum(!bApi); in Execute()
235 rSh.NumOrNoNum( bDelete, !bApi ); in Execute()
251 SwWrtShell& rSh = GetShell(); in GetState() local
252 sal_uInt8 nCurrentNumLevel = rSh.GetNumLevel(); in GetState()
269 rSh.GetCurrentOutlineLevels( nUpper, nLower ); in GetState()
280 if ( rSh.CrsrInsideInputFld() ) in GetState()