Lines Matching refs:m_pLine
71 ,m_pLine(_pLine) in OConnectionLineAccess()
77 m_pLine = NULL; in disposing()
119 if( m_pLine ) in getAccessibleIndexInParent()
122 nIndex = m_pLine->GetParent()->GetTabWinMap()->size(); in getAccessibleIndexInParent()
123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent()
126 for (; aIter != aEnd && (*aIter) != m_pLine; ++nIndex,++aIter) in getAccessibleIndexInParent()
155 return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; in contains()
166 Rectangle aRect(m_pLine ? m_pLine->GetBoundingRect() : Rectangle()); in getBounds()
173 Point aPoint(m_pLine ? m_pLine->GetBoundingRect().TopLeft() : Point()); in getLocation()
180 …Point aPoint(m_pLine ? m_pLine->GetParent()->ScreenToOutputPixel(m_pLine->GetBoundingRect().TopLef… in getLocationOnScreen()
187 Size aSize(m_pLine ? m_pLine->GetBoundingRect().GetSize() : Size()); in getSize()
194 …return m_pLine ? m_pLine->GetParent()->GetWindowRegionPixel().IsInside(m_pLine->GetBoundingRect())… in isShowing()
220 Sequence< Reference<XInterface> > aSeq(m_pLine ? 2 : 0); in getRelation()
221 if( m_pLine ) in getRelation()
223 aSeq[0] = m_pLine->GetSourceWin()->GetAccessible(); in getRelation()
224 aSeq[1] = m_pLine->GetDestWin()->GetAccessible(); in getRelation()
258 return m_pLine ? !m_pLine->GetParent()->getDesignView()->getController().isReadOnly() : sal_False; in isEditable()