Searched refs:SwapCol (Results 1 – 5 of 5) sorted by relevance
232 void SwapCol(ScColumn& rCol);
845 void SwapCol(SCCOL nCol1, SCCOL nCol2);
225 SwapCol( static_cast<SCCOL>(nDest), static_cast<SCCOL>(nOrg) ); in SortReorder()413 void ScTable::SwapCol(SCCOL nCol1, SCCOL nCol2) in SwapCol() function in ScTable
296 aCol[nCol].SwapCol(aCol[nCol-1]); in InsertCol()372 aCol[nCol].SwapCol(aCol[nCol+1]); in DeleteCol()
1485 void ScColumn::SwapCol(ScColumn& rCol) in SwapCol() function in ScColumn
Completed in 49 milliseconds