LibreOffice Module sc (master) 1
|
#include <shtabdlg.hxx>
Public Member Functions | |
ScShowTabDlg (weld::Window *pParent) | |
virtual | ~ScShowTabDlg () override |
void | SetDescription (const OUString &rTitle, const OUString &rFixedText, const OUString &nDlgHelpId, const OUString &nLbHelpId) |
Sets dialog title, fixed text for listbox and help IDs. More... | |
void | Insert (const OUString &rString, bool bSelected) |
Inserts a string into the weld::TreeView. More... | |
std::vector< sal_Int32 > | GetSelectedRows () const |
OUString | GetEntry (sal_Int32 nPos) 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 | |
DECL_LINK (DblClkHdl, weld::TreeView &, bool) | |
Private Attributes | |
std::unique_ptr< weld::Frame > | m_xFrame |
std::unique_ptr< weld::TreeView > | m_xLb |
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 shtabdlg.hxx.
ScShowTabDlg::ScShowTabDlg | ( | weld::Window * | pParent | ) |
Definition at line 24 of file shtabdlg.cxx.
|
overridevirtual |
Definition at line 34 of file shtabdlg.cxx.
|
private |
OUString ScShowTabDlg::GetEntry | ( | sal_Int32 | nPos | ) | const |
Definition at line 58 of file shtabdlg.cxx.
std::vector< sal_Int32 > ScShowTabDlg::GetSelectedRows | ( | ) | const |
Definition at line 52 of file shtabdlg.cxx.
References m_xLb.
void ScShowTabDlg::Insert | ( | const OUString & | rString, |
bool | bSelected | ||
) |
Inserts a string into the weld::TreeView.
Definition at line 45 of file shtabdlg.cxx.
References m_xLb.
void ScShowTabDlg::SetDescription | ( | const OUString & | rTitle, |
const OUString & | rFixedText, | ||
const OUString & | nDlgHelpId, | ||
const OUString & | nLbHelpId | ||
) |
Sets dialog title, fixed text for listbox and help IDs.
Definition at line 36 of file shtabdlg.cxx.
References weld::GenericDialogController::m_xDialog, m_xFrame, and m_xLb.
|
private |
Definition at line 27 of file shtabdlg.hxx.
Referenced by SetDescription().
|
private |
Definition at line 28 of file shtabdlg.hxx.
Referenced by GetEntry(), GetSelectedRows(), Insert(), ScShowTabDlg(), and SetDescription().