Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dsegmenttree.cxx57 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 Dtable2.cxx2319 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 Dtable5.cxx736 nHeight += mpRowHeights->getSumValue(nRow, aData.mnRow2); in GetTotalRowHeight()
/aoo4110/main/sc/inc/
H A Dsegmenttree.hxx154 sal_uInt32 getSumValue(SCROW nRow1, SCROW nRow2);

Completed in 50 milliseconds