Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/optdlg/
H A Dtpview.cxx56 ScTpContentOptions::ScTpContentOptions( Window* pParent, in ScTpContentOptions() function in ScTpContentOptions
102 Link aSelObjHdl(LINK( this, ScTpContentOptions, SelLbObjHdl ) ); in ScTpContentOptions()
107 Link aCBHdl(LINK( this, ScTpContentOptions, CBHdl ) ); in ScTpContentOptions()
124 aGridCB .SetClickHdl( LINK( this, ScTpContentOptions, GridHdl ) ); in ScTpContentOptions()
130 ScTpContentOptions::~ScTpContentOptions() in ~ScTpContentOptions()
138 SfxTabPage* ScTpContentOptions::Create( Window* pParent, in Create()
141 return new ScTpContentOptions(pParent, rCoreSet); in Create()
146 sal_Bool ScTpContentOptions::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet()
192 void ScTpContentOptions::Reset( const SfxItemSet& rCoreSet ) in Reset()
255 void ScTpContentOptions::ActivatePage( const SfxItemSet& rSet) in ActivatePage()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dtpview.hxx42 class ScTpContentOptions : public SfxTabPage class
90 ScTpContentOptions( Window* pParent,
92 ~ScTpContentOptions();
/AOO42X/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1562 return ScTpContentOptions::Create; in GetTabPageCreatorFunc()