Lines Matching refs:rSh

65 	SwWrtShell &rSh = GetShell();  in ExecBasicMove()  local
101 case FN_CHAR_LEFT: rSh.Left( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove()
102 case FN_CHAR_RIGHT: rSh.Right( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove()
103 case FN_LINE_UP: rSh.Up ( bSelect, 1 ); break; in ExecBasicMove()
104 case FN_LINE_DOWN: rSh.Down ( bSelect, 1 ); break; in ExecBasicMove()
115 SwWrtShell &rSh = GetShell(); in ExecMove() local
124 case FN_START_OF_LINE: bRet = rSh.LeftMargin ( FN_START_OF_LINE_SEL == nSlot, sal_False ); in ExecMove()
128 case FN_END_OF_LINE: bRet = rSh.RightMargin( FN_END_OF_LINE_SEL == nSlot, sal_False ); in ExecMove()
132 case FN_START_OF_DOCUMENT: bRet = rSh.SttDoc ( FN_START_OF_DOCUMENT_SEL == nSlot); in ExecMove()
136 case FN_END_OF_DOCUMENT: bRet = rSh.EndDoc( FN_END_OF_DOCUMENT_SEL == nSlot ); in ExecMove()
139 case FN_SELECT_WORD: bRet = rSh.SelNearestWrd(); break; in ExecMove()
141 case SID_SELECTALL: bRet = 0 != rSh.SelAll(); break; in ExecMove()
156 SwWrtShell &rSh = GetShell(); in ExecMovePage() local
163 case FN_START_OF_NEXT_PAGE: rSh.SttNxtPg( FN_START_OF_NEXT_PAGE_SEL == nSlot ); break; in ExecMovePage()
166 case FN_END_OF_NEXT_PAGE: rSh.EndNxtPg( FN_END_OF_NEXT_PAGE_SEL == nSlot ); break; in ExecMovePage()
169 case FN_START_OF_PREV_PAGE: rSh.SttPrvPg( FN_START_OF_PREV_PAGE_SEL == nSlot ); break; in ExecMovePage()
172 case FN_END_OF_PREV_PAGE: rSh.EndPrvPg( FN_END_OF_PREV_PAGE_SEL == nSlot ); break; in ExecMovePage()
175 case FN_START_OF_PAGE: rSh.SttPg ( FN_START_OF_PAGE_SEL == nSlot ); break; in ExecMovePage()
178 case FN_END_OF_PAGE: rSh.EndPg ( FN_END_OF_PAGE_SEL == nSlot ); break; in ExecMovePage()
187 SwWrtShell &rSh = GetShell(); in ExecMoveCol() local
190 case FN_START_OF_COLUMN: rSh.StartOfColumn ( sal_False ); break; in ExecMoveCol()
191 case FN_END_OF_COLUMN: rSh.EndOfColumn ( sal_False ); break; in ExecMoveCol()
192 case FN_START_OF_NEXT_COLUMN: rSh.StartOfNextColumn( sal_False ) ; break; in ExecMoveCol()
193 case FN_END_OF_NEXT_COLUMN: rSh.EndOfNextColumn ( sal_False ); break; in ExecMoveCol()
194 case FN_START_OF_PREV_COLUMN: rSh.StartOfPrevColumn( sal_False ); break; in ExecMoveCol()
195 case FN_END_OF_PREV_COLUMN: rSh.EndOfPrevColumn ( sal_False ); break; in ExecMoveCol()
203 SwWrtShell &rSh = GetShell(); in ExecMoveLingu() local
211 case FN_NEXT_WORD: bRet = rSh.NxtWrd( FN_NEXT_WORD_SEL == nSlot ); in ExecMoveLingu()
215 case FN_START_OF_PARA: bRet = rSh.SttPara( FN_START_OF_PARA_SEL == nSlot ); in ExecMoveLingu()
219 case FN_END_OF_PARA: bRet = rSh.EndPara( FN_END_OF_PARA_SEL == nSlot ); in ExecMoveLingu()
223 case FN_PREV_WORD: bRet = rSh.PrvWrd( FN_PREV_WORD_SEL == nSlot ); in ExecMoveLingu()
227 case FN_NEXT_SENT: bRet = rSh.FwdSentence( FN_NEXT_SENT_SEL == nSlot ); in ExecMoveLingu()
231 case FN_PREV_SENT: bRet = rSh.BwdSentence( FN_PREV_SENT_SEL == nSlot ); in ExecMoveLingu()
234 case FN_NEXT_PARA: bRet = rSh.FwdPara ( sal_False ); in ExecMoveLingu()
237 case FN_PREV_PARA: bRet = rSh.BwdPara ( sal_False ); in ExecMoveLingu()
246 SwWrtShell &rSh = GetShell(); in ExecMoveMisc() local
253 const SwDoc* pDoc = rSh.GetDoc(); in ExecMoveMisc()
269 …const SdrObject* pNearestControl = rSh.GetBestObject( sal_True, GOTOOBJ_DRAW_CONTROL, sal_False, p… in ExecMoveMisc()
282 bRet = rSh.GotoObj(sal_True, GOTOOBJ_GOTO_ANY); in ExecMoveMisc()
285 rSh.HideCrsr(); in ExecMoveMisc()
286 rSh.EnterSelFrmMode(); in ExecMoveMisc()
290 rSh.MoveCrsr(); in ExecMoveMisc()
291 bRet = rSh.GotoNextFtnAnchor(); in ExecMoveMisc()
294 rSh.MoveCrsr(); in ExecMoveMisc()
295 bRet = rSh.GotoPrevFtnAnchor(); in ExecMoveMisc()
298 rSh.MoveCrsr(); in ExecMoveMisc()
299 if ( FRMTYPE_HEADER & rSh.GetFrmType(0,sal_False) ) in ExecMoveMisc()
300 rSh.SttPg(); in ExecMoveMisc()
302 rSh.GotoHeaderTxt(); in ExecMoveMisc()
306 rSh.MoveCrsr(); in ExecMoveMisc()
307 if ( FRMTYPE_FOOTER & rSh.GetFrmType(0,sal_False) ) in ExecMoveMisc()
308 rSh.EndPg(); in ExecMoveMisc()
310 rSh.GotoFooterTxt(); in ExecMoveMisc()
314 rSh.MoveCrsr(); in ExecMoveMisc()
315 if ( FRMTYPE_FOOTNOTE & rSh.GetFrmType(0,sal_False) ) in ExecMoveMisc()
316 rSh.GotoFtnAnchor(); in ExecMoveMisc()
318 rSh.GotoFtnTxt(); in ExecMoveMisc()
322 rSh.GotoFtnTxt(); in ExecMoveMisc()
325 bRet = rSh.MoveTable( fnTablePrev, fnTableStart); in ExecMoveMisc()
328 bRet = rSh.MoveTable(fnTableNext, fnTableStart); in ExecMoveMisc()
331 bRet = rSh.MoveRegion(fnRegionNext, fnRegionStart); in ExecMoveMisc()
334 bRet = rSh.MoveRegion(fnRegionPrev, fnRegionStart); in ExecMoveMisc()
338 bRet = rSh.GotoNxtPrvTOXMark( sal_True ); in ExecMoveMisc()
341 bRet = rSh.GotoNxtPrvTOXMark( sal_False ); in ExecMoveMisc()
344 bRet = rSh.GotoNxtPrvTblFormula( sal_True, sal_False ); in ExecMoveMisc()
347 bRet = rSh.GotoNxtPrvTblFormula( sal_False, sal_False ); in ExecMoveMisc()
350 bRet = rSh.GotoNxtPrvTblFormula( sal_True, sal_True ); in ExecMoveMisc()
353 bRet = rSh.GotoNxtPrvTblFormula( sal_False, sal_True ); in ExecMoveMisc()