Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Doptlingu.hxx116 std::unique_ptr<weld::Button> m_xLinguDicsNewPB; member in SvxLinguTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Doptlingu.hxx117 std::unique_ptr<weld::Button> m_xLinguDicsNewPB; member in SvxLinguTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptlingu.cxx847 , m_xLinguDicsNewPB(m_xBuilder->weld_button("lingudictsnew")) in SvxLinguTabPage()
868 m_xLinguDicsNewPB->connect_clicked( LINK( this, SvxLinguTabPage, ClickHdl_Impl )); in SvxLinguTabPage()
899 m_xLinguDicsNewPB->set_sensitive(false); in SvxLinguTabPage()
1360 else if (m_xLinguDicsNewPB.get() == &rBtn) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptlingu.cxx835 , m_xLinguDicsNewPB(m_xBuilder->weld_button("lingudictsnew")) in SvxLinguTabPage()
859 m_xLinguDicsNewPB->connect_clicked( LINK( this, SvxLinguTabPage, ClickHdl_Impl )); in SvxLinguTabPage()
889 m_xLinguDicsNewPB->set_sensitive(false); in SvxLinguTabPage()
1352 else if (m_xLinguDicsNewPB.get() == &rBtn) in IMPL_LINK()