Home
last modified time | relevance | path

Searched refs:OQueryTableConnectionData (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQTableConnectionData.cxx44 DBG_NAME(OQueryTableConnectionData) in DBG_NAME() argument
46 OQueryTableConnectionData::OQueryTableConnectionData() in DBG_NAME()
51 DBG_CTOR(OQueryTableConnectionData,NULL); in DBG_NAME()
55 OQueryTableConnectionData::OQueryTableConnectionData( const OQueryTableConnectionData& rConnData ) in OQueryTableConnectionData() function in OQueryTableConnectionData
58 DBG_CTOR(OQueryTableConnectionData,NULL); in OQueryTableConnectionData()
69 OQueryTableConnectionData::OQueryTableConnectionData(const TTableWindowData::value_type& _pReferenc… in OQueryTableConnectionData() function in OQueryTableConnectionData
80 DBG_CTOR(OQueryTableConnectionData,NULL); in OQueryTableConnectionData()
84 OQueryTableConnectionData::~OQueryTableConnectionData() in ~OQueryTableConnectionData()
86 DBG_DTOR(OQueryTableConnectionData,NULL); in ~OQueryTableConnectionData()
113 OQueryTableConnectionData& OQueryTableConnectionData::operator=(const OQueryTableConnectionData& rC… in operator =()
[all …]
H A DQTableConnectionData.hxx44 class OQueryTableConnectionData : public OTableConnectionData class
59 OQueryTableConnectionData& operator=( const OQueryTableConnectionData& rConnData );
61 OQueryTableConnectionData();
62 OQueryTableConnectionData( const OQueryTableConnectionData& rConnData );
63OQueryTableConnectionData( const TTableWindowData::value_type& _pReferencingTable,const TTableWind…
65 virtual ~OQueryTableConnectionData();
H A DQueryTableView.cxx193OQueryTableConnectionData* pData = static_cast< OQueryTableConnectionData*>(_pConnectionData.get()… in openJoinDialog()
243OQueryTableConnectionData* pNewConnData = new OQueryTableConnectionData( _rSource.GetData(), _rDes… in addConnections()
388OQueryTableConnectionData* pTabConnData = static_cast<OQueryTableConnectionData*>(aConIter->get()… in ReSync()
453OQueryTableConnectionData* pNewData = static_cast< OQueryTableConnectionData*>(rNewConn.GetData()-… in NotifyTabConnection()
701OQueryTableConnectionData* pNewConnectionData = new OQueryTableConnectionData(pSourceWin->GetData(… in AddConnection()
760 TTableConnectionData::value_type pData(new OQueryTableConnectionData()); in createNewConnection()
1116 OQueryTableConnectionData* pQueryData = static_cast<OQueryTableConnectionData*>(_pData.get()); in supressCrossNaturalJoin()
H A Dquerydlg.cxx107 ,eJoinType(static_cast<OQueryTableConnectionData*>(_pData.get())->GetJoinType()) in DBG_NAME()
124 …m_pJoinControl->m_aCBNatural.Check(static_cast<OQueryTableConnectionData*>(m_pConnData.get())->isN… in DBG_NAME()
187 …m_pTableControl->enableRelation(!static_cast<OQueryTableConnectionData*>(m_pConnData.get())->isNat… in DBG_NAME()
307 static_cast<OQueryTableConnectionData*>(m_pConnData.get())->setNatural(bChecked);
349 setJoinType( static_cast<OQueryTableConnectionData*>(m_pConnData.get())->GetJoinType() ); in notifyConnectionChange()
350 …m_pJoinControl->m_aCBNatural.Check(static_cast<OQueryTableConnectionData*>(m_pConnData.get())->isN… in notifyConnectionChange()
H A DQTableConnection.cxx84 OQueryTableConnectionData* pMyData = static_cast<OQueryTableConnectionData*>(GetData().get()); in operator ==()
85OQueryTableConnectionData* pCompData = static_cast<OQueryTableConnectionData*>(rCompare.GetData().… in operator ==()
H A DQueryDesignView.cxx215 OQueryTableConnectionData* pInfoData = new OQueryTableConnectionData(); in insertConnection()
373 OQueryTableConnectionData* pData) in BuildJoinCriteria()
420OQueryTableConnectionData* pData = static_cast< OQueryTableConnectionData*>(_pEntryConn->GetData()… in JoinCycle()
475 OQueryTableConnectionData* pData) in BuildJoin()
515 OQueryTableConnectionData* pData in BuildJoin()
525 OQueryTableConnectionData* pData in BuildJoin()
534 OQueryTableConnectionData* pData in BuildJoin()
545OQueryTableConnectionData* pEntryConnData = static_cast<OQueryTableConnectionData*>(pEntryConn->Ge… in GetNextJoin()
1066OQueryTableConnectionData* pEntryConnData = static_cast<OQueryTableConnectionData*>(pEntryConn->Ge… in GenerateInnerJoinCriterias()
1156 … switch(static_cast<OQueryTableConnectionData*>(pEntryConn->GetData().get())->GetJoinType()) in GenerateFromClause()
H A DQTableConnection.hxx51 …GetAliasName(EConnectionSide nWhich) const { return static_cast<OQueryTableConnectionData*>(GetDat… in GetAliasName()
H A Dquerydlg.hxx54 class OQueryTableConnectionData;
/aoo4110/main/dbaccess/source/ui/inc/
H A DQueryDesignView.hxx79 class OQueryTableConnectionData;

Completed in 80 milliseconds