Lines Matching refs:SwCondCollPage

74 SwCondCollPage::SwCondCollPage(Window *pParent, const SfxItemSet &rSet)  in SwCondCollPage()  function in SwCondCollPage
103 aConditionCB.SetClickHdl( LINK(this, SwCondCollPage, OnOffHdl)); in SwCondCollPage()
104 aTbLinks.SetDoubleClickHdl( LINK(this, SwCondCollPage, AssignRemoveHdl )); in SwCondCollPage()
105 aStyleLB.SetDoubleClickHdl( LINK(this, SwCondCollPage, AssignRemoveHdl )); in SwCondCollPage()
106 aRemovePB.SetClickHdl( LINK(this, SwCondCollPage, AssignRemoveHdl )); in SwCondCollPage()
107 aAssignPB.SetClickHdl( LINK(this, SwCondCollPage, AssignRemoveHdl )); in SwCondCollPage()
108 aTbLinks.SetSelectHdl( LINK(this, SwCondCollPage, SelectHdl)); in SwCondCollPage()
109 aStyleLB.SetSelectHdl( LINK(this, SwCondCollPage, SelectHdl)); in SwCondCollPage()
110 aFilterLB.SetSelectHdl( LINK(this, SwCondCollPage, SelectHdl)); in SwCondCollPage()
151 __EXPORT SwCondCollPage::~SwCondCollPage() in ~SwCondCollPage()
159 int __EXPORT SwCondCollPage::DeactivatePage(SfxItemSet * _pSet) in DeactivatePage()
172 SfxTabPage* __EXPORT SwCondCollPage::Create(Window *pParent, const SfxItemSet &rSet) in Create()
174 return new SwCondCollPage(pParent, rSet); in Create()
182 sal_Bool __EXPORT SwCondCollPage::FillItemSet(SfxItemSet &rSet) in FillItemSet()
200 void __EXPORT SwCondCollPage::Reset(const SfxItemSet &/*rSet*/) in Reset()
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
314 IMPL_LINK( SwCondCollPage, SelectHdl, ListBox*, pBox) in IMPL_LINK() argument
356 void SwCondCollPage::SetCollection( SwFmt* pFormat, sal_Bool bNew ) in SetCollection()