Home
last modified time | relevance | path

Searched refs:NewHdl_Impl (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dtabstpge.hxx123 void NewHdl_Impl(const weld::Button*);
128 DECL_LINK(NewHdl_Impl, weld::Button&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dtabstpge.hxx124 void NewHdl_Impl(const weld::Button*);
129 DECL_LINK(NewHdl_Impl, weld::Button&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtabstpge.cxx111 m_xNewBtn->connect_clicked(LINK(this,SvxTabulatorTabPage, NewHdl_Impl)); in SvxTabulatorTabPage()
160 NewHdl_Impl(nullptr); in FillItemSet()
416 IMPL_LINK(SvxTabulatorTabPage, NewHdl_Impl, weld::Button&, rBtn, void) in IMPL_LINK() argument
418 NewHdl_Impl(&rBtn); in IMPL_LINK()
421 void SvxTabulatorTabPage::NewHdl_Impl(const weld::Button* pBtn) in NewHdl_Impl() function in SvxTabulatorTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtabstpge.cxx111 m_xNewBtn->connect_clicked(LINK(this,SvxTabulatorTabPage, NewHdl_Impl)); in SvxTabulatorTabPage()
160 NewHdl_Impl(nullptr); in FillItemSet()
416 IMPL_LINK(SvxTabulatorTabPage, NewHdl_Impl, weld::Button&, rBtn, void) in IMPL_LINK() argument
418 NewHdl_Impl(&rBtn); in IMPL_LINK()
421 void SvxTabulatorTabPage::NewHdl_Impl(const weld::Button* pBtn) in NewHdl_Impl() function in SvxTabulatorTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.hxx58 DECL_LINK(NewHdl_Impl, weld::Button&, void);
H A Dcreateaddresslistdialog.cxx234 m_xNewPB->connect_clicked(LINK(this, SwCreateAddressListDialog, NewHdl_Impl)); in SwCreateAddressListDialog()
322 IMPL_LINK_NOARG(SwCreateAddressListDialog, NewHdl_Impl, weld::Button&, void) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.hxx58 DECL_LINK(NewHdl_Impl, weld::Button&, void);
H A Dcreateaddresslistdialog.cxx231 m_xNewPB->connect_clicked(LINK(this, SwCreateAddressListDialog, NewHdl_Impl)); in SwCreateAddressListDialog()
319 IMPL_LINK_NOARG(SwCreateAddressListDialog, NewHdl_Impl, weld::Button&, void) in IMPL_LINK_NOARG() argument