Searched refs:SvxBitmapTabPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/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 | 97 AddTabPage( RID_SVXPAGE_BITMAP, SvxBitmapTabPage::Create, 0); in SvxAreaTabDialog() 326 ( (SvxBitmapTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END() 327 ( (SvxBitmapTabPage&) rPage ).SetBitmapList( maBitmapList ); in IMPL_LINK_INLINE_END() 328 ( (SvxBitmapTabPage&) rPage ).SetPageType( &mnPageType ); in IMPL_LINK_INLINE_END() 329 ( (SvxBitmapTabPage&) rPage ).SetDlgType( &mnDlgType ); in IMPL_LINK_INLINE_END() 330 ( (SvxBitmapTabPage&) rPage ).SetPos( &mnPos ); in IMPL_LINK_INLINE_END() 331 ( (SvxBitmapTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END() 332 ( (SvxBitmapTabPage&) rPage ).SetBmpChgd( &mnBitmapListState ); in IMPL_LINK_INLINE_END() 333 ( (SvxBitmapTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END() 334 ( (SvxBitmapTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 575 class SvxBitmapTabPage : public SvxTabPage class 635 SvxBitmapTabPage( Window* pParent, const SfxItemSet& rInAttrs );
|
Completed in 35 milliseconds