Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/fldui/
H A Dfldref.cxx81 SwFldRefPage::SwFldRefPage(Window* pParent, const SfxItemSet& rCoreSet ) : in SwFldRefPage() function in SwFldRefPage
112 aNameED.SetModifyHdl(LINK(this, SwFldRefPage, ModifyHdl)); in SwFldRefPage()
114 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage()
115 aTypeLB.SetSelectHdl (LINK(this, SwFldRefPage, TypeHdl)); in SwFldRefPage()
116 aSelectionLB.SetSelectHdl (LINK(this, SwFldRefPage, SubTypeHdl)); in SwFldRefPage()
117 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage()
118 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage()
121 aSelectionToolTipLB.SetSelectHdl( LINK(this, SwFldRefPage, SubTypeHdl) ); in SwFldRefPage()
122 aSelectionToolTipLB.SetDoubleClickHdl( LINK(this, SwFldRefPage, InsertHdl) ); in SwFldRefPage()
133 SwFldRefPage::~SwFldRefPage() in ~SwFldRefPage()
[all …]
H A Dfldref.hxx47 class SwFldRefPage : public SwFldPage class
96 SwFldRefPage(Window* pParent, const SfxItemSet& rSet);
98 ~SwFldRefPage();
H A Dfldtdlg.cxx100 AddTabPage(TP_FLD_REF, SwFldRefPage::Create, 0); in SwFldDlg()
H A Dfldedt.cxx197 pTabPage = SwFldRefPage::Create(this, *(SfxItemSet*)0); in CreatePage()