Lines Matching refs:OTableConnection
57 DBG_NAME(OTableConnection) in DBG_NAME() argument
59 …OTableConnection::OTableConnection( OJoinTableView* _pContainer,const TTableConnectionData::value_… in DBG_NAME()
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()
92 OConnectionLine* OTableConnection::CreateConnLine( const OConnectionLine& rConnLine ) in CreateConnLine()
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()
153 OTableWindow* OTableConnection::GetSourceWin() const in GetSourceWin()
164 OTableWindow* OTableConnection::GetDestWin() const in GetDestWin()
176 void OTableConnection::Select() in Select()
183 void OTableConnection::Deselect() in Deselect()
190 sal_Bool OTableConnection::CheckHit( const Point& rMousePos ) const in CheckHit()
201 bool OTableConnection::InvalidateConnection() in InvalidateConnection()
216 Rectangle OTableConnection::GetBoundingRect() const in GetBoundingRect()
242 void OTableConnection::Draw( const Rectangle& /*rRect*/ ) in Draw()