Searched refs:lcl_IsAutoSumData (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 211 ScAutoSum lcl_IsAutoSumData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, in lcl_IsAutoSumData() function 259 if ( (eSum = lcl_IsAutoSumData( in lcl_SeekAutoSumData() 323 const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nCol, nEndRow, nTab, DIR_TOP, nExtend /*out*/ ); in lcl_GetAutoSumForColumnRange() 367 … const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nEndCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ ); 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() [all …]
|
Completed in 31 milliseconds