Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx520 sal_Int16 nOldStepCount; in impl_checkPrint() local
521 nNewStepCount = nOldStepCount = 0; in impl_checkPrint()
522 nOldStepCount = this->impl_GetReducedGradientStepCount(); in impl_checkPrint()
523 nNewStepCount = nOldStepCount + 1; in impl_checkPrint()
527 if (nNewStepCount == nOldStepCount) // test the new source in impl_checkPrint()
538 nNewStepCount = nOldStepCount = 0; in impl_checkPrint()
539 nOldStepCount = this->impl_GetReducedGradientStepCount(); in impl_checkPrint()
540 nNewStepCount = nOldStepCount + 1; in impl_checkPrint()
544 if (nNewStepCount == nOldStepCount) //test the new source in impl_checkPrint()

Completed in 14 milliseconds