Searched refs:resultAddress (Results 1 – 1 of 1) sorted by relevance
2681 table::CellRangeAddress resultAddress; in Range() local2705 …resultAddress.StartColumn = ( cell1.StartColumn < cell2.StartColumn ) ? cell1.StartColumn : cell2… in Range()2706 resultAddress.StartRow = ( cell1.StartRow < cell2.StartRow ) ? cell1.StartRow : cell2.StartRow; in Range()2707 …resultAddress.EndColumn = ( cell1.EndColumn > cell2.EndColumn ) ? cell1.EndColumn : cell2.EndColu… in Range()2708 resultAddress.EndRow = ( cell1.EndRow > cell2.EndRow ) ? cell1.EndRow : cell2.EndRow; in Range()2729 ScUnoConversion::FillScRange( aRange, resultAddress ); in Range()
Completed in 50 milliseconds