#include <gototabdlg.hxx>
|
| | ScGoToTabDlg (weld::Window *pParent) |
| |
| virtual | ~ScGoToTabDlg () override |
| |
| void | SetDescription (const OUString &rTitle, const OUString &rEntryLabel, const OUString &rListLabel, const OUString &rDlgHelpId, const OUString &rEnHelpId, const OUString &rLbHelpId) |
| | Sets dialog title, label texts and help IDs. More...
|
| |
| void | Insert (const OUString &rString, bool bSelected) |
| | Inserts a string into the weld::TreeView. More...
|
| |
| OUString | GetSelectedEntry () const |
| |
| | GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) |
| |
| virtual Dialog * | getDialog () override |
| |
| virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
| |
| 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 |
| |
Definition at line 15 of file gototabdlg.hxx.
◆ ScGoToTabDlg()
◆ ~ScGoToTabDlg()
| ScGoToTabDlg::~ScGoToTabDlg |
( |
| ) |
|
|
overridevirtual |
◆ DECL_LINK() [1/2]
◆ DECL_LINK() [2/2]
| ScGoToTabDlg::DECL_LINK |
( |
FindNameHdl |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ GetSelectedEntry()
| OUString ScGoToTabDlg::GetSelectedEntry |
( |
| ) |
const |
◆ Insert()
| void ScGoToTabDlg::Insert |
( |
const OUString & |
rString, |
|
|
bool |
bSelected |
|
) |
| |
◆ SetDescription()
| void ScGoToTabDlg::SetDescription |
( |
const OUString & |
rTitle, |
|
|
const OUString & |
rEntryLabel, |
|
|
const OUString & |
rListLabel, |
|
|
const OUString & |
rDlgHelpId, |
|
|
const OUString & |
rEnHelpId, |
|
|
const OUString & |
rLbHelpId |
|
) |
| |
◆ m_xEnNameMask
| std::unique_ptr<weld::Entry> ScGoToTabDlg::m_xEnNameMask |
|
private |
◆ m_xFrameMask
| std::unique_ptr<weld::Frame> ScGoToTabDlg::m_xFrameMask |
|
private |
◆ m_xFrameSheets
| std::unique_ptr<weld::Frame> ScGoToTabDlg::m_xFrameSheets |
|
private |
◆ m_xLb
◆ maCacheSheetsNames
| std::vector<OUString> ScGoToTabDlg::maCacheSheetsNames |
|
private |
The documentation for this class was generated from the following files: