Searched refs:ScTpSubTotalOptions (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 495 ScTpSubTotalOptions::ScTpSubTotalOptions( Window* pParent, in ScTpSubTotalOptions() function in ScTpSubTotalOptions 529 __EXPORT ScTpSubTotalOptions::~ScTpSubTotalOptions() in ~ScTpSubTotalOptions() 535 void ScTpSubTotalOptions::Init() in Init() 545 aBtnSort.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init() 546 aBtnUserDef.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init() 553 SfxTabPage* __EXPORT ScTpSubTotalOptions::Create( Window* pParent, in Create() 556 return ( new ScTpSubTotalOptions( pParent, rArgSet ) ); in Create() 561 void __EXPORT ScTpSubTotalOptions::Reset( const SfxItemSet& /* rArgSet */ ) in Reset() 588 sal_Bool __EXPORT ScTpSubTotalOptions::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() 618 void ScTpSubTotalOptions::FillUserSortListBox() in FillUserSortListBox() [all …]
|
H A D | subtdlg.cxx | 49 AddTabPage( PAGE_OPTIONS, ScTpSubTotalOptions::Create, 0 ); in ScSubTotalDlg()
|
/aoo41x/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 22 milliseconds