Home
last modified time | relevance | path

Searched refs:OTableConnection (Results 1 – 25 of 25) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx57 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 DJoinTableView.cxx427 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 DQueryTableView.cxx212 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 DConnectionLineAccess.cxx69 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 DQueryTabWinUndoAct.hxx42 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 DQTableConnection.cxx46 :OTableConnection(pContainer, pTabConnData) in DBG_NAME()
55 :OTableConnection( rConn ) in OQueryTableConnection()
72 OTableConnection::operator=(rConn); in operator =()
H A DTableWindowAccess.cxx251 …::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 DQueryTabWinUndoAct.cxx91 ::std::vector<OTableConnection*>::iterator aIter = m_vTableConnection.begin(); in ~OQueryTabWinUndoAct()
92 ::std::vector<OTableConnection*>::iterator aEnd = m_vTableConnection.end(); in ~OQueryTabWinUndoAct()
H A DQueryDesignView.cxx568 …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 DTableWindowTitle.cxx187 const ::std::vector<OTableConnection*>* pConns = pView->getTableConnections(); in MouseButtonDown()
190 ::std::mem_fun(&OTableConnection::RecalcLines)); in MouseButtonDown()
H A DQTableConnection.hxx40 class OQueryTableConnection : public OTableConnection
H A DConnectionLine.cxx142 OConnectionLine::OConnectionLine( OTableConnection* _pConn, OConnectionLineDataRef _pLineData ) in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx58 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()
212OTableConnection* GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool _bSupressCross…
280 virtual void ConnDoubleClicked( OTableConnection* pConnection );
[all …]
H A DTableConnection.hxx57 DBG_NAMEEX(OTableConnection)
58 class OTableConnection : public Window class
76OTableConnection( OJoinTableView* pContainer, const TTableConnectionData::value_type& pTabConnData…
77 OTableConnection( const OTableConnection& rConn );
82 virtual ~OTableConnection();
84 OTableConnection& operator=( const OTableConnection& rConn );
H A DConnectionLine.hxx52 class OTableConnection;
56 OTableConnection* m_pTabConn;
64 OConnectionLine( OTableConnection* pConn, OConnectionLineDataRef pLineData );
H A DRelationTableView.hxx38OTableConnection* 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 DConnectionLineAccess.hxx41 class OTableConnection;
48 const OTableConnection* m_pLine; // the window which I should give accessibility to
59 OConnectionLineAccess(OTableConnection* _pLine);
H A DQueryTableView.hxx59 virtual void ConnDoubleClicked(OTableConnection* pConnection);
89 virtual bool RemoveConnection( OTableConnection* _pConn ,sal_Bool _bDelete);
H A DRelationDesignView.hxx46 class OTableConnection;
H A DJoinDesignView.hxx44 class OTableConnection;
H A DQueryDesignView.hxx78 class OTableConnection;
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnection.cxx50 :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 DRelationTableView.cxx202 ::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 DRTableConnection.hxx37 class ORelationTableConnection : public OTableConnection
48 using OTableConnection::Draw;
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx447 OTableConnection* pConn = pView->GetTabConn(_pSource,_pDest); in setWindowTables()

Completed in 211 milliseconds