Searched refs:SwFldDokPage (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sw/source/ui/fldui/ |
| H A D | flddok.cxx | 63 SwFldDokPage::SwFldDokPage(Window* pWindow, const SfxItemSet& rCoreSet ) : in SwFldDokPage() function in SwFldDokPage 87 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage() 88 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage() 89 aNumFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, NumFormatHdl)); in SwFldDokPage() 102 __EXPORT SwFldDokPage::~SwFldDokPage() in ~SwFldDokPage() 110 void __EXPORT SwFldDokPage::Reset(const SfxItemSet& ) in Reset() 177 aTypeLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in Reset() 178 aTypeLB.SetSelectHdl(LINK(this, SwFldDokPage, TypeHdl)); in Reset() 179 aFormatLB.SetSelectHdl(LINK(this, SwFldDokPage, FormatHdl)); in Reset() 216 IMPL_LINK( SwFldDokPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
| H A D | flddok.hxx | 43 class SwFldDokPage : public SwFldPage class 77 SwFldDokPage(Window* pWindow, const SfxItemSet& rSet); 79 ~SwFldDokPage();
|
| H A D | fldtdlg.cxx | 94 AddTabPage(TP_FLD_DOK, SwFldDokPage::Create, 0); in SwFldDlg()
|
| H A D | fldedt.cxx | 189 pTabPage = SwFldDokPage::Create(this, *(SfxItemSet*)0); in CreatePage()
|