Lines Matching refs:EndRow

1146 				xCellRangeAddressable->getRangeAddress().EndRow + nEndRowOffset ) ) );  in createRangeFromRange()
1314 sal_Int32 nLastRowIdx = aRangeAddr.EndRow - aRangeAddr.StartRow; in lclExpandAndMerge()
1337 …if( ((aExpAddr.StartColumn < aExpAddr.EndColumn) || (aExpAddr.StartRow < aExpAddr.EndRow)) && ScUn… in lclGetMergedState()
1484 sal_Int32 nRowCount = aRangeAddr.EndRow - aRangeAddr.StartRow + 1; in visitArray()
2059 …ast< SCCOL >( thisAddress.EndColumn ), static_cast< SCROW >( thisAddress.EndRow ), static_cast< SC… in Address()
2237 nRow >= rAddr.StartRow && nRow <= rAddr.EndRow ) in cellInRange()
2589 xCellRangeAddressable->getRangeAddress().EndRow ) ); in Resize()
2672 xAddressable->getRangeAddress().EndRow ); in Range()
2708 resultAddress.EndRow = ( cell1.EndRow > cell2.EndRow ) ? cell1.EndRow : cell2.EndRow; in Range()
3310 colRowKeyAddress.StartRow <= parentRangeAddress.EndRow ) ) in updateTableSortField()
3418 … >( thisRangeAddress.EndColumn ), static_cast< SCROW >( thisRangeAddress.EndRow ), static_cast< SC… in Sort()
3419 … >( thisRangeAddress.EndColumn ), static_cast< SCROW >( thisRangeAddress.EndRow ), static_cast< SC… in Sort()
3611 …return ( aRangeAddr.EndColumn == aRangeAddr.StartColumn && aRangeAddr.EndRow == aRangeAddr.StartRo… in isSingleCellRange()
3666 sal_Int32 nRows = thisAddress.EndRow - thisAddress.StartRow; in Delete()
3933 sal_Int32 nEndRow = thisAddress.EndRow; in getRowHeight()
3980 nRowArr[1] = thisAddress.EndRow; in setRowHeight()
4438 SCROW nEndRow = autoFiltAddress.EndRow; in AutoFilter()
4443 autoFiltAddress.EndRow = nEndRow; in AutoFilter()
4677 …ast< SCCOL >( thisAddress.EndColumn ), static_cast< SCROW >( thisAddress.EndRow ), static_cast< SC… in Insert()
4717 nColArr[1] = thisAddress.EndRow; in Autofit()
4906 sal_Int32 nEndRow = aRangeAddr.EndRow - aRangeAddr.StartRow; in lclGetPrefixChar()
4989 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in getShowDetail()
4992 sal_Bool bColumn =thisAddress.StartRow == thisAddress.EndRow ? sal_False:sal_True; in getShowDetail()
4998 SCCOLROW nPos = bColumn ? (SCCOLROW)(thisAddress.EndColumn-1):(SCCOLROW)(thisAddress.EndRow-1); in getShowDetail()
5032 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in setShowDetail()
5062 aCellAddress.StartRow==0 && aCellAddress.EndRow==0) in MergeArea()
5069 …t< SCCOL >( aCellAddress.EndColumn ), static_cast< SCROW >( aCellAddress.EndRow ), static_cast< SC… in MergeArea()