Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dswuiidxmrk.cxx1115 m_xFromComponentRB->connect_toggled(LINK(this,SwAuthorMarkPane, ChangeSourceHdl)); in SwAuthorMarkPane()
1116 m_xFromDocContentRB->connect_toggled(LINK(this,SwAuthorMarkPane, ChangeSourceHdl)); in SwAuthorMarkPane()
1274 ChangeSourceHdl(*m_xFromDocContentRB); in IMPL_LINK()
1290 IMPL_LINK_NOARG(SwAuthorMarkPane, ChangeSourceHdl, weld::ToggleButton&, void) in IMPL_LINK_NOARG() argument
1410ChangeSourceHdl(m_xFromComponentRB->get_active() ? *m_xFromComponentRB : *m_xFromDocContentRB); in InitControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuiidxmrk.hxx197 DECL_LINK(ChangeSourceHdl, weld::Toggleable&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuiidxmrk.hxx197 DECL_LINK(ChangeSourceHdl, weld::ToggleButton&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dswuiidxmrk.cxx1194 m_xFromComponentRB->connect_toggled(LINK(this,SwAuthorMarkPane, ChangeSourceHdl)); in SwAuthorMarkPane()
1195 m_xFromDocContentRB->connect_toggled(LINK(this,SwAuthorMarkPane, ChangeSourceHdl)); in SwAuthorMarkPane()
1354 ChangeSourceHdl(*m_xFromDocContentRB); in IMPL_LINK()
1376 IMPL_LINK_NOARG(SwAuthorMarkPane, ChangeSourceHdl, weld::Toggleable&, void) in IMPL_LINK_NOARG() argument
1496ChangeSourceHdl(m_xFromComponentRB->get_active() ? *m_xFromComponentRB : *m_xFromDocContentRB); in InitControls()