Searched refs:TableRowGeometry (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svtools/source/table/ |
H A D | tablegeometry.cxx | 41 …TableRowGeometry::TableRowGeometry( TableControl_Impl const & _rControl, Rectangle const & _rBound… in TableRowGeometry() function in svt::table::TableRowGeometry 59 void TableRowGeometry::impl_initRect() in impl_initRect() 71 bool TableRowGeometry::impl_isValidRow( RowPos const i_row ) const in impl_isValidRow() 77 bool TableRowGeometry::moveDown() in moveDown()
|
H A D | tablegeometry.hxx | 71 class TableRowGeometry : public TableGeometry class 78 TableRowGeometry( 131 TableRowGeometry m_aRow; 148 const TableRowGeometry& _rRow, in TableCellGeometry()
|
H A D | tablecontrol_impl.cxx | 1447 TableRowGeometry const aHeaderRow( *this, Rectangle( Point( 0, 0 ), in doPaintContent() 1507 for ( TableRowGeometry aRowIterator( *this, aAllCellsWithHeaders, getTopRow() ); in doPaintContent() 2176 TableRowGeometry aRow( *this, aVisibleCellsArea, firstRow, true ); in invalidateRowRange()
|
H A D | tablecontrol_impl.hxx | 94 friend class TableRowGeometry;
|
Completed in 48 milliseconds