Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx173 std::unique_ptr<weld::CheckButton> m_xInitialCapsCB; member in SwTOXSelectTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx172 std::unique_ptr<weld::CheckButton> m_xInitialCapsCB; member in SwTOXSelectTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx721 , m_xInitialCapsCB(m_xBuilder->weld_check_button("initcaps")) in SwTOXSelectTabPage()
777 m_xInitialCapsCB->connect_toggled(aLk); in SwTOXSelectTabPage()
945 m_xInitialCapsCB->set_active( bool(nIndexOptions & SwTOIOptions::InitialCaps) ); in ApplyTOXDescription()
1042 if(m_xInitialCapsCB->get_active()) in FillTOXDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx733 , m_xInitialCapsCB(m_xBuilder->weld_check_button("initcaps")) in SwTOXSelectTabPage()
789 m_xInitialCapsCB->connect_toggled(aLk); in SwTOXSelectTabPage()
957 m_xInitialCapsCB->set_active( bool(nIndexOptions & SwTOIOptions::InitialCaps) ); in ApplyTOXDescription()
1054 if(m_xInitialCapsCB->get_active()) in FillTOXDescription()