Lines Matching refs:nExtend

212 		SCTAB nTab, ScDirection eDir, SCCOLROW& nExtend )  in lcl_IsAutoSumData()  argument
223 if ( pCode->GetAdjacentExtendOfOuterFuncRefs( nExtend, in lcl_IsAutoSumData()
239 SCTAB nTab, ScDirection eDir, SCCOLROW& nExtend ) in lcl_SeekAutoSumData() argument
260 pDoc, nCol, nRow, nTab, eDir, nExtend )) != ScAutoSumNone ) in lcl_SeekAutoSumData()
272 SCTAB nTab, SCCOLROW& nExtend, SCROW nMinRow ) in lcl_FindNextSumEntryInColumn() argument
276 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_TOP, nExtend ) ) == ScAutoSumData… in lcl_FindNextSumEntryInColumn()
291 SCTAB nTab, SCCOLROW& nExtend, SCROW nMinCol ) in lcl_FindNextSumEntryInRow() argument
295 …while ( ( eSkip = lcl_IsAutoSumData( pDoc, nCol, nRow, nTab, DIR_LEFT, nExtend ) ) == ScAutoSumDat… in lcl_FindNextSumEntryInRow()
322 SCCOLROW nExtend = 0; in lcl_GetAutoSumForColumnRange() local
323 const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nCol, nEndRow, nTab, DIR_TOP, nExtend /*out*/ ); in lcl_GetAutoSumForColumnRange()
331 nEndRow = static_cast< SCROW >( nExtend ); in lcl_GetAutoSumForColumnRange()
332 …nue = lcl_FindNextSumEntryInColumn( pDoc, nCol, nEndRow /*inout*/, nTab, nExtend /*out*/, aStart.R… in lcl_GetAutoSumForColumnRange()
341 … lcl_IsAutoSumData( pDoc, nCol, nStartRow-1, nTab, DIR_TOP, nExtend /*out*/ ) != ScAutoSumSum ) in lcl_GetAutoSumForColumnRange()
366 SCCOLROW nExtend = 0; in lcl_GetAutoSumForRowRange() local
367 … const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nEndCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ ); in lcl_GetAutoSumForRowRange()
375 nEndCol = static_cast< SCCOL >( nExtend ); in lcl_GetAutoSumForRowRange()
376 …ntinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/, aStart.C… in lcl_GetAutoSumForRowRange()
385 … lcl_IsAutoSumData( pDoc, nStartCol-1, nRow, nTab, DIR_LEFT, nExtend /*out*/ ) != ScAutoSumSum ) in lcl_GetAutoSumForRowRange()
411 SCCOLROW nExtend; // wird per Reference gueltig bei ScAutoSumSum in GetAutoSumArea() local
419 DIR_TOP, nExtend /*out*/ )) == ScAutoSumData ) in GetAutoSumArea()
421 DIR_LEFT, nExtend /*out*/ )) == ScAutoSumData ) in GetAutoSumArea()
428 DIR_LEFT, nExtend /*out*/ )) == ScAutoSumData ) 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()
464 nStartRow-1, nTab, DIR_TOP, nExtend /*out*/ ) == eSum ) in GetAutoSumArea()
470 nRow, nTab, DIR_LEFT, nExtend /*out*/ ) == eSum ) in GetAutoSumArea()
480 nEndRow = static_cast< SCROW >( nExtend ); in GetAutoSumArea()
481 …nue = lcl_FindNextSumEntryInColumn( pDoc, nCol, nEndRow /*inout*/, nTab, nExtend /*out*/, 0 ) ) ==… in GetAutoSumArea()
488 nEndCol = static_cast< SCCOL >( nExtend ); in GetAutoSumArea()
489 …ntinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/, 0 ) ) ==… in GetAutoSumArea()
519 SCCOLROW nExtend = 0; // out parameter for lcl_IsAutoSumData in AutoSum() local
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()