Home
last modified time | relevance | path

Searched refs:SvxColorTabPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dtpcolor.cxx77 SvxColorTabPage::SvxColorTabPage in SvxColorTabPage() function in SvxColorTabPage
141 LINK( this, SvxColorTabPage, SelectColorLBHdl_Impl ) ); in SvxColorTabPage()
143 LINK( this, SvxColorTabPage, SelectValSetHdl_Impl ) ); in SvxColorTabPage()
145 LINK( this, SvxColorTabPage, SelectColorModelHdl_Impl ) ); in SvxColorTabPage()
147 Link aLink = LINK( this, SvxColorTabPage, ModifiedHdl_Impl ); in SvxColorTabPage()
153 aBtnAdd.SetClickHdl( LINK( this, SvxColorTabPage, ClickAddHdl_Impl ) ); in SvxColorTabPage()
155 LINK( this, SvxColorTabPage, ClickModifyHdl_Impl ) ); in SvxColorTabPage()
157 LINK( this, SvxColorTabPage, ClickWorkOnHdl_Impl ) ); in SvxColorTabPage()
159 LINK( this, SvxColorTabPage, ClickDeleteHdl_Impl ) ); in SvxColorTabPage()
160 aBtnLoad.SetClickHdl( LINK( this, SvxColorTabPage, ClickLoadHdl_Impl ) ); in SvxColorTabPage()
[all …]
H A Dtabarea.cxx94 AddTabPage( RID_SVXPAGE_COLOR, SvxColorTabPage::Create, 0 ); in SvxAreaTabDialog()
338 ( (SvxColorTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END()
339 ( (SvxColorTabPage&) rPage ).SetPageType( &mnPageType ); in IMPL_LINK_INLINE_END()
340 ( (SvxColorTabPage&) rPage ).SetDlgType( &mnDlgType ); in IMPL_LINK_INLINE_END()
341 ( (SvxColorTabPage&) rPage ).SetPos( &mnPos ); in IMPL_LINK_INLINE_END()
342 ( (SvxColorTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END()
343 ( (SvxColorTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END()
344 ( (SvxColorTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
/AOO41X/main/cui/source/inc/
H A Dcuitabarea.hxx676 class SvxColorTabPage : public SfxTabPage class
759 SvxColorTabPage( Window* pParent, const SfxItemSet& rInAttrs );
/AOO41X/main/cui/source/options/
H A Dtreeopt.cxx346 case RID_SVXPAGE_COLOR: fnCreate = &SvxColorTabPage::Create; break; in CreateGeneralTabPage()
1203 SvxColorTabPage& rColPage = *(SvxColorTabPage*)pPageInfo->m_pPage; in IMPL_LINK()