Home
last modified time | relevance | path

Searched refs:resultAddress (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2681 table::CellRangeAddress resultAddress; in Range() local
2705resultAddress.StartColumn = ( cell1.StartColumn < cell2.StartColumn ) ? cell1.StartColumn : cell2… in Range()
2706 resultAddress.StartRow = ( cell1.StartRow < cell2.StartRow ) ? cell1.StartRow : cell2.StartRow; in Range()
2707resultAddress.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 39 milliseconds