Lines Matching refs:DlgQryJoin
92 DBG_NAME(DlgQryJoin) in DBG_NAME() argument
93 DlgQryJoin::DlgQryJoin( OQueryTableView * pParent, in DBG_NAME()
111 DBG_CTOR(DlgQryJoin,NULL); in DBG_NAME()
163 aPB_OK.SetClickHdl( LINK(this, DlgQryJoin, OKClickHdl) ); in DBG_NAME()
165 m_pJoinControl->aLB_JoinType.SetSelectHdl(LINK(this,DlgQryJoin,LBChangeHdl)); in DBG_NAME()
166 m_pJoinControl->m_aCBNatural.SetToggleHdl(LINK(this,DlgQryJoin,NaturalToggleHdl)); in DBG_NAME()
194 DlgQryJoin::~DlgQryJoin() in ~DlgQryJoin()
196 DBG_DTOR(DlgQryJoin,NULL); in ~DlgQryJoin()
201 IMPL_LINK( DlgQryJoin, LBChangeHdl, ListBox*, /*pListBox*/ )
203 DBG_CHKTHIS(DlgQryJoin,NULL);
291 IMPL_LINK( DlgQryJoin, OKClickHdl, Button*, /*pButton*/ )
293 DBG_CHKTHIS(DlgQryJoin,NULL);
303 IMPL_LINK( DlgQryJoin, NaturalToggleHdl, CheckBox*, /*pButton*/ )
305 DBG_CHKTHIS(DlgQryJoin,NULL);
335 TTableConnectionData::value_type DlgQryJoin::getConnectionData() const in getConnectionData()
340 void DlgQryJoin::setValid(sal_Bool _bValid) in setValid()
347 void DlgQryJoin::notifyConnectionChange( ) in notifyConnectionChange()
354 void DlgQryJoin::setJoinType(EJoinType _eNewJoinType) in setJoinType()