Home
last modified time | relevance | path

Searched refs:OnTypeSelected (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/abpilot/
H A Dtypeselectionpage.cxx118 …ink<weld::Toggleable&,void> aTypeSelectionHandler = LINK(this, TypeSelectionPage, OnTypeSelected ); in TypeSelectionPage()
214 IMPL_LINK(TypeSelectionPage, OnTypeSelected, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
H A Dtypeselectionpage.hxx74 DECL_LINK( OnTypeSelected, weld::Toggleable&, void );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/abpilot/
H A Dtypeselectionpage.cxx122 … Link<weld::Button&,void> aTypeSelectionHandler = LINK(this, TypeSelectionPage, OnTypeSelected ); in TypeSelectionPage()
220 IMPL_LINK_NOARG( TypeSelectionPage, OnTypeSelected, weld::Button&, void ) in IMPL_LINK_NOARG() argument
H A Dtypeselectionpage.hxx76 DECL_LINK( OnTypeSelected, weld::Button&, void );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx348 m_xCaseTables->connect_clicked( LINK( this, OAddTableDlg, OnTypeSelected ) ); in OAddTableDlg()
349 m_xCaseQueries->connect_clicked( LINK( this, OAddTableDlg, OnTypeSelected ) ); in OAddTableDlg()
437 IMPL_LINK_NOARG( OAddTableDlg, OnTypeSelected, weld::Button&, void ) in IMPL_LINK_NOARG() argument
H A Ddbwiz.cxx100 IMPL_LINK(ODbTypeWizDialog, OnTypeSelected, OGeneralPage&, _rTabPage, void) in IMPL_LINK() argument
236 pGeneralPage->SetTypeSelectHandler( LINK( this, ODbTypeWizDialog, OnTypeSelected)); in createPage()
H A Ddbwizsetup.cxx263 IMPL_LINK_NOARG(ODbTypeWizDialogSetup, OnTypeSelected, OGeneralPage&, void) in IMPL_LINK_NOARG() argument
458 m_pGeneralPage->SetTypeSelectHandler(LINK(this, ODbTypeWizDialogSetup, OnTypeSelected)); in SetGeneralPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dadtabdlg.hxx73 DECL_LINK( OnTypeSelected, weld::Toggleable&, void );
H A Ddbwiz.hxx96 DECL_LINK(OnTypeSelected, OGeneralPage&, void);
H A Ddbwizsetup.hxx160 DECL_LINK(OnTypeSelected, OGeneralPage&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dadtabdlg.hxx74 DECL_LINK( OnTypeSelected, weld::Button&, void );
H A Ddbwiz.hxx98 DECL_LINK(OnTypeSelected, OGeneralPage&, void);
H A Ddbwizsetup.hxx163 DECL_LINK(OnTypeSelected, OGeneralPage&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Ddbwiz.cxx93 IMPL_LINK(ODbTypeWizDialog, OnTypeSelected, OGeneralPage&, _rTabPage, void) in IMPL_LINK() argument
229 pGeneralPage->SetTypeSelectHandler( LINK( this, ODbTypeWizDialog, OnTypeSelected)); in createPage()
H A Dadtabdlg.cxx350 m_xCaseTables->connect_toggled(LINK(this, OAddTableDlg, OnTypeSelected)); in OAddTableDlg()
437 IMPL_LINK_NOARG(OAddTableDlg, OnTypeSelected, weld::Toggleable&, void) in IMPL_LINK_NOARG() argument
H A Ddbwizsetup.cxx250 IMPL_LINK_NOARG(ODbTypeWizDialogSetup, OnTypeSelected, OGeneralPage&, void) in IMPL_LINK_NOARG() argument
445 m_pGeneralPage->SetTypeSelectHandler(LINK(this, ODbTypeWizDialogSetup, OnTypeSelected)); in SetGeneralPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/dlg/
H A DCondition.cxx109 m_xConditionType->connect_changed( LINK( this, Condition, OnTypeSelected ) ); in Condition()
206 IMPL_LINK_NOARG( Condition, OnTypeSelected, weld::ComboBox&, void ) in IMPL_LINK_NOARG() argument
H A DCondition.hxx165 DECL_LINK( OnTypeSelected, weld::ComboBox&, void );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/dlg/
H A DCondition.cxx124 m_xConditionType->connect_changed( LINK( this, Condition, OnTypeSelected ) ); in Condition()
219 IMPL_LINK_NOARG( Condition, OnTypeSelected, weld::ComboBox&, void ) in IMPL_LINK_NOARG() argument
H A DCondition.hxx166 DECL_LINK( OnTypeSelected, weld::ComboBox&, void );