Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx2058 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Address() local
2059thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Address()
3645 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Delete() local
3664 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() local
3768 sal_Int32 nStartCol = thisAddress.StartColumn; in getColumnWidth()
3769 sal_Int32 nEndCol = thisAddress.EndColumn; in getColumnWidth()
[all …]