Searched refs:isValidRow (Results 1 – 2 of 2) sorted by relevance
135 …inline bool isValidRow( sal_Int32 nRow ) const { return (nRow >= 0) && (nRow < static_cast<sal_Int… in isValidRow() function in sdr::table::TableLayouter136 …id( const CellPos& rPos ) const { return isValidColumn( rPos.mnCol ) && isValidRow( rPos.mnRow ); } in isValid()
157 if( isValidRow(nRow) ) in getRowHeight()167 if( isValidRow(nRow) ) in setRowHeight()1222 if( isValidRow(nRow) ) in getRowStart()
Completed in 28 milliseconds