|
LibreOffice Module sc (master) 1
|
#include <dapitype.hxx>
Public Member Functions | |
| ScDataPilotSourceTypeDlg (weld::Window *pParent, bool bEnableExternal) | |
| virtual | ~ScDataPilotSourceTypeDlg () override |
| bool | IsDatabase () const |
| bool | IsExternal () const |
| bool | IsNamedRange () const |
| OUString | GetSelectedNamedRange () const |
| void | AppendNamedRange (const OUString &rNames) |
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 | |
| DECL_LINK (RadioClickHdl, weld::Toggleable &, void) | |
| DECL_LINK (ResponseHdl, weld::Button &, void) | |
Private Attributes | |
| std::unique_ptr< weld::RadioButton > | m_xBtnSelection |
| std::unique_ptr< weld::RadioButton > | m_xBtnNamedRange |
| std::unique_ptr< weld::RadioButton > | m_xBtnDatabase |
| std::unique_ptr< weld::RadioButton > | m_xBtnExternal |
| std::unique_ptr< weld::ComboBox > | m_xLbNamedRange |
| std::unique_ptr< weld::Button > | m_xBtnOk |
| std::unique_ptr< weld::Button > | m_xBtnCancel |
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 24 of file dapitype.hxx.
| ScDataPilotSourceTypeDlg::ScDataPilotSourceTypeDlg | ( | weld::Window * | pParent, |
| bool | bEnableExternal | ||
| ) |
Definition at line 27 of file dapitype.cxx.
References comphelper::LibreOfficeKit::isActive(), LINK, m_xBtnCancel, m_xBtnDatabase, m_xBtnExternal, m_xBtnNamedRange, m_xBtnOk, m_xBtnSelection, and m_xLbNamedRange.
|
overridevirtual |
Definition at line 69 of file dapitype.cxx.
| void ScDataPilotSourceTypeDlg::AppendNamedRange | ( | const OUString & | rNames | ) |
Definition at line 93 of file dapitype.cxx.
References m_xBtnNamedRange, and m_xLbNamedRange.
|
private |
|
private |
| OUString ScDataPilotSourceTypeDlg::GetSelectedNamedRange | ( | ) | const |
Definition at line 88 of file dapitype.cxx.
References m_xLbNamedRange.
| bool ScDataPilotSourceTypeDlg::IsDatabase | ( | ) | const |
Definition at line 73 of file dapitype.cxx.
References m_xBtnDatabase.
| bool ScDataPilotSourceTypeDlg::IsExternal | ( | ) | const |
Definition at line 78 of file dapitype.cxx.
References m_xBtnExternal.
| bool ScDataPilotSourceTypeDlg::IsNamedRange | ( | ) | const |
Definition at line 83 of file dapitype.cxx.
References m_xBtnNamedRange.
|
private |
Definition at line 33 of file dapitype.hxx.
Referenced by ScDataPilotSourceTypeDlg().
|
private |
Definition at line 29 of file dapitype.hxx.
Referenced by IsDatabase(), and ScDataPilotSourceTypeDlg().
|
private |
Definition at line 30 of file dapitype.hxx.
Referenced by IsExternal(), and ScDataPilotSourceTypeDlg().
|
private |
Definition at line 28 of file dapitype.hxx.
Referenced by AppendNamedRange(), IsNamedRange(), and ScDataPilotSourceTypeDlg().
|
private |
Definition at line 32 of file dapitype.hxx.
Referenced by ScDataPilotSourceTypeDlg().
|
private |
Definition at line 27 of file dapitype.hxx.
Referenced by ScDataPilotSourceTypeDlg().
|
private |
Definition at line 31 of file dapitype.hxx.
Referenced by AppendNamedRange(), GetSelectedNamedRange(), and ScDataPilotSourceTypeDlg().