Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptcolor.cxx1536 SvxColorOptionsTabPage::SvxColorOptionsTabPage( in SvxColorOptionsTabPage() function in SvxColorOptionsTabPage
1551 aColorSchemeLB.SetSelectHdl(LINK(this, SvxColorOptionsTabPage, SchemeChangedHdl_Impl)); in SvxColorOptionsTabPage()
1552 Link aLk = LINK(this, SvxColorOptionsTabPage, SaveDeleteHdl_Impl ); in SvxColorOptionsTabPage()
1559 SvxColorOptionsTabPage::~SvxColorOptionsTabPage() in ~SvxColorOptionsTabPage()
1583 SfxTabPage* SvxColorOptionsTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()
1585 return ( new SvxColorOptionsTabPage( pParent, rAttrSet ) ); in Create()
1590 sal_Bool SvxColorOptionsTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
1607 void SvxColorOptionsTabPage::Reset( const SfxItemSet& ) in Reset()
1643 int SvxColorOptionsTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
1652 void SvxColorOptionsTabPage::UpdateColorConfig() in UpdateColorConfig()
[all …]
H A Doptcolor.hxx39 class SvxColorOptionsTabPage : public SfxTabPage class
63 SvxColorOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
64 ~SvxColorOptionsTabPage( );
H A Dtreeopt.cxx356 … case RID_SVXPAGE_COLORCONFIG: fnCreate = &SvxColorOptionsTabPage::Create; break; in CreateGeneralTabPage()