Home
last modified time | relevance | path

Searched refs:eSkip (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dviewfun2.cxx275 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 27 milliseconds