Lines Matching refs:bSel

62 	sal_Bool				bSel = sal_False;  in ExecuteCursor()  local
71 bSel = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteCursor()
79 bSel = sal_True; // EXT in ExecuteCursor()
109 pTabViewShell->MoveCursorRel( 0, nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); in ExecuteCursor()
113 pTabViewShell->MoveCursorArea( 0, nRepeat, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecuteCursor()
117 pTabViewShell->MoveCursorRel( 0, -nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); in ExecuteCursor()
121 pTabViewShell->MoveCursorArea( 0, -nRepeat, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecuteCursor()
125 …pTabViewShell->MoveCursorRel( static_cast<SCsCOL>(-nRepeat * nRTLSign), 0, SC_FOLLOW_LINE, bSel, b… in ExecuteCursor()
129 …pTabViewShell->MoveCursorArea( static_cast<SCsCOL>(-nRepeat * nRTLSign), 0, SC_FOLLOW_JUMP, bSel, … in ExecuteCursor()
133 …pTabViewShell->MoveCursorRel( static_cast<SCsCOL>(nRepeat * nRTLSign), 0, SC_FOLLOW_LINE, bSel, bK… in ExecuteCursor()
137 …pTabViewShell->MoveCursorArea( static_cast<SCsCOL>(nRepeat * nRTLSign), 0, SC_FOLLOW_JUMP, bSel, b… in ExecuteCursor()
141 pTabViewShell->MoveCursorPage( 0, nRepeat, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
145 pTabViewShell->MoveCursorPage( 0, -nRepeat, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
149 pTabViewShell->MoveCursorPage( static_cast<SCsCOL>(nRepeat), 0, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
153 pTabViewShell->MoveCursorPage( static_cast<SCsCOL>(-nRepeat), 0, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
164 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, bSel) ); in ExecuteCursor()
330 sal_Bool bSel = sal_False; in ExecutePage() local
337 bSel = ((const SfxBoolItem*)pItem)->GetValue(); in ExecutePage()
345 bSel = sal_True; // EXT in ExecutePage()
358 pTabViewShell->MoveCursorEnd( -1, 0, SC_FOLLOW_LINE, bSel, bKeep ); in ExecutePage()
362 pTabViewShell->MoveCursorEnd( 1, 0, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecutePage()
366 pTabViewShell->MoveCursorEnd( -1, -1, SC_FOLLOW_LINE, bSel, bKeep ); in ExecutePage()
370 pTabViewShell->MoveCursorEnd( 1, 1, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecutePage()
378 rReq.AppendItem( SfxBoolItem(FN_PARAM_2, bSel) ); in ExecutePage()