Lines Matching refs:rRangeList
309 bool lcl_GetAutoSumForColumnRange( ScDocument* pDoc, ScRangeList& rRangeList, const ScRange& rRange… in lcl_GetAutoSumForColumnRange() argument
330 rRangeList.Append( ScRange( nCol, nStartRow, nTab, nCol, nEndRow, nTab ) ); in lcl_GetAutoSumForColumnRange()
345 rRangeList.Append( ScRange( nCol, nStartRow, nTab, nCol, nEndRow, nTab ) ); in lcl_GetAutoSumForColumnRange()
353 bool lcl_GetAutoSumForRowRange( ScDocument* pDoc, ScRangeList& rRangeList, const ScRange& rRange ) in lcl_GetAutoSumForRowRange() argument
374 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
389 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
397 sal_Bool ScViewFunc::GetAutoSumArea( ScRangeList& rRangeList ) in GetAutoSumArea() argument
474 rRangeList.Append( in GetAutoSumArea()
503 void ScViewFunc::EnterAutoSum(const ScRangeList& rRangeList, sal_Bool bSubTotal) // Block mit Summ… in EnterAutoSum() argument
505 String aFormula = GetAutoSumFormula( rRangeList, bSubTotal ); in EnterAutoSum()
711 String ScViewFunc::GetAutoSumFormula( const ScRangeList& rRangeList, bool bSubTotal ) in GetAutoSumFormula() argument
737 rRangeList.Format( aRef, SCA_VALID, pDoc ); in GetAutoSumFormula()