Lines Matching refs:SwEndNoteOptionPage

77 	AddTabPage( TP_ENDNOTEOPTION,  SwEndNoteOptionPage::Create, 0 );  in SwFootNoteOptionDlg()
82 ((SwEndNoteOptionPage&)rPage).SetShell( rSh ); in PageCreated()
106 SwEndNoteOptionPage::SwEndNoteOptionPage( Window *pParent, sal_Bool bEN, in SwEndNoteOptionPage() function in SwEndNoteOptionPage
152 aPosPageBox.SetClickHdl(LINK(this, SwEndNoteOptionPage, PosPageHdl)); in SwEndNoteOptionPage()
153 aPosChapterBox.SetClickHdl(LINK(this, SwEndNoteOptionPage, PosChapterHdl)); in SwEndNoteOptionPage()
154 aNumCountBox.SetSelectHdl(LINK(this, SwEndNoteOptionPage, NumCountHdl)); in SwEndNoteOptionPage()
160 void SwEndNoteOptionPage::Reset( const SfxItemSet& ) in Reset()
282 SwEndNoteOptionPage::~SwEndNoteOptionPage() in ~SwEndNoteOptionPage()
286 SfxTabPage *SwEndNoteOptionPage::Create( Window *pParent, const SfxItemSet &rSet ) in Create()
288 return new SwEndNoteOptionPage( pParent, sal_True, rSet ); in Create()
297 void SwEndNoteOptionPage::SelectNumbering(int eNum) in SelectNumbering()
322 int SwEndNoteOptionPage::GetNumbering() const in GetNumbering()
331 void SwEndNoteOptionPage::SetShell( SwWrtShell &rShell ) in SetShell()
352 IMPL_LINK( SwEndNoteOptionPage, PosPageHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
373 IMPL_LINK( SwEndNoteOptionPage, NumCountHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
394 IMPL_LINK_INLINE_START( SwEndNoteOptionPage, PosChapterHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
406 IMPL_LINK_INLINE_END( SwEndNoteOptionPage, PosChapterHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
433 sal_Bool SwEndNoteOptionPage::FillItemSet( SfxItemSet & ) in FillItemSet()
481 SwEndNoteOptionPage( pParent, sal_False, rSet ) in SwFootNoteOptionPage()