Home
last modified time | relevance | path

Searched refs:ScTpContentOptions (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/optdlg/
H A Dtpview.cxx59 ScTpContentOptions::ScTpContentOptions( Window* pParent, in ScTpContentOptions() function in ScTpContentOptions
106 Link aSelObjHdl(LINK( this, ScTpContentOptions, SelLbObjHdl ) ); in ScTpContentOptions()
111 Link aCBHdl(LINK( this, ScTpContentOptions, CBHdl ) ); in ScTpContentOptions()
129 aGridCB .SetClickHdl( LINK( this, ScTpContentOptions, GridHdl ) ); in ScTpContentOptions()
135 ScTpContentOptions::~ScTpContentOptions() in ~ScTpContentOptions()
143 SfxTabPage* ScTpContentOptions::Create( Window* pParent, in Create()
146 return new ScTpContentOptions(pParent, rCoreSet); in Create()
151 sal_Bool ScTpContentOptions::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet()
198 void ScTpContentOptions::Reset( const SfxItemSet& rCoreSet ) in Reset()
263 void ScTpContentOptions::ActivatePage( const SfxItemSet& rSet) in ActivatePage()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dtpview.hxx42 class ScTpContentOptions : public SfxTabPage class
91 ScTpContentOptions( Window* pParent,
93 ~ScTpContentOptions();
/AOO41X/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1563 return ScTpContentOptions::Create; in GetTabPageCreatorFunc()