Searched defs:IncRow (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/inc/ | ||
H A D | bigrange.hxx | 61 void IncRow( sal_Int32 n = 1 ) { nRow += n; } in IncRow() function in ScBigAddress |
H A D | address.hxx | 308 inline void IncRow( SCsROW n=1 ) { nRow = sal::static_int_cast<SCROW>(nRow + n); } in IncRow() function in ScAddress |
Completed in 16 milliseconds