Home
last modified time | relevance | path

Searched refs:DeactivatePageHdl (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx102 m_xTabControl->connect_leave_page(LINK(this, DataSourceDialog, DeactivatePageHdl)); in DataSourceDialog()
140 IMPL_LINK_NOARG(DataSourceDialog, DeactivatePageHdl, const OString&, bool) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx98 m_xTabControl->connect_leave_page(LINK(this, DataSourceDialog, DeactivatePageHdl)); in DataSourceDialog()
136 IMPL_LINK_NOARG(DataSourceDialog, DeactivatePageHdl, const OString&, bool) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/inc/
H A Ddlg_DataSource.hxx60 DECL_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/inc/
H A Ddlg_DataSource.hxx65 DECL_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dtabdlg.hxx78 DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dtabdlg.hxx84 DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dctredlin.hxx329 DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dctredlin.hxx321 DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dctredlin.cxx994 m_xTabCtrl->connect_leave_page(LINK(this, SvxAcceptChgCtr, DeactivatePageHdl)); in SvxAcceptChgCtr()
1020 IMPL_LINK(SvxAcceptChgCtr, DeactivatePageHdl, const OString&, rPage, bool) in IMPL_LINK() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtabdlg.cxx335 m_xTabCtrl->connect_leave_page(LINK(this, SfxTabDialogController, DeactivatePageHdl)); in SfxTabDialogController()
554 IMPL_LINK(SfxTabDialogController, DeactivatePageHdl, const OString&, rPage, bool) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtabdlg.cxx333 m_xTabCtrl->connect_leave_page(LINK(this, SfxTabDialogController, DeactivatePageHdl)); in SfxTabDialogController()
548 IMPL_LINK(SfxTabDialogController, DeactivatePageHdl, const OString&, rPage, bool) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dctredlin.cxx991 m_xTabCtrl->connect_leave_page(LINK(this, SvxAcceptChgCtr, DeactivatePageHdl)); in SvxAcceptChgCtr()
1017 IMPL_LINK(SvxAcceptChgCtr, DeactivatePageHdl, const OString&, rPage, bool) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx2237 DECL_LINK(DeactivatePageHdl, TabControl*, bool);
2246 m_xNotebook->SetDeactivatePageHdl(LINK(this, SalInstanceNotebook, DeactivatePageHdl)); in SalInstanceNotebook()
2338 IMPL_LINK_NOARG(SalInstanceNotebook, DeactivatePageHdl, TabControl*, bool) in IMPL_LINK_NOARG() argument
2354 DECL_LINK(DeactivatePageHdl, VerticalTabControl*, bool);
2363 … m_xNotebook->SetDeactivatePageHdl(LINK(this, SalInstanceVerticalNotebook, DeactivatePageHdl)); in SalInstanceVerticalNotebook()
2439 IMPL_LINK_NOARG(SalInstanceVerticalNotebook, DeactivatePageHdl, VerticalTabControl*, bool) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx2355 m_xNotebook->SetDeactivatePageHdl(LINK(this, SalInstanceNotebook, DeactivatePageHdl)); in SalInstanceNotebook()
2476 IMPL_LINK_NOARG(SalInstanceNotebook, DeactivatePageHdl, TabControl*, bool) in IMPL_LINK_NOARG() argument
2494 DECL_LINK(DeactivatePageHdl, VerticalTabControl*, bool);
2505 LINK(this, SalInstanceVerticalNotebook, DeactivatePageHdl)); in SalInstanceVerticalNotebook()
2596 IMPL_LINK_NOARG(SalInstanceVerticalNotebook, DeactivatePageHdl, VerticalTabControl*, bool) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalvtables.hxx1045 DECL_LINK(DeactivatePageHdl, TabControl*, bool);