Searched refs:getSumValue (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 57 ExtValueType getSumValue(SCCOLROW nPos1, SCCOLROW nPos2); 136 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getSumValue(SCCOLROW nPos1, SCCOLROW nPos2) in getSumValue() function in ScFlatSegmentsImpl 537 sal_uInt32 ScFlatUInt16RowSegments::getSumValue(SCROW nRow1, SCROW nRow2) in getSumValue() function in ScFlatUInt16RowSegments 539 return mpImpl->getSumValue(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2)); in getSumValue()
|
H A D | table2.cxx | 2319 unsigned long nOldHeights = mpRowHeights->getSumValue(nStartRow, nEndRow); in SetRowHeightRange() 2513 nHeight += mpRowHeights->getSumValue(nRow, nLastRow); in GetRowHeight() 2729 long nHeight = static_cast<long>(mpRowHeights->getSumValue(nStartRow, nEndRow)); in DBShowRows() 2788 long nHeight = static_cast<long>(mpRowHeights->getSumValue(nStartRow, nEndRow)); in ShowRows()
|
H A D | table5.cxx | 736 nHeight += mpRowHeights->getSumValue(nRow, aData.mnRow2); in GetTotalRowHeight()
|
/aoo4110/main/sc/inc/ |
H A D | segmenttree.hxx | 154 sal_uInt32 getSumValue(SCROW nRow1, SCROW nRow2);
|
Completed in 50 milliseconds