Searched refs:OParameterDialog (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | paramdialog.cxx | 108 DBG_NAME(OParameterDialog) in DBG_NAME() argument 110 OParameterDialog::OParameterDialog( in DBG_NAME() 115 DBG_CTOR(OParameterDialog,NULL); in DBG_NAME() 166 m_aResetVisitFlag.SetTimeoutHdl(LINK(this, OParameterDialog, OnVisitedTimeout)); in DBG_NAME() 172 OParameterDialog::~OParameterDialog() in ~OParameterDialog() 177 DBG_DTOR(OParameterDialog,NULL); in ~OParameterDialog() 181 void OParameterDialog::Construct() in Construct() 183 m_aAllParams.SetSelectHdl(LINK(this, OParameterDialog, OnEntrySelected)); in Construct() 184 m_aParam.SetLoseFocusHdl(LINK(this, OParameterDialog, OnValueLoseFocus)); in Construct() 185 m_aParam.SetModifyHdl(LINK(this, OParameterDialog, OnValueModified)); in Construct() [all …]
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | paramdialog.hxx | 85 class OParameterDialog class 120 OParameterDialog(Window* _pParent, 124 ~OParameterDialog();
|
| /AOO41X/main/dbaccess/source/ui/uno/ |
| H A D | dbinteraction.cxx | 191 OParameterDialog aDlg(NULL, _rParamRequest.Parameters, _rParamRequest.Connection, m_xORB); in implHandle()
|