Home
last modified time | relevance | path

Searched refs:SwFldFuncPage (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dfldfunc.cxx68 SwFldFuncPage::SwFldFuncPage(Window* pParent, const SfxItemSet& rCoreSet ) : in SwFldFuncPage() function in SwFldFuncPage
102 aNameED.SetModifyHdl(LINK(this, SwFldFuncPage, ModifyHdl)); in SwFldFuncPage()
117 SwFldFuncPage::~SwFldFuncPage() in ~SwFldFuncPage()
125 void SwFldFuncPage::Reset(const SfxItemSet& ) in Reset()
164 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
165 aTypeLB.SetSelectHdl (LINK(this, SwFldFuncPage, TypeHdl)); in Reset()
166 aSelectionLB.SetSelectHdl (LINK(this, SwFldFuncPage, SelectHdl)); in Reset()
167 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertMacroHdl)); in Reset()
168 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
169 aMacroBT.SetClickHdl (LINK(this, SwFldFuncPage, MacroHdl)); in Reset()
[all …]
H A Dfldfunc.hxx42 class SwFldFuncPage : public SwFldPage class
95 SwFldFuncPage(Window* pParent, const SfxItemSet& rSet);
97 ~SwFldFuncPage();
H A Dfldtdlg.cxx101 AddTabPage(TP_FLD_FUNC, SwFldFuncPage::Create, 0); in SwFldDlg()
H A Dfldedt.cxx193 pTabPage = SwFldFuncPage::Create(this, *(SfxItemSet*)0); in CreatePage()