Home
last modified time | relevance | path

Searched refs:OQueryTableConnection (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQTableConnection.cxx42 DBG_NAME(OQueryTableConnection) in DBG_NAME() argument
45 OQueryTableConnection::OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionDat… in DBG_NAME()
49 DBG_CTOR(OQueryTableConnection,NULL); in DBG_NAME()
54 OQueryTableConnection::OQueryTableConnection(const OQueryTableConnection& rConn) in OQueryTableConnection() function in OQueryTableConnection
57 DBG_CTOR(OQueryTableConnection,NULL); in OQueryTableConnection()
61 OQueryTableConnection::~OQueryTableConnection() in ~OQueryTableConnection()
63 DBG_DTOR(OQueryTableConnection,NULL); in ~OQueryTableConnection()
67 OQueryTableConnection& OQueryTableConnection::operator=(const OQueryTableConnection& rConn) in operator =()
78 sal_Bool OQueryTableConnection::operator==(const OQueryTableConnection& rCompare) in operator ==()
H A DQueryTableView.cxx177 OQueryTableConnection* _pConnection, in addUndoAction()
222 static_cast< OQueryTableConnection*>(_pConnection)); in connectionModified()
287 OQueryTableConnection aNewConn(_pView, aNewConnData); in addConnections()
428 OQueryTableConnection* pTabConn = NULL; in NotifyTabConnection()
442 pTabConn = static_cast<OQueryTableConnection*>(*aIter); in NotifyTabConnection()
448 pTabConn = static_cast<OQueryTableConnection*>(*aIter); in NotifyTabConnection()
456 OQueryTableConnection* pNewConn = new OQueryTableConnection(this, aData); in NotifyTabConnection()
777 OQueryTableConnection* pQConn = new OQueryTableConnection(this, pData); in createNewConnection()
797 static_cast< OQueryTableConnection*>(_pConnection), in RemoveConnection()
970 OQueryTableConnection* pTmpEntry = static_cast<OQueryTableConnection*>(*aIter2); in HideTabWin()
[all …]
H A DQTableConnection.hxx40 class OQueryTableConnection : public OTableConnection class
44OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionData::value_type& pTabCon…
45 OQueryTableConnection(const OQueryTableConnection& rConn);
46 virtual ~OQueryTableConnection();
48 OQueryTableConnection& operator=(const OQueryTableConnection& rConn);
49 sal_Bool operator==(const OQueryTableConnection& rCompare);
H A DQueryTabConnUndoAction.hxx32 class OQueryTableConnection;
37 OQueryTableConnection* m_pConnection;
48 void SetConnection(OQueryTableConnection* pConn) { m_pConnection = pConn; } in SetConnection()
H A DQueryDesignView.cxx211OQueryTableConnection* pConn = static_cast<OQueryTableConnection*>( pTableView->GetTabConn(static_… in insertConnection()
242 OQueryTableConnection aInfo(pTableView, aInfoData); in insertConnection()
414 OQueryTableConnection* _pEntryConn, in JoinCycle()
541 OQueryTableConnection* pEntryConn, in GetNextJoin()
573 OQueryTableConnection* pNext = static_cast<OQueryTableConnection*>(*aIter); in GetNextJoin()
591 OQueryTableConnection* pNext = static_cast<OQueryTableConnection*>(*aIter); in GetNextJoin()
1065 const OQueryTableConnection* pEntryConn = static_cast<const OQueryTableConnection*>(*aIter); in GenerateInnerJoinCriterias()
1110 static_cast<OQueryTableConnection*>(*aIter)->SetVisited(sal_False); in GenerateFromClause()
1136OQueryTableConnection* pEntryConn = static_cast<OQueryTableConnection*>(*aConIter); in GenerateFromClause()
1185 OQueryTableConnection* pEntryConn = static_cast<OQueryTableConnection*>(*aIter); in GenerateFromClause()
[all …]
/aoo4110/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx51 class OQueryTableConnection;
92 void GetConnection(OQueryTableConnection* pConn);
94 void DropConnection(OQueryTableConnection* pConn);
122 …void NotifyTabConnection(const OQueryTableConnection& rNewConn, sal_Bool _bCreateUndoAction = sal_…

Completed in 39 milliseconds