Lines Matching refs:lcl_IsAutoSumData

211 ScAutoSum lcl_IsAutoSumData( ScDocument* pDoc, SCCOL nCol, SCROW nRow,  in lcl_IsAutoSumData()  function
259 if ( (eSum = lcl_IsAutoSumData( in lcl_SeekAutoSumData()
276 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_TOP, nExtend ) ) == ScAutoSumData… in lcl_FindNextSumEntryInColumn()
295 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_LEFT, nExtend ) ) == ScAutoSumDat… in lcl_FindNextSumEntryInRow()
323 const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nCol, nEndRow, nTab, DIR_TOP, nExtend /*out*/ ); in lcl_GetAutoSumForColumnRange()
341lcl_IsAutoSumData( pDoc, nCol, nStartRow-1, nTab, DIR_TOP, nExtend /*out*/ ) != ScAutoSumSum ) in lcl_GetAutoSumForColumnRange()
367 … const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nEndCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ ); in lcl_GetAutoSumForRowRange()
385lcl_IsAutoSumData( pDoc, nStartCol-1, nRow, nTab, DIR_LEFT, nExtend /*out*/ ) != ScAutoSumSum ) in lcl_GetAutoSumForRowRange()
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()
463 while ( nStartRow != 0 && lcl_IsAutoSumData( pDoc, nCol, in GetAutoSumArea()
469 while ( nStartCol != 0 && lcl_IsAutoSumData( pDoc, nStartCol-1, in GetAutoSumArea()
527 if ( lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_TOP, nExtend ) != ScAutoSumNone ) in AutoSum()
550 if ( lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_LEFT, nExtend ) != ScAutoSumNone ) in AutoSum()