Home
last modified time | relevance | path

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

/AOO42X/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.cxx103 AddTabPage( RID_SVXPAGE_COLOR, SvxColorTabPage::Create, 0 ); in SvxAreaTabDialog()
347 ( (SvxColorTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END()
348 ( (SvxColorTabPage&) rPage ).SetPageType( &mnPageType ); in IMPL_LINK_INLINE_END()
349 ( (SvxColorTabPage&) rPage ).SetDlgType( &mnDlgType ); in IMPL_LINK_INLINE_END()
350 ( (SvxColorTabPage&) rPage ).SetPos( &mnPos ); in IMPL_LINK_INLINE_END()
351 ( (SvxColorTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END()
352 ( (SvxColorTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END()
353 ( (SvxColorTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
/AOO42X/main/cui/source/inc/
H A Dcuitabarea.hxx671 class SvxColorTabPage : public SfxTabPage class
754 SvxColorTabPage( Window* pParent, const SfxItemSet& rInAttrs );
/AOO42X/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()