Lines Matching refs:rReq

55 void ScCellShell::ExecuteCursor( SfxRequest& rReq )  in ExecuteCursor()  argument
59 const SfxItemSet* pReqArgs = rReq.GetArgs(); in ExecuteCursor()
60 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteCursor()
163 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursor()
164 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, bSel) ); in ExecuteCursor()
165 rReq.Done(); in ExecuteCursor()
172 void ScCellShell::ExecuteCursorSel( SfxRequest& rReq ) in ExecuteCursorSel() argument
174 const SfxItemSet* pReqArgs = rReq.GetArgs(); in ExecuteCursorSel()
175 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteCursorSel()
187 case SID_CURSORDOWN_SEL: rReq.SetSlot( SID_CURSORDOWN ); break; in ExecuteCursorSel()
188 case SID_CURSORBLKDOWN_SEL: rReq.SetSlot( SID_CURSORBLKDOWN ); break; in ExecuteCursorSel()
189 case SID_CURSORUP_SEL: rReq.SetSlot( SID_CURSORUP ); break; in ExecuteCursorSel()
190 case SID_CURSORBLKUP_SEL: rReq.SetSlot( SID_CURSORBLKUP ); break; in ExecuteCursorSel()
191 case SID_CURSORLEFT_SEL: rReq.SetSlot( SID_CURSORLEFT ); break; in ExecuteCursorSel()
192 case SID_CURSORBLKLEFT_SEL: rReq.SetSlot( SID_CURSORBLKLEFT ); break; in ExecuteCursorSel()
193 case SID_CURSORRIGHT_SEL: rReq.SetSlot( SID_CURSORRIGHT ); break; in ExecuteCursorSel()
194 case SID_CURSORBLKRIGHT_SEL: rReq.SetSlot( SID_CURSORBLKRIGHT ); break; in ExecuteCursorSel()
195 case SID_CURSORPAGEDOWN_SEL: rReq.SetSlot( SID_CURSORPAGEDOWN ); break; in ExecuteCursorSel()
196 case SID_CURSORPAGEUP_SEL: rReq.SetSlot( SID_CURSORPAGEUP ); break; in ExecuteCursorSel()
197 case SID_CURSORPAGERIGHT_SEL: rReq.SetSlot( SID_CURSORPAGERIGHT_ ); break; in ExecuteCursorSel()
198 case SID_CURSORPAGELEFT_SEL: rReq.SetSlot( SID_CURSORPAGELEFT_ ); break; in ExecuteCursorSel()
203 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, nRepeat ) ); in ExecuteCursorSel()
204 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, sal_True) ); in ExecuteCursorSel()
205 ExecuteSlot( rReq, GetInterface() ); in ExecuteCursorSel()
208 void ScCellShell::ExecuteMove( SfxRequest& rReq ) in ExecuteMove() argument
211 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteMove()
231 pTabViewShell->FindNextUnprot( sal_False, !rReq.IsAPI() ); in ExecuteMove()
235 pTabViewShell->FindNextUnprot( sal_True, !rReq.IsAPI() ); in ExecuteMove()
239 if (rReq.IsAPI()) in ExecuteMove()
246 if (rReq.IsAPI()) in ExecuteMove()
305 rReq.Done(); in ExecuteMove()
308 void ScCellShell::ExecutePageSel( SfxRequest& rReq ) in ExecutePageSel() argument
310 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecutePageSel()
313 case SID_CURSORHOME_SEL: rReq.SetSlot( SID_CURSORHOME ); break; in ExecutePageSel()
314 case SID_CURSOREND_SEL: rReq.SetSlot( SID_CURSOREND ); break; in ExecutePageSel()
315 case SID_CURSORTOPOFFILE_SEL: rReq.SetSlot( SID_CURSORTOPOFFILE ); break; in ExecutePageSel()
316 case SID_CURSORENDOFFILE_SEL: rReq.SetSlot( SID_CURSORENDOFFILE ); break; in ExecutePageSel()
321 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, sal_True) ); in ExecutePageSel()
322 ExecuteSlot( rReq, GetInterface() ); in ExecutePageSel()
325 void ScCellShell::ExecutePage( SfxRequest& rReq ) in ExecutePage() argument
328 const SfxItemSet* pReqArgs = rReq.GetArgs(); in ExecutePage()
329 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecutePage()
378 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, bSel) ); in ExecutePage()
379 rReq.Done(); in ExecutePage()