Searched refs:nIteration (Results 1 – 4 of 4) sorted by relevance
57 sal_uInt16 nIteration; member in ScRecursionHelper73 nIteration = 0; in ResetIteration()116 bool IsDoingIteration() const { return nIteration > 0; } in IsDoingIteration()117 sal_uInt16 GetIteration() const { return nIteration; } in GetIteration()122 nIteration = 1; in StartIteration()131 void IncIteration() { ++nIteration; } in IncIteration()
448 size_t nIteration = 1; in Resize() local500 ++nIteration; in Resize()501 …OSL_ENSURE( nIteration < 3, "ImpSvMEdit::Resize: isn't this expected to terminate with the second … in Resize()503 } while ( nIteration <= 3 ); // artificial break after four iterations in Resize()
367 sal_Int32 nIteration = 0; in ImplFindDlgCtrlWindow() local385 nIteration++; in ImplFindDlgCtrlWindow()386 if ( nIteration >= 2 ) in ImplFindDlgCtrlWindow()
1331 sal_uInt16 nIteration = rRecursionHelper.GetIteration(); in Interpret() local1337 if (pIterCell->nSeenInIteration == nIteration) in Interpret()
Completed in 39 milliseconds