Lines Matching refs:SwFldDokPage

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
317 aSelectionLB.SetSelectHdl(LINK(this, SwFldDokPage, SubTypeHdl)); in IMPL_LINK()
474 void SwFldDokPage::AddSubType(sal_uInt16 nTypeId) in AddSubType()
484 IMPL_LINK( SwFldDokPage, SubTypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
522 sal_uInt16 SwFldDokPage::FillFormatLB(sal_uInt16 nTypeId) in FillFormatLB()
561 IMPL_LINK( SwFldDokPage, FormatHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
597 sal_Bool __EXPORT SwFldDokPage::FillItemSet(SfxItemSet& ) in FillItemSet()
695 SfxTabPage* __EXPORT SwFldDokPage::Create( Window* pParent, in Create()
698 return ( new SwFldDokPage( pParent, rAttrSet ) ); in Create()
705 sal_uInt16 SwFldDokPage::GetGroup() in GetGroup()
713 void SwFldDokPage::FillUserData() in FillUserData()