Searched refs:thisRangeAddress (Results 1 – 1 of 1) sorted by relevance
2179 …table::CellRangeAddress thisRangeAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in CellsHelper() local2199 nRow = nRow + thisRangeAddress.StartRow; in CellsHelper()2200 nColumn = nColumn + thisRangeAddress.StartColumn; in CellsHelper()2269 table::CellRangeAddress thisRangeAddress = xThisRangeAddress->getRangeAddress(); in Activate() local2289 … if ( cellInRange( nAddrs[index], thisRangeAddress.StartColumn, thisRangeAddress.StartRow ) ) in Activate()2291 …setCursor( static_cast< SCCOL >( thisRangeAddress.StartColumn ), static_cast< SCROW >( thisRangeAd… in Activate()2298 …ange.is() && cellInRange( xRange->getRangeAddress(), thisRangeAddress.StartColumn, thisRangeAddres… in Activate()2299 …setCursor( static_cast< SCCOL >( thisRangeAddress.StartColumn ), static_cast< SCROW >( thisRangeAd… in Activate()2307 …setCursor( static_cast< SCCOL >( thisRangeAddress.StartColumn ), static_cast< SCROW >( thisRangeAd… in Activate()3346 … table::CellRangeAddress thisRangeAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Sort() local[all …]