Lines Matching refs:aArea
751 Rectangle aArea( Point( 0, 0 ), Size( 0, 0 ) ); in impl_getAllVisibleCellsArea() local
755 aArea.Right() = m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
765 aArea.Right() = loop->getEnd() - nScrolledOutLeft + m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
769 && ( loop->getEnd() - nScrolledOutLeft >= aArea.Right() ) in impl_getAllVisibleCellsArea()
773 --aArea.Right(); in impl_getAllVisibleCellsArea()
776 aArea.Bottom() = in impl_getAllVisibleCellsArea()
781 return aArea; in impl_getAllVisibleCellsArea()
789 Rectangle aArea( impl_getAllVisibleCellsArea() ); in impl_getAllVisibleDataCellArea() local
790 aArea.Left() = m_nRowHeaderWidthPixel; in impl_getAllVisibleDataCellArea()
791 aArea.Top() = m_nColHeaderHeightPixel; in impl_getAllVisibleDataCellArea()
792 return aArea; in impl_getAllVisibleDataCellArea()