/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableConnection.cxx | 57 DBG_NAME(OTableConnection) in DBG_NAME() argument 65 DBG_CTOR(OTableConnection,NULL); in DBG_NAME() 71 OTableConnection::OTableConnection( const OTableConnection& _rConn ) : Window(_rConn.m_pParent) in OTableConnection() function in dbaui::OTableConnection 74 DBG_CTOR(OTableConnection,NULL); in OTableConnection() 79 void OTableConnection::Init() in Init() 97 void OTableConnection::clearLineData() in clearLineData() 105 void OTableConnection::UpdateLineList() in UpdateLineList() 115 OTableConnection& OTableConnection::operator=( const OTableConnection& rConn ) in operator =() 146 bool OTableConnection::RecalcLines() in RecalcLines() 176 void OTableConnection::Select() in Select() [all …]
|
H A D | JoinTableView.cxx | 427 OTableConnection* pTabConn = (*aIter); in RemoveTabWin() 929 void OJoinTableView::ConnDoubleClicked( OTableConnection* /*pConnection*/ ) in ConnDoubleClicked() argument 989 void OJoinTableView::DeselectConn(OTableConnection* pConn) in DeselectConn() 1009 void OJoinTableView::SelectConn(OTableConnection* pConn) in SelectConn() 1077 ::std::mem_fun(& OTableConnection::InvalidateConnection)); in InvalidateConnections() 1122 ::std::vector<OTableConnection*>::iterator aIter = m_vTableConnection.begin(); in ClearAll() 1307 OTableConnection* pSelConnection = GetSelectedConn(); in Command() 1345 OTableConnection* OJoinTableView::GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool… in GetTabConn() 1347 OTableConnection* pConn = NULL; in GetTabConn() 1359 OTableConnection* pData = *aIter; in GetTabConn() [all …]
|
H A D | QueryTableView.cxx | 212 OTableConnection* _pConnection, in connectionModified() 430 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnections->end(); in NotifyTabConnection() 433 static_cast<const OTableConnection*>(&rNewConn) in NotifyTabConnection() 697 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in AddConnection() 748 void OQueryTableView::ConnDoubleClicked(OTableConnection* pConnection) in ConnDoubleClicked() 767 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in createNewConnection() 1040 ::std::vector<OTableConnection*>::iterator aIter = pTableCon->begin(); in ShowTabWin() 1041 ::std::vector<OTableConnection*>::iterator aEnd = pTableCon->end(); in ShowTabWin() 1091 const ::std::vector<OTableConnection*>* pList = getTableConnections(); in ExistsAVisitedConn() 1094 ::std::vector<OTableConnection*>::const_iterator aIter = pList->begin(); in ExistsAVisitedConn() [all …]
|
H A D | ConnectionLineAccess.cxx | 69 OConnectionLineAccess::OConnectionLineAccess(OTableConnection* _pLine) in OConnectionLineAccess() 123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent() 124 ::std::vector<OTableConnection*>::const_iterator aIter = pVec->begin(); in getAccessibleIndexInParent() 125 ::std::vector<OTableConnection*>::const_iterator aEnd = pVec->end(); in getAccessibleIndexInParent() 242 Reference< XAccessible > OTableConnection::CreateAccessible() in CreateAccessible() 247 OTableConnection::~OTableConnection() in ~OTableConnection() 249 DBG_DTOR(OTableConnection,NULL); in ~OTableConnection()
|
H A D | QueryTabWinUndoAct.hxx | 42 class OTableConnection; 47 ::std::vector<OTableConnection*> m_vTableConnection; 69 ::std::vector<OTableConnection*>* GetTabConnList() { return &m_vTableConnection; } in GetTabConnList() 71 …void InsertConnection( OTableConnection* pConnection ) { m_vTableConnection.push_back(pConnection)… in InsertConnection() 72 void RemoveConnection( OTableConnection* pConnection ) in RemoveConnection()
|
H A D | QTableConnection.cxx | 46 :OTableConnection(pContainer, pTabConnData) in DBG_NAME() 55 :OTableConnection( rConn ) in OQueryTableConnection() 72 OTableConnection::operator=(rConn); in operator =()
|
H A D | TableWindowAccess.cxx | 251 …::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable) + nI… in getRelation() 272 const ::std::vector<OTableConnection*>* pConnectionList = pView->getTableConnections(); in getRelationByType() 274 ::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable); in getRelationByType() 275 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnectionList->end(); in getRelationByType()
|
H A D | QueryTabWinUndoAct.cxx | 91 ::std::vector<OTableConnection*>::iterator aIter = m_vTableConnection.begin(); in ~OQueryTabWinUndoAct() 92 ::std::vector<OTableConnection*>::iterator aEnd = m_vTableConnection.end(); in ~OQueryTabWinUndoAct()
|
H A D | QueryDesignView.cxx | 568 …const ::std::vector<OTableConnection*>* pConnections = pEntryConn->GetParent()->getTableConnection… in GetNextJoin() 569 ::std::vector<OTableConnection*>::const_iterator aIter = pConnections->begin(); in GetNextJoin() 570 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnections->end(); in GetNextJoin() 1059 const ::std::vector<OTableConnection*>* _pConnList) in GenerateInnerJoinCriterias() 1061 ::std::vector<OTableConnection*>::const_iterator aIter = _pConnList->begin(); in GenerateInnerJoinCriterias() 1062 ::std::vector<OTableConnection*>::const_iterator aEnd = _pConnList->end(); in GenerateInnerJoinCriterias() 1094 const ::std::vector<OTableConnection*>* pConnList in GenerateFromClause() 1105 ::std::vector<OTableConnection*>::const_iterator aIter = pConnList->begin(); in GenerateFromClause() 1106 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnList->end(); in GenerateFromClause() 1133 …::std::vector<OTableConnection*>::const_iterator aConIter = aRIter->second->getTableView()->getTab… in GenerateFromClause() [all …]
|
H A D | TableWindowTitle.cxx | 187 const ::std::vector<OTableConnection*>* pConns = pView->getTableConnections(); in MouseButtonDown() 190 ::std::mem_fun(&OTableConnection::RecalcLines)); in MouseButtonDown()
|
H A D | QTableConnection.hxx | 40 class OQueryTableConnection : public OTableConnection
|
H A D | ConnectionLine.cxx | 142 OConnectionLine::OConnectionLine( OTableConnection* _pConn, OConnectionLineDataRef _pLineData ) in DBG_NAME()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | JoinTableView.hxx | 58 class OTableConnection; 99 ::std::vector<OTableConnection*> m_vTableConnection; 112 OTableConnection* m_pSelectedConn; 166 virtual bool RemoveConnection(OTableConnection* _pConnection,sal_Bool _bDelete); 175 void addConnection(OTableConnection* _pConnection,sal_Bool _bAddData = sal_True); 184 OTableConnection* GetSelectedConn() { return m_pSelectedConn; } in GetSelectedConn() 186 void SelectConn(OTableConnection* pConn); 193 …const ::std::vector<OTableConnection*>* getTableConnections() const { return &m_vTableConnection; } in getTableConnections() 212 …OTableConnection* GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool _bSupressCross… 280 virtual void ConnDoubleClicked( OTableConnection* pConnection ); [all …]
|
H A D | TableConnection.hxx | 57 DBG_NAMEEX(OTableConnection) 58 class OTableConnection : public Window class 76 …OTableConnection( OJoinTableView* pContainer, const TTableConnectionData::value_type& pTabConnData… 77 OTableConnection( const OTableConnection& rConn ); 82 virtual ~OTableConnection(); 84 OTableConnection& operator=( const OTableConnection& rConn );
|
H A D | ConnectionLine.hxx | 52 class OTableConnection; 56 OTableConnection* m_pTabConn; 64 OConnectionLine( OTableConnection* pConn, OConnectionLineDataRef pLineData );
|
H A D | RelationTableView.hxx | 38 …OTableConnection* m_pExistingConnection; // is set when a connection was draged on an existing… 44 virtual void ConnDoubleClicked( OTableConnection* pConnection ); 64 virtual bool RemoveConnection(OTableConnection* pConn,sal_Bool _bDelete);
|
H A D | ConnectionLineAccess.hxx | 41 class OTableConnection; 48 const OTableConnection* m_pLine; // the window which I should give accessibility to 59 OConnectionLineAccess(OTableConnection* _pLine);
|
H A D | QueryTableView.hxx | 59 virtual void ConnDoubleClicked(OTableConnection* pConnection); 89 virtual bool RemoveConnection( OTableConnection* _pConn ,sal_Bool _bDelete);
|
H A D | RelationDesignView.hxx | 46 class OTableConnection;
|
H A D | JoinDesignView.hxx | 44 class OTableConnection;
|
H A D | QueryDesignView.hxx | 78 class OTableConnection;
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RTableConnection.cxx | 50 :OTableConnection( pContainer, pTabConnData ) in DBG_NAME() 57 : OTableConnection( rConn ) in ORelationTableConnection() 77 OTableConnection::operator=( rConn ); in operator =() 86 OTableConnection::Draw( rRect ); in Draw()
|
H A D | RelationTableView.cxx | 202 ::std::vector<OTableConnection*>::const_iterator aIter = getTableConnections()->begin(); in AddConnection() 203 ::std::vector<OTableConnection*>::const_iterator aEnd = getTableConnections()->end(); in AddConnection() 206 OTableConnection* pFirst = *aIter; in AddConnection() 257 void ORelationTableView::ConnDoubleClicked( OTableConnection* pConnection ) in ConnDoubleClicked() 302 bool ORelationTableView::RemoveConnection( OTableConnection* pConn ,sal_Bool /*_bDelete*/) in RemoveConnection()
|
H A D | RTableConnection.hxx | 37 class ORelationTableConnection : public OTableConnection 48 using OTableConnection::Draw;
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 447 OTableConnection* pConn = pView->GetTabConn(_pSource,_pDest); in setWindowTables()
|