Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dfontsubs.cxx41 , m_xApply(m_xBuilder->weld_button("apply")) in SvxFontSubstTabPage()
75 m_xApply->connect_clicked(aClickLink); in SvxFontSubstTabPage()
296 if (pWin == m_xApply.get() || pWin == m_xDelete.get()) in SelectHdl()
299 if (pWin == m_xApply.get()) in SelectHdl()
409 m_xApply->set_sensitive(bApply); in CheckEnable()
H A Dfontsubs.hxx34 std::unique_ptr<weld::Button> m_xApply; member in SvxFontSubstTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dfontsubs.cxx41 , m_xApply(m_xBuilder->weld_button("apply")) in SvxFontSubstTabPage()
74 m_xApply->connect_clicked(aClickLink); in SvxFontSubstTabPage()
291 if (pWin == m_xApply.get() || pWin == m_xDelete.get()) in SelectHdl()
294 if (pWin == m_xApply.get()) in SelectHdl()
393 m_xApply->set_sensitive(bApply); in CheckEnable()
H A Dfontsubs.hxx34 std::unique_ptr<weld::Button> m_xApply; member in SvxFontSubstTabPage