Searched refs:SvxColorOptionsTabPage (Results 1 – 3 of 3) sorted by relevance
1536 SvxColorOptionsTabPage::SvxColorOptionsTabPage( in SvxColorOptionsTabPage() function in SvxColorOptionsTabPage1551 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 …]
39 class SvxColorOptionsTabPage : public SfxTabPage class63 SvxColorOptionsTabPage( Window* pParent, const SfxItemSet& rSet );64 ~SvxColorOptionsTabPage( );
356 … case RID_SVXPAGE_COLORCONFIG: fnCreate = &SvxColorOptionsTabPage::Create; break; in CreateGeneralTabPage()