Searched refs:aReq1 (Results 1 – 1 of 1) sorted by relevance
230 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog() local231 aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) ); in lcl_CharDialog()232 aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_True) ); in lcl_CharDialog()233 aReq1.Done(); in lcl_CharDialog()249 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_RIGHT ); in lcl_CharDialog() local250 aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) ); in lcl_CharDialog()251 aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_False) ); in lcl_CharDialog()252 aReq1.Done(); in lcl_CharDialog()
Completed in 12 milliseconds