Home
last modified time | relevance | path

Searched refs:aReq1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx230 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog() local
231 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() local
250 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 14 milliseconds