Lines Matching refs:m_dataRect
75 m_dataRect = Bounds(); in DiagramView()
165 *width = m_dataRect.Width() + 10.0; in GetPreferredSize()
166 *height = m_dataRect.Height() + 10.0; in GetPreferredSize()
671 m_dataRect.right = boxRect.right; in updateDataRect()
672 m_dataRect.bottom = boxRect.bottom; in updateDataRect()
760 if (Bounds().Height() > m_dataRect.Height()) in _updateScrollBars()
767 scrollBar->SetRange(m_dataRect.top, m_dataRect.bottom - Bounds().Height()); in _updateScrollBars()
768 scrollBar->SetProportion(Bounds().Height() / m_dataRect.Height()); in _updateScrollBars()
776 if (Bounds().Width() > m_dataRect.Width()) in _updateScrollBars()
783 scrollBar->SetRange(m_dataRect.left, m_dataRect.right - Bounds().Width()); in _updateScrollBars()
784 scrollBar->SetProportion(Bounds().Width() / m_dataRect.Width()); in _updateScrollBars()