Home
last modified time | relevance | path

Searched refs:SwCondCollPage (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx74 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()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dswuiccoll.hxx31 class SwCondCollPage : public SfxTabPage class
59 SwCondCollPage(Window *pParent, const SfxItemSet &rSet);
60 virtual ~SwCondCollPage();
/AOO42X/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx215 AddTabPage( TP_CONDCOLL, SwCondCollPage::Create, in SwTemplateDlg()
216 SwCondCollPage::GetRanges ); in SwTemplateDlg()
566 ((SwCondCollPage&)rPage).SetCollection( in PageCreated()