Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptchart.cxx52 SvxDefaultColorOptPage::SvxDefaultColorOptPage( Window* pParent, const SfxItemSet& rInAttrs ) : in SvxDefaultColorOptPage() function in SvxDefaultColorOptPage
64 aPBDefault.SetClickHdl( LINK( this, SvxDefaultColorOptPage, ResetToDefaults ) ); in SvxDefaultColorOptPage()
65 aLbChartColors.SetSelectHdl( LINK( this, SvxDefaultColorOptPage, ListClickedHdl ) ); in SvxDefaultColorOptPage()
66 aValSetColorBox.SetSelectHdl( LINK( this, SvxDefaultColorOptPage, BoxClickedHdl ) ); in SvxDefaultColorOptPage()
94 SvxDefaultColorOptPage::~SvxDefaultColorOptPage() in ~SvxDefaultColorOptPage()
104 void SvxDefaultColorOptPage::Construct() in Construct()
116 SfxTabPage* __EXPORT SvxDefaultColorOptPage::Create( Window* pParent, const SfxItemSet& rAttrs ) in Create()
118 return new SvxDefaultColorOptPage( pParent, rAttrs ); in Create()
121 sal_Bool __EXPORT SvxDefaultColorOptPage::FillItemSet( SfxItemSet& rOutAttrs ) in FillItemSet()
129 void __EXPORT SvxDefaultColorOptPage::Reset( const SfxItemSet& ) in Reset()
[all …]
H A Doptchart.hxx53 class SvxDefaultColorOptPage : public SfxTabPage class
74 SvxDefaultColorOptPage( Window* pParent, const SfxItemSet& rInAttrs );
75 virtual ~SvxDefaultColorOptPage();
H A Dtreeopt.cxx368 … case RID_OPTPAGE_CHART_DEFCOLORS: fnCreate = &SvxDefaultColorOptPage::Create; break; in CreateGeneralTabPage()