Searched refs:SwFldFuncPage (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/ui/fldui/ |
| H A D | fldfunc.cxx | 68 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 D | fldfunc.hxx | 42 class SwFldFuncPage : public SwFldPage class 95 SwFldFuncPage(Window* pParent, const SfxItemSet& rSet); 97 ~SwFldFuncPage();
|
| H A D | fldtdlg.cxx | 101 AddTabPage(TP_FLD_FUNC, SwFldFuncPage::Create, 0); in SwFldDlg()
|
| H A D | fldedt.cxx | 193 pTabPage = SwFldFuncPage::Create(this, *(SfxItemSet*)0); in CreatePage()
|