Lines Matching refs:nRepeat

61 	SCsCOLROW	        nRepeat = 1;  in ExecuteCursor()  local
69 nRepeat = static_cast<SCsCOLROW>(((const SfxInt16Item*)pItem)->GetValue()); 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()
163 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursor()
176 short nRepeat = 1; in ExecuteCursorSel() local
182 nRepeat = ((const SfxInt16Item*)pItem)->GetValue(); in ExecuteCursorSel()
203 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, nRepeat ) ); in ExecuteCursorSel()