Home
last modified time | relevance | path

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

/aoo4110/main/sc/inc/
H A Ddociter.hxx277 sal_uInt8 nStopOnMismatch; member in ScQueryCellIterator
323nStopOnMismatch = sal::static_int_cast<sal_uInt8>(bVal ? nStopOnMismatchEnabled : in SetStopOnMismatch()
327 { return nStopOnMismatch == nStopOnMismatchExecuted; } in StoppedOnMismatch()
/aoo4110/main/sc/source/core/data/
H A Ddociter.cxx1121 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 32 milliseconds