Lines Matching refs:ORelationDialog
92 DBG_NAME(ORelationDialog) in DBG_NAME() argument
94 ORelationDialog::ORelationDialog( OJoinTableView* pParent, in DBG_NAME()
118 DBG_CTOR(ORelationDialog,NULL); in DBG_NAME()
130 aPB_OK.SetClickHdl( LINK(this, ORelationDialog, OKClickHdl) ); in DBG_NAME()
146 void ORelationDialog::Init(const TTableConnectionData::value_type& _pConnectionData) in Init()
191 ORelationDialog::~ORelationDialog() in ~ORelationDialog()
193 DBG_DTOR(ORelationDialog,NULL); in ~ORelationDialog()
200 IMPL_LINK( ORelationDialog, OKClickHdl, Button*, /*pButton*/ )
274 short ORelationDialog::Execute() in Execute()
283 TTableConnectionData::value_type ORelationDialog::getConnectionData() const in getConnectionData()
288 void ORelationDialog::setValid(sal_Bool _bValid) in setValid()
293 void ORelationDialog::notifyConnectionChange() in notifyConnectionChange()