Searched refs:SwFldDokPage (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 63 SwFldDokPage::SwFldDokPage(Window* pWindow, const SfxItemSet& rCoreSet ) : in SwFldDokPage() function in SwFldDokPage 102 __EXPORT SwFldDokPage::~SwFldDokPage() in ~SwFldDokPage() 110 void __EXPORT SwFldDokPage::Reset(const SfxItemSet& ) in Reset() 178 aTypeLB.SetSelectHdl(LINK(this, SwFldDokPage, TypeHdl)); in Reset() 216 IMPL_LINK( SwFldDokPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument 474 void SwFldDokPage::AddSubType(sal_uInt16 nTypeId) in AddSubType() 522 sal_uInt16 SwFldDokPage::FillFormatLB(sal_uInt16 nTypeId) in FillFormatLB() 561 IMPL_LINK( SwFldDokPage, FormatHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument 698 return ( new SwFldDokPage( pParent, rAttrSet ) ); in Create() 705 sal_uInt16 SwFldDokPage::GetGroup() in GetGroup() [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()
|
Completed in 16 milliseconds