Home
last modified time | relevance | path

Searched refs:SwInsertBookmarkDlg (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/ui/misc/
H A Dbookmark.cxx50 IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox ) in IMPL_LINK() argument
88 IMPL_LINK( SwInsertBookmarkDlg, DeleteHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
110 void SwInsertBookmarkDlg::Apply() in Apply()
148 SwInsertBookmarkDlg::SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rS, SfxRequest& rRequest ) : in SwInsertBookmarkDlg() function in SwInsertBookmarkDlg
159 aBookmarkBox.SetModifyHdl(LINK(this, SwInsertBookmarkDlg, ModifyHdl)); in SwInsertBookmarkDlg()
163 aDeleteBtn.SetClickHdl(LINK(this, SwInsertBookmarkDlg, DeleteHdl)); in SwInsertBookmarkDlg()
183 SwInsertBookmarkDlg::~SwInsertBookmarkDlg() in ~SwInsertBookmarkDlg()
/aoo41x/main/sw/source/ui/inc/
H A Dbookmark.hxx62 class SwInsertBookmarkDlg: public SvxStandardDialog class
80 SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxRequest& rReq );
81 ~SwInsertBookmarkDlg();
/aoo41x/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx751 pDlg = new SwInsertBookmarkDlg( pParent, rSh, rReq ); in CreateSwInsertBookmarkDlg()

Completed in 23 milliseconds