Searched refs:nStopOnMismatch (Results 1 – 2 of 2) sorted by relevance
277 sal_uInt8 nStopOnMismatch; member in ScQueryCellIterator323 … nStopOnMismatch = sal::static_int_cast<sal_uInt8>(bVal ? nStopOnMismatchEnabled : in SetStopOnMismatch()327 { return nStopOnMismatch == nStopOnMismatchExecuted; } in StoppedOnMismatch()
1121 nStopOnMismatch( nStopOnMismatchDisabled ), in ScQueryCellIterator()1203 else if ( nStopOnMismatch ) in GetThis()1211 nStopOnMismatch |= nStopOnMismatchOccured; in GetThis()1229 nStopOnMismatch |= nStopOnMismatchOccured; in GetThis()1258 if ( nStopOnMismatch ) in GetNext()1259 nStopOnMismatch = nStopOnMismatchEnabled; in GetNext()
Completed in 27 milliseconds