Lines Matching refs:pParent

55 ScTpSubTotalGroup::ScTpSubTotalGroup( Window* pParent, sal_uInt16 nResId,  in ScTpSubTotalGroup()  argument
57 : SfxTabPage ( pParent, in ScTpSubTotalGroup()
436 SfxTabPage* __EXPORT ScTpSubTotalGroup1::Create( Window* pParent, in Create() argument
438 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create()
442 SfxTabPage* __EXPORT ScTpSubTotalGroup2::Create( Window* pParent, in Create() argument
444 { return ( new ScTpSubTotalGroup2( pParent, rArgSet ) ); } in Create()
448 SfxTabPage* __EXPORT ScTpSubTotalGroup3::Create( Window* pParent, 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()
494 ScTpSubTotalOptions::ScTpSubTotalOptions( Window* pParent, in ScTpSubTotalOptions() argument
497 : SfxTabPage ( pParent, in ScTpSubTotalOptions()
552 SfxTabPage* __EXPORT ScTpSubTotalOptions::Create( Window* pParent, in Create() argument
555 return ( new ScTpSubTotalOptions( pParent, rArgSet ) ); in Create()