Home
last modified time | relevance | path

Searched refs:m_xRightPB (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx473 std::unique_ptr<weld::Button> m_xRightPB; member in __anondde7ee570311::SwAddStylesDlg_Impl
494 , m_xRightPB(m_xBuilder->weld_button("right")) in SwAddStylesDlg_Impl()
499 m_xRightPB->connect_clicked(LINK(this, SwAddStylesDlg_Impl, LeftRightHdl)); in SwAddStylesDlg_Impl()
611 LeftRightHdl(*m_xRightPB); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx484 std::unique_ptr<weld::Button> m_xRightPB; member in SwAddStylesDlg_Impl
504 , m_xRightPB(m_xBuilder->weld_button("right")) in SwAddStylesDlg_Impl()
509 m_xRightPB->connect_clicked(LINK(this, SwAddStylesDlg_Impl, LeftRightHdl)); in SwAddStylesDlg_Impl()
623 LeftRightHdl(*m_xRightPB); in IMPL_LINK()