LibreOffice Module cui (master) 1
|
#include <securityoptions.hxx>
Public Member Functions | |
SecurityOptionsDialog (weld::Window *pParent) | |
bool | IsSaveOrSendDocsChecked () const |
bool | IsSignDocsChecked () const |
bool | IsPrintDocsChecked () const |
bool | IsCreatePdfChecked () const |
bool | IsRemovePersInfoChecked () const |
bool | IsRecommPasswdChecked () const |
bool | IsCtrlHyperlinkChecked () const |
bool | IsBlockUntrustedRefererLinksChecked () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
std::unique_ptr< weld::CheckButton > | m_xSaveOrSendDocsCB |
std::unique_ptr< weld::Widget > | m_xSaveOrSendDocsImg |
std::unique_ptr< weld::CheckButton > | m_xSignDocsCB |
std::unique_ptr< weld::Widget > | m_xSignDocsImg |
std::unique_ptr< weld::CheckButton > | m_xPrintDocsCB |
std::unique_ptr< weld::Widget > | m_xPrintDocsImg |
std::unique_ptr< weld::CheckButton > | m_xCreatePdfCB |
std::unique_ptr< weld::Widget > | m_xCreatePdfImg |
std::unique_ptr< weld::CheckButton > | m_xRemovePersInfoCB |
std::unique_ptr< weld::Widget > | m_xRemovePersInfoImg |
std::unique_ptr< weld::CheckButton > | m_xRecommPasswdCB |
std::unique_ptr< weld::Widget > | m_xRecommPasswdImg |
std::unique_ptr< weld::CheckButton > | m_xCtrlHyperlinkCB |
std::unique_ptr< weld::Widget > | m_xCtrlHyperlinkImg |
std::unique_ptr< weld::CheckButton > | m_xBlockUntrustedRefererLinksCB |
std::unique_ptr< weld::Widget > | m_xBlockUntrustedRefererLinksImg |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 26 of file securityoptions.hxx.
svx::SecurityOptionsDialog::SecurityOptionsDialog | ( | weld::Window * | pParent | ) |
Definition at line 39 of file securityoptions.cxx.
References SvtSecurityOptions::BlockUntrustedRefererLinks, SvtSecurityOptions::CtrlClickHyperlink, SvtSecurityOptions::DocWarnCreatePdf, SvtSecurityOptions::DocWarnPrint, SvtSecurityOptions::DocWarnRecommendPassword, SvtSecurityOptions::DocWarnRemovePersonalInfo, SvtSecurityOptions::DocWarnSaveOrSend, SvtSecurityOptions::DocWarnSigning, m_xBlockUntrustedRefererLinksCB, m_xBlockUntrustedRefererLinksImg, m_xCreatePdfCB, m_xCreatePdfImg, m_xCtrlHyperlinkCB, m_xCtrlHyperlinkImg, m_xPrintDocsCB, m_xPrintDocsImg, m_xRecommPasswdCB, m_xRecommPasswdImg, m_xRemovePersInfoCB, m_xRemovePersInfoImg, m_xSaveOrSendDocsCB, m_xSaveOrSendDocsImg, m_xSignDocsCB, and m_xSignDocsImg.
|
inline |
Definition at line 57 of file securityoptions.hxx.
References m_xBlockUntrustedRefererLinksCB.
|
inline |
Definition at line 53 of file securityoptions.hxx.
References m_xCreatePdfCB.
|
inline |
Definition at line 56 of file securityoptions.hxx.
References m_xCtrlHyperlinkCB.
|
inline |
Definition at line 52 of file securityoptions.hxx.
References m_xPrintDocsCB.
|
inline |
Definition at line 55 of file securityoptions.hxx.
References m_xRecommPasswdCB.
|
inline |
Definition at line 54 of file securityoptions.hxx.
References m_xRemovePersInfoCB.
|
inline |
Definition at line 50 of file securityoptions.hxx.
References m_xSaveOrSendDocsCB.
|
inline |
Definition at line 51 of file securityoptions.hxx.
References m_xSignDocsCB.
|
private |
Definition at line 44 of file securityoptions.hxx.
Referenced by IsBlockUntrustedRefererLinksChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 45 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 35 of file securityoptions.hxx.
Referenced by IsCreatePdfChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 36 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 42 of file securityoptions.hxx.
Referenced by IsCtrlHyperlinkChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 43 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 33 of file securityoptions.hxx.
Referenced by IsPrintDocsChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 34 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 40 of file securityoptions.hxx.
Referenced by IsRecommPasswdChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 41 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 38 of file securityoptions.hxx.
Referenced by IsRemovePersInfoChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 39 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 29 of file securityoptions.hxx.
Referenced by IsSaveOrSendDocsChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 30 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().
|
private |
Definition at line 31 of file securityoptions.hxx.
Referenced by IsSignDocsChecked(), and SecurityOptionsDialog().
|
private |
Definition at line 32 of file securityoptions.hxx.
Referenced by SecurityOptionsDialog().