Searched refs:SwCondCollPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | swuiccoll.cxx | 74 SwCondCollPage::SwCondCollPage(Window *pParent, const SfxItemSet &rSet) in SwCondCollPage() function in SwCondCollPage 108 aTbLinks.SetSelectHdl( LINK(this, SwCondCollPage, SelectHdl)); in SwCondCollPage() 109 aStyleLB.SetSelectHdl( LINK(this, SwCondCollPage, SelectHdl)); in SwCondCollPage() 151 __EXPORT SwCondCollPage::~SwCondCollPage() in ~SwCondCollPage() 159 int __EXPORT SwCondCollPage::DeactivatePage(SfxItemSet * _pSet) in DeactivatePage() 174 return new SwCondCollPage(pParent, rSet); in Create() 182 sal_Bool __EXPORT SwCondCollPage::FillItemSet(SfxItemSet &rSet) in FillItemSet() 248 sal_uInt16* __EXPORT SwCondCollPage::GetRanges() in GetRanges() 259 IMPL_LINK( SwCondCollPage, OnOffHdl, CheckBox*, pBox ) in IMPL_LINK() argument 280 IMPL_LINK( SwCondCollPage, AssignRemoveHdl, PushButton*, pBtn) in IMPL_LINK() argument [all …]
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swuiccoll.hxx | 31 class SwCondCollPage : public SfxTabPage class 59 SwCondCollPage(Window *pParent, const SfxItemSet &rSet); 60 virtual ~SwCondCollPage();
|
/aoo41x/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 209 AddTabPage( TP_CONDCOLL, SwCondCollPage::Create, in SwTemplateDlg() 210 SwCondCollPage::GetRanges ); in SwTemplateDlg() 527 ((SwCondCollPage&)rPage).SetCollection( in PageCreated()
|
Completed in 17 milliseconds