Lines Matching refs:SvxBulletPickTabPage
455 SvxBulletPickTabPage::SvxBulletPickTabPage(Window* pParent, in SvxBulletPickTabPage() function in SvxBulletPickTabPage
469 pExamplesVS->SetSelectHdl(LINK(this, SvxBulletPickTabPage, NumSelectHdl_Impl)); in SvxBulletPickTabPage()
470 pExamplesVS->SetDoubleClickHdl(LINK(this, SvxBulletPickTabPage, DoubleClickHdl_Impl)); in SvxBulletPickTabPage()
479 SvxBulletPickTabPage::~SvxBulletPickTabPage() in ~SvxBulletPickTabPage()
490 SfxTabPage* SvxBulletPickTabPage::Create( Window* pParent, in Create()
493 return new SvxBulletPickTabPage(pParent, rAttrSet); in Create()
501 sal_Bool SvxBulletPickTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
515 void SvxBulletPickTabPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
552 int SvxBulletPickTabPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage()
564 void SvxBulletPickTabPage::Reset( const SfxItemSet& rSet ) in Reset()
596 IMPL_LINK(SvxBulletPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG) in IMPL_LINK() argument
632 IMPL_LINK(SvxBulletPickTabPage, DoubleClickHdl_Impl, ValueSet*, EMPTYARG) in IMPL_LINK() argument
641 void SvxBulletPickTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated()