Searched refs:SvxBitmapPickTabPage (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/cui/source/tabpages/ |
| H A D | numpages.cxx | 951 SvxBitmapPickTabPage::SvxBitmapPickTabPage(Window* pParent, in SvxBitmapPickTabPage() function in SvxBitmapPickTabPage 968 pExamplesVS->SetSelectHdl(LINK(this, SvxBitmapPickTabPage, NumSelectHdl_Impl)); in SvxBitmapPickTabPage() 969 pExamplesVS->SetDoubleClickHdl(LINK(this, SvxBitmapPickTabPage, DoubleClickHdl_Impl)); in SvxBitmapPickTabPage() 970 aLinkedCB.SetClickHdl(LINK(this, SvxBitmapPickTabPage, LinkBmpHdl_Impl)); in SvxBitmapPickTabPage() 1002 SvxBitmapPickTabPage::~SvxBitmapPickTabPage() in ~SvxBitmapPickTabPage() 1019 SfxTabPage* SvxBitmapPickTabPage::Create( Window* pParent, in Create() 1022 return new SvxBitmapPickTabPage(pParent, rAttrSet); in Create() 1029 void SvxBitmapPickTabPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() 1068 int SvxBitmapPickTabPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage() 1078 sal_Bool SvxBitmapPickTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() [all …]
|
| /trunk/main/cui/source/inc/ |
| H A D | numpages.hxx | 200 class SvxBitmapPickTabPage : public SfxTabPage class 227 SvxBitmapPickTabPage(Window* pParent, 229 ~SvxBitmapPickTabPage();
|
| /trunk/main/cui/source/factory/ |
| H A D | dlgfact.cxx | 1769 return SvxBitmapPickTabPage::Create; in GetTabPageCreatorFunc()
|