Searched refs:SwEndNoteOptionPage (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sw/source/ui/misc/ |
| H A D | docfnote.cxx | 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() [all …]
|
| H A D | impfnote.hxx | 43 class SwEndNoteOptionPage : public SfxTabPage class 94 SwEndNoteOptionPage( Window *pParent, sal_Bool bEndNote, 96 ~SwEndNoteOptionPage(); 105 class SwFootNoteOptionPage : public SwEndNoteOptionPage
|