19#ifndef INCLUDED_SFX2_PASSWD_HXX
20#define INCLUDED_SFX2_PASSWD_HXX
89 return m_xUserED->get_text();
93 return m_xPassword1ED->get_text();
97 return m_xConfirm1ED->get_text();
101 return m_xPassword2ED->get_text();
105 m_xPassword2Box->set_label(i_rText);
107 void SetMinLen(sal_uInt16 Len);
110 m_xPassword1ED->set_help_id(rId);
116 m_xConfirm1ED->set_help_id(rId);
124 void AllowAsciiOnly();
125 void ShowMinLengthText(
bool bShow);
129 virtual short run()
override;
std::unique_ptr< weld::Frame > m_xPassword1Box
void SetEditHelpId(const OUString &rId)
std::unique_ptr< weld::Entry > m_xUserED
std::unique_ptr< weld::Entry > m_xConfirm1ED
OUString GetPassword() const
OUString GetPassword2() const
std::unique_ptr< weld::Label > m_xPassword2FT
DECL_DLLPRIVATE_LINK(InsertTextHdl, OUString &, bool)
DECL_DLLPRIVATE_LINK(OKHdl, weld::Button &, void)
std::shared_ptr< weld::MessageDialog > m_xConfirmFailedDialog
void SetConfirmHelpId(const OUString &rId)
std::unique_ptr< weld::Label > m_xConfirm2FT
std::unique_ptr< weld::Button > m_xOKBtn
DECL_DLLPRIVATE_LINK(EditModifyHdl, weld::Entry &, void)
OUString GetConfirm() const
std::unique_ptr< weld::Entry > m_xConfirm2ED
std::unique_ptr< weld::Label > m_xPassword1FT
std::unique_ptr< weld::Frame > m_xPassword2Box
void SetGroup2Text(const OUString &i_rText)
void ShowExtras(SfxShowExtras nExtras)
std::unique_ptr< weld::Label > m_xConfirm1FT
std::unique_ptr< weld::Label > m_xUserFT
std::unique_ptr< weld::Entry > m_xPassword1ED
std::unique_ptr< weld::Label > m_xMinLengthFT
std::unique_ptr< weld::Entry > m_xPassword2ED
std::unique_ptr< weld::Label > m_xOnlyAsciiFT
constexpr OUStringLiteral USER