Lines Matching refs:rArgSet
57 const SfxItemSet& rArgSet ) in ScTpSubTotalGroup() argument
60 rArgSet ), in ScTpSubTotalGroup()
73 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalGroup()
75 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalGroup()
140 const SfxItemSet& rArgSet ) in DoReset() argument
162 rArgSet.Get( nWhichSubTotals )). in DoReset()
197 SfxItemSet& rArgSet ) in DoFillItemSet() argument
270 rArgSet.Put( ScSubTotalItem( SCITEM_SUBTDATA, &theSubTotalData ) ); in DoFillItemSet()
438 const SfxItemSet& rArgSet ) in Create() argument
439 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create()
444 const SfxItemSet& rArgSet ) in Create() argument
445 { return ( new ScTpSubTotalGroup2( pParent, rArgSet ) ); } in Create()
450 const SfxItemSet& rArgSet ) in Create() argument
451 { return ( new ScTpSubTotalGroup3( pParent, rArgSet ) ); } in Create()
455 ScTpSubTotalGroup1::ScTpSubTotalGroup1( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup1() argument
456 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP1, rArgSet ) in ScTpSubTotalGroup1()
459 ScTpSubTotalGroup2::ScTpSubTotalGroup2( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup2() argument
460 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP2, rArgSet ) in ScTpSubTotalGroup2()
463 ScTpSubTotalGroup3::ScTpSubTotalGroup3( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup3() argument
464 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP3, rArgSet ) in ScTpSubTotalGroup3()
470 #define RESET(i) (ScTpSubTotalGroup::DoReset( (i), rArgSet ))
472 void __EXPORT ScTpSubTotalGroup1::Reset( const SfxItemSet& rArgSet ) { RESET(1); } in Reset() argument
474 void __EXPORT ScTpSubTotalGroup2::Reset( const SfxItemSet& rArgSet ) { RESET(2); } in Reset() argument
476 void __EXPORT ScTpSubTotalGroup3::Reset( const SfxItemSet& rArgSet ) { RESET(3); } in Reset() argument
482 #define FILLSET(i) (ScTpSubTotalGroup::DoFillItemSet( (i), rArgSet ))
484 sal_Bool __EXPORT ScTpSubTotalGroup1::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(1); } in FillItemSet() argument
486 sal_Bool __EXPORT ScTpSubTotalGroup2::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(2); } in FillItemSet() argument
488 sal_Bool __EXPORT ScTpSubTotalGroup3::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(3); } in FillItemSet() argument
496 const SfxItemSet& rArgSet ) in ScTpSubTotalOptions() argument
500 rArgSet ), in ScTpSubTotalOptions()
515 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalOptions()
517 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalOptions()
554 const SfxItemSet& rArgSet ) in Create() argument
556 return ( new ScTpSubTotalOptions( pParent, rArgSet ) ); in Create()
588 sal_Bool __EXPORT ScTpSubTotalOptions::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() argument
611 rArgSet.Put( ScSubTotalItem( nWhichSubTotals, &theSubTotalData ) ); in FillItemSet()