Lines Matching refs:Row
264 : eConv( eConvP ), nRow( rAddr.Row() ), nCol( rAddr.Col() ) in Details()
299 inline SCROW Row() const { return nRow; } in Row() function in ScAddress
347 if ( r.Row() < Row() ) in PutInOrder()
349 SCROW nTmp = r.Row(); in PutInOrder()
350 r.SetRow( Row() ); in PutInOrder()
580 aStart.Row() <= rAddr.Row() && rAddr.Row() <= aEnd.Row() && in In()
588 aStart.Row() <= r.aStart.Row() && r.aEnd.Row() <= aEnd.Row() && in In()
603 (static_cast<size_t>(aStart.Row()) << 26) ^ // start row <= 2^6 in hashArea()
606 static_cast<size_t>(aEnd.Row()); // end row <= 2^15 in hashArea()
617 (static_cast<size_t>(aStart.Row()) << 16) ^ // start row <= 2^8 in hashStartColumn()
618 static_cast<size_t>(aEnd.Row()); in hashStartColumn()
720 inline SCROW Row() const { return aAdr.Row(); } in Row() function in ScRefAddress