Searched refs:SvxBitmapTabPage (Results 1 – 3 of 3) sorted by relevance
/trunk/main/cui/source/tabpages/ |
H A D | tpbitmap.cxx | 80 SvxBitmapTabPage::SvxBitmapTabPage in SvxBitmapTabPage() function in SvxBitmapTabPage 133 LINK( this, SvxBitmapTabPage, ClickImportHdl_Impl ) ); in SvxBitmapTabPage() 135 LINK( this, SvxBitmapTabPage, ClickModifyHdl_Impl ) ); in SvxBitmapTabPage() 137 LINK( this, SvxBitmapTabPage, ClickDeleteHdl_Impl ) ); in SvxBitmapTabPage() 142 LINK( this, SvxBitmapTabPage, ChangeBitmapHdl_Impl ) ); in SvxBitmapTabPage() 162 void SvxBitmapTabPage::Construct() in Construct() 251 int SvxBitmapTabPage::DeactivatePage( SfxItemSet* _pSet) in DeactivatePage() 295 void SvxBitmapTabPage::Reset( const SfxItemSet& ) in Reset() 330 SfxTabPage* SvxBitmapTabPage::Create( Window* pWindow, in Create() 333 return new SvxBitmapTabPage( pWindow, rSet ); in Create() [all …]
|
H A D | tabarea.cxx | 106 AddTabPage( RID_SVXPAGE_BITMAP, SvxBitmapTabPage::Create, 0); in SvxAreaTabDialog() 335 ( (SvxBitmapTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END() 336 ( (SvxBitmapTabPage&) rPage ).SetBitmapList( maBitmapList ); in IMPL_LINK_INLINE_END() 337 ( (SvxBitmapTabPage&) rPage ).SetPageType( &mnPageType ); in IMPL_LINK_INLINE_END() 338 ( (SvxBitmapTabPage&) rPage ).SetDlgType( &mnDlgType ); in IMPL_LINK_INLINE_END() 339 ( (SvxBitmapTabPage&) rPage ).SetPos( &mnPos ); in IMPL_LINK_INLINE_END() 340 ( (SvxBitmapTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END() 341 ( (SvxBitmapTabPage&) rPage ).SetBmpChgd( &mnBitmapListState ); in IMPL_LINK_INLINE_END() 342 ( (SvxBitmapTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END() 343 ( (SvxBitmapTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
|
/trunk/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 587 class SvxBitmapTabPage : public SvxTabPage class 647 SvxBitmapTabPage( Window* pParent, const SfxItemSet& rInAttrs );
|
Completed in 19 milliseconds