Lines Matching refs:eSum
258 ScAutoSum eSum; in lcl_SeekAutoSumData() local
259 if ( (eSum = lcl_IsAutoSumData( in lcl_SeekAutoSumData()
261 return eSum; in lcl_SeekAutoSumData()
323 const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nCol, nEndRow, nTab, DIR_TOP, nExtend /*out*/ ); in lcl_GetAutoSumForColumnRange() local
325 if ( eSum == ScAutoSumSum ) in lcl_GetAutoSumForColumnRange()
367 … const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nEndCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ ); in lcl_GetAutoSumForRowRange() local
369 if ( eSum == ScAutoSumSum ) in lcl_GetAutoSumForRowRange()
416 ScAutoSum eSum; in GetAutoSumArea() local
418 && ((eSum = lcl_IsAutoSumData( pDoc, nCol, nRow-1, nTab, in GetAutoSumArea()
420 && ((eSum = lcl_IsAutoSumData( pDoc, nCol, nRow-1, nTab, in GetAutoSumArea()
427 else if ( nCol != 0 && (eSum = lcl_IsAutoSumData( pDoc, nCol-1, nRow, nTab, in GetAutoSumArea()
433 …else if ( (eSum = lcl_SeekAutoSumData( pDoc, nCol, nSeekRow, nTab, DIR_TOP, nExtend /*out*/ )) != … in GetAutoSumArea()
435 …else if (( eSum = lcl_SeekAutoSumData( pDoc, nSeekCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ )) !=… in GetAutoSumArea()
443 if ( eSum == ScAutoSumSum ) in GetAutoSumArea()
451 if ( eSum == ScAutoSumSum ) in GetAutoSumArea()
459 if ( eSum == ScAutoSumData ) in GetAutoSumArea()
464 nStartRow-1, nTab, DIR_TOP, nExtend /*out*/ ) == eSum ) in GetAutoSumArea()
470 nRow, nTab, DIR_LEFT, nExtend /*out*/ ) == eSum ) in GetAutoSumArea()
476 if ( eSum == ScAutoSumSum ) in GetAutoSumArea()