Lines Matching refs:AppendItem
242 aReq.AppendItem( SfxStringItem( FN_INSERT_STRING, sInsert ) ); in lcl_CharDialog()
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()
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()
487 aReq.AppendItem( SfxStringItem( nId, pDlg->GetStr() ) ); in Execute()
489 aReq.AppendItem( SfxStringItem( FN_PARAM_1, pDlg->GetFontName() ) ); in Execute()
575 rReq.AppendItem( SfxInt16Item( FN_INSERT_BREAK_DLG, nKind ) ); in Execute()
576 rReq.AppendItem( SfxUInt16Item( FN_PARAM_2, nPageNumber ) ); in Execute()
577 rReq.AppendItem( SfxStringItem( FN_PARAM_1, aTemplateName ) ); in Execute()
695 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), bSet ) ); in Execute()