Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx172 std::unique_ptr<weld::CheckButton> m_xCaseSensitiveCB; member in SwTOXSelectTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx171 std::unique_ptr<weld::CheckButton> m_xCaseSensitiveCB; member in SwTOXSelectTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx720 , m_xCaseSensitiveCB(m_xBuilder->weld_check_button("casesens")) in SwTOXSelectTabPage()
944 m_xCaseSensitiveCB->set_active( bool(nIndexOptions & SwTOIOptions::CaseSensitive) ); in ApplyTOXDescription()
1040 if(m_xCaseSensitiveCB->get_active()) in FillTOXDescription()
1279 m_xCaseSensitiveCB->set_sensitive(m_xCollectSameCB->get_active()); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx732 , m_xCaseSensitiveCB(m_xBuilder->weld_check_button("casesens")) in SwTOXSelectTabPage()
956 m_xCaseSensitiveCB->set_active( bool(nIndexOptions & SwTOIOptions::CaseSensitive) ); in ApplyTOXDescription()
1052 if(m_xCaseSensitiveCB->get_active()) in FillTOXDescription()
1291 m_xCaseSensitiveCB->set_sensitive(m_xCollectSameCB->get_active()); in IMPL_LINK()