Searched refs:SvxColorTabPage (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/cui/source/tabpages/ |
H A D | tpcolor.cxx | 77 SvxColorTabPage::SvxColorTabPage in SvxColorTabPage() function 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() 176 void SvxColorTabPage::ImpColorCountChanged() in ImpColorCountChanged() 199 void SvxColorTabPage::Construct() in Construct() 304 long SvxColorTabPage::CheckChanges_Impl() in CheckChanges_Impl() 411 void SvxColorTabPage::Reset( const SfxItemSet& rSet ) in Reset() 451 SfxTabPage* SvxColorTabPage::Create( Window* pWindow, in Create() 1155 long SvxColorTabPage::ChangeColorHdl_Impl( void* ) in ChangeColorHdl_Impl() [all …]
|
H A D | tabarea.cxx | 94 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()
|
/aoo4110/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 676 class SvxColorTabPage : public SfxTabPage class 759 SvxColorTabPage( Window* pParent, const SfxItemSet& rInAttrs );
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 346 case RID_SVXPAGE_COLOR: fnCreate = &SvxColorTabPage::Create; break; in CreateGeneralTabPage() 1203 SvxColorTabPage& rColPage = *(SvxColorTabPage*)pPageInfo->m_pPage; in IMPL_LINK()
|
Completed in 55 milliseconds