Lines Matching refs:Col
264 : eConv( eConvP ), nRow( rAddr.Row() ), nCol( rAddr.Col() ) in Details()
300 inline SCCOL Col() const { return nCol; } in Col() function in ScAddress
341 if ( r.Col() < Col() ) in PutInOrder()
343 SCCOL nTmp = r.Col(); in PutInOrder()
344 r.SetCol( Col() ); in PutInOrder()
579 aStart.Col() <= rAddr.Col() && rAddr.Col() <= aEnd.Col() && in In()
587 aStart.Col() <= r.aStart.Col() && r.aEnd.Col() <= aEnd.Col() && in In()
604 (static_cast<size_t>(aStart.Col()) << 21) ^ // start column <= 2^5 in hashArea()
605 (static_cast<size_t>(aEnd.Col()) << 15) ^ // end column <= 2^6 in hashArea()
616 (static_cast<size_t>(aStart.Col()) << 24) ^ // start column <= 2^8 in hashStartColumn()
719 inline SCCOL Col() const { return aAdr.Col(); } in Col() function in ScRefAddress