Home
last modified time | relevance | path

Searched refs:m_xAreaLB (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx137 std::unique_ptr<weld::ComboBox> m_xAreaLB; member in SwTOXSelectTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx136 std::unique_ptr<weld::ComboBox> m_xAreaLB; member in SwTOXSelectTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx696 , m_xAreaLB(m_xBuilder->weld_combo_box("scope")) in SwTOXSelectTabPage()
897 m_xAreaLB->set_active(rDesc.IsFromChapter() ? 1 : 0); in ApplyTOXDescription()
1004 rDesc.SetFromChapter(1 == m_xAreaLB->get_active()); in FillTOXDescription()
1173m_xAreaLB->set_visible( 0 != (nType & (TO_CONTENT|TO_ILLUSTRATION|TO_USER|TO_INDEX|TO_TABLE|TO_OBJ… in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx708 , m_xAreaLB(m_xBuilder->weld_combo_box("scope")) in SwTOXSelectTabPage()
909 m_xAreaLB->set_active(rDesc.IsFromChapter() ? 1 : 0); in ApplyTOXDescription()
1016 rDesc.SetFromChapter(1 == m_xAreaLB->get_active()); in FillTOXDescription()
1185m_xAreaLB->set_visible( 0 != (nType & (TO_CONTENT|TO_ILLUSTRATION|TO_USER|TO_INDEX|TO_TABLE|TO_OBJ… in IMPL_LINK()