Lines Matching refs:rArgSet
56 const SfxItemSet& rArgSet ) in ScTpSubTotalGroup() argument
59 rArgSet ), in ScTpSubTotalGroup()
72 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalGroup()
74 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalGroup()
139 const SfxItemSet& rArgSet ) in DoReset() argument
161 rArgSet.Get( nWhichSubTotals )). in DoReset()
196 SfxItemSet& rArgSet ) in DoFillItemSet() argument
269 rArgSet.Put( ScSubTotalItem( SCITEM_SUBTDATA, &theSubTotalData ) ); in DoFillItemSet()
437 const SfxItemSet& rArgSet ) in Create() argument
438 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create()
443 const SfxItemSet& rArgSet ) in Create() argument
444 { return ( new ScTpSubTotalGroup2( pParent, rArgSet ) ); } in Create()
449 const SfxItemSet& rArgSet ) in Create() argument
450 { return ( new ScTpSubTotalGroup3( pParent, rArgSet ) ); } in Create()
454 ScTpSubTotalGroup1::ScTpSubTotalGroup1( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup1() argument
455 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP1, rArgSet ) in ScTpSubTotalGroup1()
458 ScTpSubTotalGroup2::ScTpSubTotalGroup2( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup2() argument
459 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP2, rArgSet ) in ScTpSubTotalGroup2()
462 ScTpSubTotalGroup3::ScTpSubTotalGroup3( Window* pParent, const SfxItemSet& rArgSet ) : in ScTpSubTotalGroup3() argument
463 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP3, rArgSet ) in ScTpSubTotalGroup3()
469 #define RESET(i) (ScTpSubTotalGroup::DoReset( (i), rArgSet ))
471 void __EXPORT ScTpSubTotalGroup1::Reset( const SfxItemSet& rArgSet ) { RESET(1); } in Reset() argument
473 void __EXPORT ScTpSubTotalGroup2::Reset( const SfxItemSet& rArgSet ) { RESET(2); } in Reset() argument
475 void __EXPORT ScTpSubTotalGroup3::Reset( const SfxItemSet& rArgSet ) { RESET(3); } in Reset() argument
481 #define FILLSET(i) (ScTpSubTotalGroup::DoFillItemSet( (i), rArgSet ))
483 sal_Bool __EXPORT ScTpSubTotalGroup1::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(1); } in FillItemSet() argument
485 sal_Bool __EXPORT ScTpSubTotalGroup2::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(2); } in FillItemSet() argument
487 sal_Bool __EXPORT ScTpSubTotalGroup3::FillItemSet( SfxItemSet& rArgSet ) { return FILLSET(3); } in FillItemSet() argument
495 const SfxItemSet& rArgSet ) in ScTpSubTotalOptions() argument
499 rArgSet ), in ScTpSubTotalOptions()
514 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalOptions()
516 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalOptions()
553 const SfxItemSet& rArgSet ) in Create() argument
555 return ( new ScTpSubTotalOptions( pParent, rArgSet ) ); in Create()
587 sal_Bool __EXPORT ScTpSubTotalOptions::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() argument
610 rArgSet.Put( ScSubTotalItem( nWhichSubTotals, &theSubTotalData ) ); in FillItemSet()