Searched refs:ScTpSubTotalOptions (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 494 ScTpSubTotalOptions::ScTpSubTotalOptions( Window* pParent, in ScTpSubTotalOptions() function in ScTpSubTotalOptions 528 __EXPORT ScTpSubTotalOptions::~ScTpSubTotalOptions() in ~ScTpSubTotalOptions() 534 void ScTpSubTotalOptions::Init() in Init() 544 aBtnSort.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init() 545 aBtnUserDef.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init() 552 SfxTabPage* __EXPORT ScTpSubTotalOptions::Create( Window* pParent, in Create() 555 return ( new ScTpSubTotalOptions( pParent, rArgSet ) ); in Create() 560 void __EXPORT ScTpSubTotalOptions::Reset( const SfxItemSet& /* rArgSet */ ) in Reset() 587 sal_Bool __EXPORT ScTpSubTotalOptions::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() 617 void ScTpSubTotalOptions::FillUserSortListBox() in FillUserSortListBox() [all …]
|
H A D | subtdlg.cxx | 48 AddTabPage( PAGE_OPTIONS, ScTpSubTotalOptions::Create, 0 ); in ScSubTotalDlg()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tpsubt.hxx | 141 class ScTpSubTotalOptions : public SfxTabPage class 144 ScTpSubTotalOptions( Window* pParent, 148 virtual ~ScTpSubTotalOptions();
|
Completed in 20 milliseconds