|
LibreOffice Module sc (master) 1
|
#include <delcodlg.hxx>
Public Member Functions | |
| ScDeleteContentsDlg (weld::Window *pParent) | |
| virtual | ~ScDeleteContentsDlg () override |
| void | DisableObjects () |
| InsertDeleteFlags | GetDelContentsCmdBits () 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 Member Functions | |
| void | DisableChecks (bool bDelAllChecked) |
| DECL_LINK (DelAllHdl, weld::Toggleable &, void) | |
Private Attributes | |
| bool | m_bObjectsDisabled |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelAll |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelStrings |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelNumbers |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelDateTime |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelFormulas |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelNotes |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelAttrs |
| std::unique_ptr< weld::CheckButton > | m_xBtnDelObjects |
Static Private Attributes | |
| static bool | bPreviousAllCheck = false |
| static InsertDeleteFlags | nPreviousChecks |
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 25 of file delcodlg.hxx.
| ScDeleteContentsDlg::ScDeleteContentsDlg | ( | weld::Window * | pParent | ) |
Definition at line 29 of file delcodlg.cxx.
References ATTRIB, bPreviousAllCheck, DATETIME, DisableChecks(), FORMULA, LINK, m_xBtnDelAll, m_xBtnDelAttrs, m_xBtnDelDateTime, m_xBtnDelFormulas, m_xBtnDelNotes, m_xBtnDelNumbers, m_xBtnDelObjects, m_xBtnDelStrings, NOTE, nPreviousChecks, OBJECTS, STRING, and VALUE.
|
overridevirtual |
Definition at line 55 of file delcodlg.cxx.
|
private |
|
private |
Definition at line 85 of file delcodlg.cxx.
References m_bObjectsDisabled, m_xBtnDelAttrs, m_xBtnDelDateTime, m_xBtnDelFormulas, m_xBtnDelNotes, m_xBtnDelNumbers, m_xBtnDelObjects, and m_xBtnDelStrings.
Referenced by ScDeleteContentsDlg().
| void ScDeleteContentsDlg::DisableObjects | ( | ) |
Definition at line 112 of file delcodlg.cxx.
References m_bObjectsDisabled, and m_xBtnDelObjects.
| InsertDeleteFlags ScDeleteContentsDlg::GetDelContentsCmdBits | ( | ) | const |
Definition at line 59 of file delcodlg.cxx.
References ALL, ATTRIB, bPreviousAllCheck, DATETIME, FORMULA, m_xBtnDelAll, m_xBtnDelAttrs, m_xBtnDelDateTime, m_xBtnDelFormulas, m_xBtnDelNotes, m_xBtnDelNumbers, m_xBtnDelObjects, m_xBtnDelStrings, NONE, NOTE, nPreviousChecks, OBJECTS, STRING, and VALUE.
|
staticprivate |
Definition at line 39 of file delcodlg.hxx.
Referenced by GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 28 of file delcodlg.hxx.
Referenced by DisableChecks(), and DisableObjects().
|
private |
Definition at line 30 of file delcodlg.hxx.
Referenced by GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 36 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 33 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 34 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 35 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 32 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 37 of file delcodlg.hxx.
Referenced by DisableChecks(), DisableObjects(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
private |
Definition at line 31 of file delcodlg.hxx.
Referenced by DisableChecks(), GetDelContentsCmdBits(), and ScDeleteContentsDlg().
|
staticprivate |
Definition at line 40 of file delcodlg.hxx.
Referenced by GetDelContentsCmdBits(), and ScDeleteContentsDlg().