Searched refs:aReq1 (Results 1 – 1 of 1) sorted by relevance
244 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog() local245 aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) ); in lcl_CharDialog()246 aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_True) ); in lcl_CharDialog()247 aReq1.Done(); in lcl_CharDialog()263 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_RIGHT ); in lcl_CharDialog() local264 aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) ); in lcl_CharDialog()265 aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_False) ); in lcl_CharDialog()266 aReq1.Done(); in lcl_CharDialog()
Completed in 9 milliseconds