Searched refs:bOldResult (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | table3.cxx | 1477 sal_Bool bOldResult = sal_True; in Query() local 1555 if (bResult == bOldResult && bStarted) in Query() 1561 DBShowRows(nOldStart,nOldEnd, bOldResult, bHasObjects); in Query() 1563 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query() 1566 bOldResult = bResult; in Query() 1584 DBShowRows(nOldStart,nOldEnd, bOldResult, bHasObjects); in Query() 1586 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query()
|
Completed in 23 milliseconds