Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable3.cxx1477 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 31 milliseconds