Searched refs:thisAddress (Results 1 – 1 of 1) sorted by relevance
2058 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Address() local2059 …thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Address()3645 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Delete() local3664 bool bFullRow = ( thisAddress.StartColumn == 0 && thisAddress.EndColumn == MAXCOL ); in Delete()3665 sal_Int32 nCols = thisAddress.EndColumn - thisAddress.StartColumn; in Delete()3666 sal_Int32 nRows = thisAddress.EndRow - thisAddress.StartRow; in Delete()3673 xCellRangeMove->removeRange( thisAddress, mode ); in Delete()3767 … table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getColumnWidth() local3768 sal_Int32 nStartCol = thisAddress.StartColumn; in getColumnWidth()3769 sal_Int32 nEndCol = thisAddress.EndColumn; in getColumnWidth()[all …]