Searched refs:eSkip (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 275 ScAutoSum eSkip = ScAutoSumNone; in lcl_FindNextSumEntryInColumn() local 276 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_TOP, nExtend ) ) == ScAutoSumData… in lcl_FindNextSumEntryInColumn() 281 if ( eSkip == ScAutoSumSum && nRow < nTmp ) in lcl_FindNextSumEntryInColumn() 294 ScAutoSum eSkip = ScAutoSumNone; in lcl_FindNextSumEntryInRow() local 295 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_LEFT, nExtend ) ) == ScAutoSumDat… in lcl_FindNextSumEntryInRow() 300 if ( eSkip == ScAutoSumSum && nCol < nTmp ) in lcl_FindNextSumEntryInRow()
|
Completed in 35 milliseconds