28 std::unique_ptr<weld::TreeView>
m_xLb;
37 void SetDescription(
const OUString& rTitle,
const OUString& rFixedText,
38 const OUString& nDlgHelpId,
const OUString& nLbHelpId);
41 void Insert(
const OUString& rString,
bool bSelected);
44 OUString
GetEntry(sal_Int32 nPos)
const;
void SetDescription(const OUString &rTitle, const OUString &rFixedText, const OUString &nDlgHelpId, const OUString &nLbHelpId)
Sets dialog title, fixed text for listbox and help IDs.
std::unique_ptr< weld::Frame > m_xFrame
void Insert(const OUString &rString, bool bSelected)
Inserts a string into the weld::TreeView.
virtual ~ScShowTabDlg() override
std::unique_ptr< weld::TreeView > m_xLb
DECL_LINK(DblClkHdl, weld::TreeView &, bool)
OUString GetEntry(sal_Int32 nPos) const
ScShowTabDlg(weld::Window *pParent)
std::vector< sal_Int32 > GetSelectedRows() const