Searched refs:OnTypeSelected (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | adtabdlg.cxx | 365 m_aCaseTables.SetClickHdl( LINK( this, OAddTableDlg, OnTypeSelected ) ); in OAddTableDlg() 366 m_aCaseQueries.SetClickHdl( LINK( this, OAddTableDlg, OnTypeSelected ) ); in OAddTableDlg() 492 IMPL_LINK( OAddTableDlg, OnTypeSelected, void*, /*EMPTY_ARG*/ )
|
H A D | dbwiz.cxx | 165 IMPL_LINK(ODbTypeWizDialog, OnTypeSelected, OGeneralPage*, _pTabPage) in IMPL_LINK() argument 302 pGeneralPage->SetTypeSelectHandler( LINK( this, ODbTypeWizDialog, OnTypeSelected)); in createPage()
|
H A D | dbwizsetup.cxx | 380 IMPL_LINK(ODbTypeWizDialogSetup, OnTypeSelected, OGeneralPage*, /*_pTabPage*/) 596 m_pGeneralPage->SetTypeSelectHandler(LINK(this, ODbTypeWizDialogSetup, OnTypeSelected)); in createPage()
|
/aoo42x/main/extensions/source/abpilot/ |
H A D | typeselectionpage.cxx | 111 Link aTypeSelectionHandler = LINK(this, TypeSelectionPage, OnTypeSelected ); in TypeSelectionPage() 232 IMPL_LINK( TypeSelectionPage, OnTypeSelected, void*, /*NOTINTERESTEDIN*/ )
|
H A D | typeselectionpage.hxx | 92 DECL_LINK( OnTypeSelected, void* );
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | adtabdlg.hxx | 108 DECL_LINK( OnTypeSelected, void* );
|
H A D | dbwiz.hxx | 133 DECL_LINK(OnTypeSelected, OGeneralPage*);
|
H A D | dbwizsetup.hxx | 194 DECL_LINK(OnTypeSelected, OGeneralPage*);
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 264 m_aConditionType.SetSelectHdl( LINK( this, Condition, OnTypeSelected ) ); in Condition() 524 IMPL_LINK( Condition, OnTypeSelected, ListBox*, /*_pNotInterestedIn*/ )
|
H A D | Condition.hxx | 174 DECL_LINK( OnTypeSelected, ListBox* );
|
Completed in 146 milliseconds