Searched refs:mxPaletteListBox (Results 1 – 4 of 4) sorted by relevance
94 std::unique_ptr<weld::ComboBox> mxPaletteListBox; member in ColorWindow
145 std::unique_ptr<weld::ComboBox> mxPaletteListBox; member in ColorWindow
1776 , mxPaletteListBox(m_xBuilder->weld_combo_box("palette_listbox")) in ColorWindow()1828 mxPaletteListBox->connect_changed(LINK(this, ColorWindow, SelectPaletteHdl)); in ColorWindow()1830 mxPaletteListBox->freeze(); in ColorWindow()1832 mxPaletteListBox->append_text(rPalette); in ColorWindow()1833 mxPaletteListBox->thaw(); in ColorWindow()1835 mxPaletteListBox->set_active_text(aPaletteName); in ColorWindow()1836 const int nSelectedEntry(mxPaletteListBox->get_active()); in ColorWindow()1973 int nPos = mxPaletteListBox->get_active(); in IMPL_LINK_NOARG()
1787 , mxPaletteListBox(m_xBuilder->weld_combo_box("palette_listbox")) in ColorWindow()1839 mxPaletteListBox->connect_changed(LINK(this, ColorWindow, SelectPaletteHdl)); in ColorWindow()1841 mxPaletteListBox->freeze(); in ColorWindow()1843 mxPaletteListBox->append_text(rPalette); in ColorWindow()1844 mxPaletteListBox->thaw(); in ColorWindow()1846 mxPaletteListBox->set_active_text(aPaletteName); in ColorWindow()1847 const int nSelectedEntry(mxPaletteListBox->get_active()); in ColorWindow()2048 int nPos = mxPaletteListBox->get_active(); in IMPL_LINK_NOARG()