Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/misc/
H A Doutline.cxx103 class SwNumNamesDlg: public ModalDialog class
117 SwNumNamesDlg(Window *pParent);
118 ~SwNumNamesDlg();
144 void SwNumNamesDlg::SetUserNames(const String *pList[]) in IMPL_LINK_INLINE_END()
165 IMPL_LINK_INLINE_START( SwNumNamesDlg, ModifyHdl, Edit *, pBox ) in IMPL_LINK_INLINE_START() argument
170 IMPL_LINK_INLINE_END( SwNumNamesDlg, ModifyHdl, Edit *, pBox ) in IMPL_LINK_INLINE_END() argument
187 SwNumNamesDlg::SwNumNamesDlg(Window *pParent) in IMPL_LINK_INLINE_END()
197 aFormEdit.SetModifyHdl(LINK(this, SwNumNamesDlg, ModifyHdl)); in IMPL_LINK_INLINE_END()
198 aFormBox.SetSelectHdl(LINK(this, SwNumNamesDlg, SelectHdl)); in IMPL_LINK_INLINE_END()
207 __EXPORT SwNumNamesDlg::~SwNumNamesDlg() {} in ~SwNumNamesDlg()
[all …]

Completed in 19 milliseconds