Lines Matching refs:bContinue
327 bool bContinue = false; in lcl_GetAutoSumForColumnRange() local
332 …if ( ( bContinue = lcl_FindNextSumEntryInColumn( pDoc, nCol, nEndRow /*inout*/, nTab, nExtend /*ou… in lcl_GetAutoSumForColumnRange()
336 } while ( bContinue ); in lcl_GetAutoSumForColumnRange()
371 bool bContinue = false; in lcl_GetAutoSumForRowRange() local
376 …if ( ( bContinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/… in lcl_GetAutoSumForRowRange()
380 } while ( bContinue ); in lcl_GetAutoSumForRowRange()
456 sal_Bool bContinue = sal_False; in GetAutoSumArea() local
481 …if ( ( bContinue = lcl_FindNextSumEntryInColumn( pDoc, nCol, nEndRow /*inout*/, nTab, nExtend /*ou… in GetAutoSumArea()
489 …if ( ( bContinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/… in GetAutoSumArea()
495 } while ( bContinue ); in GetAutoSumArea()
511 bool ScViewFunc::AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue ) in AutoSum() argument
700 MarkRange( aMarkRange, sal_False, bContinue ); in AutoSum()