Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/fldui/
H A Dflddinf.cxx70 SwFldDokInfPage::SwFldDokInfPage(Window* pWindow, const SfxItemSet& rCoreSet ) : in SwFldDokInfPage() function in SwFldDokInfPage
106 __EXPORT SwFldDokInfPage::~SwFldDokInfPage() in ~SwFldDokInfPage()
114 void __EXPORT SwFldDokInfPage::Reset(const SfxItemSet& ) in Reset()
222 aTypeTLB.SetSelectHdl(LINK(this, SwFldDokInfPage, TypeHdl)); in Reset()
223 aTypeTLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
224 aSelectionLB.SetSelectHdl(LINK(this, SwFldDokInfPage, SubTypeHdl)); in Reset()
225 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
226 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
240 IMPL_LINK( SwFldDokInfPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
266 IMPL_LINK( SwFldDokInfPage, SubTypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
[all …]
H A Dflddinf.hxx43 class SwFldDokInfPage : public SwFldPage class
71 SwFldDokInfPage(Window* pWindow, const SfxItemSet& rSet);
73 ~SwFldDokInfPage();
H A Dfldtdlg.cxx96 AddTabPage(TP_FLD_DOKINF, SwFldDokInfPage::Create, 0); in SwFldDlg()
H A Dfldedt.cxx221 pTabPage = SwFldDokInfPage::Create(this, *pSet); in CreatePage()