Searched defs:IncCol (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/inc/ | ||
H A D | bigrange.hxx | 60 void IncCol( sal_Int32 n = 1 ) { nCol += n; } in IncCol() function in ScBigAddress |
H A D | address.hxx | 309 inline void IncCol( SCsCOL n=1 ) { nCol = sal::static_int_cast<SCCOL>(nCol + n); } in IncCol() function in ScAddress |
Completed in 11 milliseconds