Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx322 std::unique_ptr<weld::Button> m_xTabPB; member in SwTOXEntryTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx321 std::unique_ptr<weld::Button> m_xTabPB; member in SwTOXEntryTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx1779 , m_xTabPB(m_xBuilder->weld_button("tabstop")) in SwTOXEntryTabPage()
1835 m_xTabPB->connect_clicked(LINK(this, SwTOXEntryTabPage, InsertTokenHdl)); in SwTOXEntryTabPage()
2203 else if (&rBtn == m_xTabPB.get()) in IMPL_LINK()
2378 if (m_xTabPB->get_visible()) in IMPL_LINK()
2380 m_xTabPB->set_sensitive(!bTabStop); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx1781 , m_xTabPB(m_xBuilder->weld_button("tabstop")) in SwTOXEntryTabPage()
1837 m_xTabPB->connect_clicked(LINK(this, SwTOXEntryTabPage, InsertTokenHdl)); in SwTOXEntryTabPage()
2212 else if (&rBtn == m_xTabPB.get()) in IMPL_LINK()
2388 if (m_xTabPB->get_visible()) in IMPL_LINK()
2390 m_xTabPB->set_sensitive(!bTabStop); in IMPL_LINK()