Searched refs:SvxColorOptionsTabPage (Results 1 – 3 of 3) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | optcolor.cxx | 1536 SvxColorOptionsTabPage::SvxColorOptionsTabPage( in SvxColorOptionsTabPage() function in SvxColorOptionsTabPage 1552 Link aLk = LINK(this, SvxColorOptionsTabPage, SaveDeleteHdl_Impl ); in SvxColorOptionsTabPage() 1559 SvxColorOptionsTabPage::~SvxColorOptionsTabPage() in ~SvxColorOptionsTabPage() 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() 1660 IMPL_LINK(SvxColorOptionsTabPage, SchemeChangedHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument 1670 IMPL_LINK(SvxColorOptionsTabPage, SaveDeleteHdl_Impl, PushButton*, pButton ) in IMPL_LINK() argument [all …]
|
H A D | optcolor.hxx | 39 class SvxColorOptionsTabPage : public SfxTabPage class 63 SvxColorOptionsTabPage( Window* pParent, const SfxItemSet& rSet ); 64 ~SvxColorOptionsTabPage( );
|
H A D | treeopt.cxx | 356 case RID_SVXPAGE_COLORCONFIG: fnCreate = &SvxColorOptionsTabPage::Create; break; in CreateGeneralTabPage()
|
Completed in 21 milliseconds