Lines Matching refs:_rRequest
2663 void SwBaseShell::InsertTable( SfxRequest& _rRequest ) in InsertTable() argument
2665 const SfxItemSet* pArgs = _rRequest.GetArgs(); in InsertTable()
2687 _rRequest.Done(); in InsertTable()
2699 SFX_REQUEST_ARG( _rRequest, pName, SfxStringItem, FN_INSERT_TABLE, sal_False ); in InsertTable()
2700 SFX_REQUEST_ARG( _rRequest, pCols, SfxUInt16Item, SID_ATTR_TABLE_COLUMN, sal_False ); in InsertTable()
2701 SFX_REQUEST_ARG( _rRequest, pRows, SfxUInt16Item, SID_ATTR_TABLE_ROW, sal_False ); in InsertTable()
2702 SFX_REQUEST_ARG( _rRequest, pFlags, SfxInt32Item, FN_PARAM_1, sal_False ); in InsertTable()
2703 SFX_REQUEST_ARG( _rRequest, pAuto, SfxStringItem, FN_PARAM_2, sal_False ); in InsertTable()
2749 _rRequest.Ignore(); in InsertTable()
2756 _rRequest.AppendItem( SfxStringItem( FN_INSERT_TABLE, aTableName ) ); in InsertTable()
2758 _rRequest.AppendItem( SfxStringItem( FN_PARAM_2, aAutoName ) ); in InsertTable()
2759 _rRequest.AppendItem( SfxUInt16Item( SID_ATTR_TABLE_COLUMN, nCols ) ); in InsertTable()
2760 _rRequest.AppendItem( SfxUInt16Item( SID_ATTR_TABLE_ROW, nRows ) ); in InsertTable()
2761 … _rRequest.AppendItem( SfxInt32Item( FN_PARAM_1, (sal_Int32) aInsTblOpts.mnInsMode ) ); in InsertTable()
2762 _rRequest.Done(); in InsertTable()