Home
last modified time | relevance | path

Searched refs:ActivatePageHdl (Results 1 – 25 of 51) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Demojicontrol.cxx65 mxPeopleBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
66 mxNatureBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
67 mxFoodBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
68 mxActivityBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
69 mxTravelBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
70 mxObjectsBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
71 mxSymbolsBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
72 mxFlagsBtn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
73 mxUnicode9Btn->connect_toggled(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
79 ActivatePageHdl(*mxPeopleBtn); in SfxEmojiControl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx101 m_xTabControl->connect_enter_page(LINK(this, DataSourceDialog, ActivatePageHdl)); in DataSourceDialog()
103 ActivatePageHdl(m_xTabControl->get_current_page_ident()); in DataSourceDialog()
107 ActivatePageHdl(m_xTabControl->get_current_page_ident()); in DataSourceDialog()
131 IMPL_LINK(DataSourceDialog, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
H A Ddlg_View3D.cxx56 m_xTabControl->connect_enter_page(LINK(this, View3DDialog, ActivatePageHdl)); in View3DDialog()
61 IMPL_LINK(View3DDialog, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx97 m_xTabControl->connect_enter_page(LINK(this, DataSourceDialog, ActivatePageHdl)); in DataSourceDialog()
99 ActivatePageHdl(m_xTabControl->get_current_page_ident()); in DataSourceDialog()
103 ActivatePageHdl(m_xTabControl->get_current_page_ident()); in DataSourceDialog()
127 IMPL_LINK(DataSourceDialog, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
H A Ddlg_View3D.cxx55 m_xTabControl->connect_enter_page(LINK(this, View3DDialog, ActivatePageHdl)); in View3DDialog()
60 IMPL_LINK(View3DDialog, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Demojicontrol.cxx106 mpTabControl->SetActivatePageHdl(LINK(this, SfxEmojiControl, ActivatePageHdl)); in SfxEmojiControl()
157 IMPL_LINK_NOARG(SfxEmojiControl, ActivatePageHdl, TabControl*, void) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Demojicontrol.hxx42 DECL_LINK(ActivatePageHdl, TabControl*, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/inc/
H A Ddlg_View3D.hxx44 DECL_LINK(ActivatePageHdl, const OString&, void);
H A Ddlg_DataSource.hxx59 DECL_LINK(ActivatePageHdl, const OString&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/inc/
H A Ddlg_View3D.hxx42 DECL_LINK(ActivatePageHdl, const OString&, void);
H A Ddlg_DataSource.hxx64 DECL_LINK(ActivatePageHdl, const OString&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dheaderfooterdlg.hxx36 DECL_LINK( ActivatePageHdl, const OString&, void );
H A DViewTabBar.hxx59 DECL_LINK(ActivatePageHdl, const OString&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Demojicontrol.hxx41 DECL_LINK(ActivatePageHdl, weld::Toggleable&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dheaderfooterdlg.hxx37 DECL_LINK( ActivatePageHdl, const OString&, void );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtabdlg.cxx334 m_xTabCtrl->connect_enter_page(LINK(this, SfxTabDialogController, ActivatePageHdl)); in SfxTabDialogController()
519 IMPL_LINK(SfxTabDialogController, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
1014 ActivatePageHdl(m_xTabCtrl->get_current_page_ident()); in Start_Impl()
1032 ActivatePageHdl(rIdent); in ShowPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtabdlg.cxx332 m_xTabCtrl->connect_enter_page(LINK(this, SfxTabDialogController, ActivatePageHdl)); in SfxTabDialogController()
513 IMPL_LINK(SfxTabDialogController, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
1010 ActivatePageHdl(m_xTabCtrl->get_current_page_ident()); in Start_Impl()
1028 ActivatePageHdl(rIdent); in ShowPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/inc/
H A Dmacrosecurity.hxx44 DECL_LINK(ActivatePageHdl, const OString&, void);
H A Dcertificateviewer.hxx54 DECL_LINK(ActivatePageHdl, const OString&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/inc/
H A Dmacrosecurity.hxx51 DECL_LINK(ActivatePageHdl, const OString&, void);
H A Dcertificateviewer.hxx59 DECL_LINK(ActivatePageHdl, const OString&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewTabBar.cxx547 mxTabControl->connect_enter_page(LINK(this, TabBarControl, ActivatePageHdl)); in TabBarControl()
567 IMPL_LINK(TabBarControl, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx62 m_xTabCtrl->connect_enter_page(LINK(this, MacroSecurity, ActivatePageHdl)); in MacroSecurity()
71 IMPL_LINK(MacroSecurity, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
H A Dcertificateviewer.cxx57 mxTabCtrl->connect_enter_page(LINK(this, CertificateViewer, ActivatePageHdl)); in CertificateViewer()
71 IMPL_LINK(CertificateViewer, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx62 m_xTabCtrl->connect_enter_page(LINK(this, MacroSecurity, ActivatePageHdl)); in MacroSecurity()
71 IMPL_LINK(MacroSecurity, ActivatePageHdl, const OString&, rPage, void) in IMPL_LINK() argument

123