Home
last modified time | relevance | path

Searched refs:OConnectionLine (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx140 DBG_NAME(OConnectionLine) in DBG_NAME() argument
142 OConnectionLine::OConnectionLine( OTableConnection* _pConn, OConnectionLineDataRef _pLineData ) in DBG_NAME()
146 DBG_CTOR(OConnectionLine,NULL); in DBG_NAME()
150 OConnectionLine::OConnectionLine( const OConnectionLine& _rLine ) in OConnectionLine() function in OConnectionLine
152 DBG_CTOR(OConnectionLine,NULL); in OConnectionLine()
158 OConnectionLine::~OConnectionLine() in ~OConnectionLine()
160 DBG_DTOR(OConnectionLine,NULL); in ~OConnectionLine()
164 OConnectionLine& OConnectionLine::operator=( const OConnectionLine& rLine ) in operator =()
245 sal_Bool OConnectionLine::RecalcLine() in RecalcLine()
336 sal_Bool OConnectionLine::IsValid() const in IsValid()
[all …]
H A DTableConnection.cxx88 m_vConnLine.push_back( new OConnectionLine(this, *aIter) ); in Init()
92 OConnectionLine* OTableConnection::CreateConnLine( const OConnectionLine& rConnLine ) in CreateConnLine()
94 return new OConnectionLine( rConnLine ); in CreateConnLine()
99 ::std::vector<OConnectionLine*>::iterator aLineEnd = m_vConnLine.end(); in clearLineData()
126 const ::std::vector<OConnectionLine*>* pLine = rConn.GetConnLineList(); in operator =()
127 ::std::vector<OConnectionLine*>::const_iterator aIter = pLine->begin(); in operator =()
128 ::std::vector<OConnectionLine*>::const_iterator aEnd = pLine->end(); in operator =()
149 …::std::for_each(m_vConnLine.begin(),m_vConnLine.end(),::std::mem_fun(&OConnectionLine::RecalcLine)… in RecalcLines()
194 ::std::vector<OConnectionLine*>::const_iterator aIter = ::std::find_if(m_vConnLine.begin(), in CheckHit()
222 ::std::vector<OConnectionLine*>::const_iterator aEnd = m_vConnLine.end(); in GetBoundingRect()
[all …]
H A DJoinTableView.cxx1033 const ::std::vector<OConnectionLine*>* pLines = pConn->GetConnLineList(); in SelectConn()
1034 ::std::vector<OConnectionLine*>::const_reverse_iterator aIter = pLines->rbegin(); in SelectConn()
1313 const ::std::vector<OConnectionLine*>* pLines = pSelConnection->GetConnLineList(); in Command()
1314 …::std::vector<OConnectionLine*>::const_iterator aIter = ::std::find_if(pLines->begin(),pLines->end… in Command()
H A DConnectionData.hxx47 DECLARE_LIST( OConnectionLineList, OConnectionLine* );
/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLine.hxx54 class OConnectionLine class
64 OConnectionLine( OTableConnection* pConn, OConnectionLineDataRef pLineData );
65 OConnectionLine( const OConnectionLine& rLine );
66 virtual ~OConnectionLine();
68 virtual OConnectionLine& operator=( const OConnectionLine& rLine );
88 struct TConnectionLineDrawFunctor : ::std::unary_function<OConnectionLine*,void>
95 inline void operator()(OConnectionLine* _pLine) in operator ()()
102 struct TConnectionLineCheckHitFunctor : ::std::binary_function<OConnectionLine*,Point,bool>
104 inline bool operator()(const OConnectionLine* lhs,const Point& rhs) const in operator ()()
H A DTableConnection.hxx55 class OConnectionLine;
60 ::std::vector<OConnectionLine*> m_vConnLine;
73 OConnectionLine* CreateConnLine( const OConnectionLine& rConnLine );
111 const ::std::vector<OConnectionLine*>* GetConnLineList() const { return &m_vConnLine; } in GetConnLineList()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnection.cxx97 const OConnectionLine* pTopLine = NULL; in Draw()
98 const ::std::vector<OConnectionLine*>* pConnLineList = GetConnLineList(); in Draw()
99 ::std::vector<OConnectionLine*>::const_iterator aIter = pConnLineList->begin(); in Draw()
100 ::std::vector<OConnectionLine*>::const_iterator aEnd = pConnLineList->end(); in Draw()

Completed in 38 milliseconds