Lines Matching refs:_rRequest
2656 void SwBaseShell::InsertTable( SfxRequest& _rRequest ) in InsertTable() argument
2658 const SfxItemSet* pArgs = _rRequest.GetArgs(); in InsertTable()
2680 _rRequest.Done(); in InsertTable()
2692 SFX_REQUEST_ARG( _rRequest, pName, SfxStringItem, FN_INSERT_TABLE, sal_False ); in InsertTable()
2693 SFX_REQUEST_ARG( _rRequest, pCols, SfxUInt16Item, SID_ATTR_TABLE_COLUMN, sal_False ); in InsertTable()
2694 SFX_REQUEST_ARG( _rRequest, pRows, SfxUInt16Item, SID_ATTR_TABLE_ROW, sal_False ); in InsertTable()
2695 SFX_REQUEST_ARG( _rRequest, pFlags, SfxInt32Item, FN_PARAM_1, sal_False ); in InsertTable()
2696 SFX_REQUEST_ARG( _rRequest, pAuto, SfxStringItem, FN_PARAM_2, sal_False ); in InsertTable()
2742 _rRequest.Ignore(); in InsertTable()
2749 _rRequest.AppendItem( SfxStringItem( FN_INSERT_TABLE, aTableName ) ); in InsertTable()
2751 _rRequest.AppendItem( SfxStringItem( FN_PARAM_2, aAutoName ) ); in InsertTable()
2752 _rRequest.AppendItem( SfxUInt16Item( SID_ATTR_TABLE_COLUMN, nCols ) ); in InsertTable()
2753 _rRequest.AppendItem( SfxUInt16Item( SID_ATTR_TABLE_ROW, nRows ) ); in InsertTable()
2754 … _rRequest.AppendItem( SfxInt32Item( FN_PARAM_1, (sal_Int32) aInsTblOpts.mnInsMode ) ); in InsertTable()
2755 _rRequest.Done(); in InsertTable()