|
LibreOffice Module cui (master) 1
|
#include <sfx2/objsh.hxx>#include <vcl/svapp.hxx>#include <passwdomdlg.hxx>#include <strings.hrc>#include <dialmgr.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (PasswordToOpenModifyDialog, OkBtnClickHdl, weld::Button &, void) | |
| IMPL_LINK (PasswordToOpenModifyDialog, ChangeHdl, weld::Entry &, rEntry, void) | |
| IMPL_LINK_NOARG (PasswordToOpenModifyDialog, ReadonlyOnOffHdl, weld::Toggleable &, void) | |
| IMPL_LINK | ( | PasswordToOpenModifyDialog | , |
| ChangeHdl | , | ||
| weld::Entry & | , | ||
| rEntry | , | ||
| void | |||
| ) |
Definition at line 74 of file passwdomdlg.cxx.
References nLength, and weld::Widget::set_visible().
| IMPL_LINK_NOARG | ( | PasswordToOpenModifyDialog | , |
| OkBtnClickHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 26 of file passwdomdlg.cxx.
References Application::CreateMessageDialog(), weld::Widget::grab_focus(), m_xDialog, RET_OK, and weld::Entry::set_text().
| IMPL_LINK_NOARG | ( | PasswordToOpenModifyDialog | , |
| ReadonlyOnOffHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 186 of file passwdomdlg.cxx.