Lines Matching refs:nSlot
93 sal_uInt16 nSlot = rReq.GetSlot(); in ExecBasicMove() local
99 switch(nSlot) in ExecBasicMove()
119 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMove() local
121 switch ( nSlot ) in ExecMove()
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()
159 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMovePage() local
160 switch( nSlot ) in ExecMovePage()
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()
206 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMoveLingu() local
208 switch ( nSlot ) in ExecMoveLingu()
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()
247 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMoveMisc() local
249 switch ( nSlot ) in ExecMoveMisc()
362 rReq.SetReturnValue(SfxBoolItem( nSlot, bRet )); in ExecMoveMisc()