23 std::unique_ptr<weld::TreeView>
m_xLb;
33 void SetDescription(
const OUString& rTitle,
const OUString& rEntryLabel,
34 const OUString& rListLabel,
const OUString& rDlgHelpId,
35 const OUString& rEnHelpId,
const OUString& rLbHelpId);
38 void Insert(
const OUString& rString,
bool bSelected);
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.
ScGoToTabDlg(weld::Window *pParent)
std::unique_ptr< weld::Frame > m_xFrameSheets
void Insert(const OUString &rString, bool bSelected)
Inserts a string into the weld::TreeView.
DECL_LINK(DblClkHdl, weld::TreeView &, bool)
std::unique_ptr< weld::Entry > m_xEnNameMask
std::vector< OUString > maCacheSheetsNames
std::unique_ptr< weld::Frame > m_xFrameMask
std::unique_ptr< weld::TreeView > m_xLb
DECL_LINK(FindNameHdl, weld::Entry &, void)
virtual ~ScGoToTabDlg() override
OUString GetSelectedEntry() const