Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/shells/
H A Dtextsh1.cxx244 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog() local
245 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() local
264 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 44 milliseconds