Home
last modified time | relevance | path

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

/aoo4110/main/sc/inc/
H A Drecursionhelper.hxx57 sal_uInt16 nIteration; member in ScRecursionHelper
73 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()
/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx448 size_t nIteration = 1; in Resize() local
500 ++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()
/aoo4110/main/vcl/source/window/
H A Ddlgctrl.cxx367 sal_Int32 nIteration = 0; in ImplFindDlgCtrlWindow() local
385 nIteration++; in ImplFindDlgCtrlWindow()
386 if ( nIteration >= 2 ) in ImplFindDlgCtrlWindow()
/aoo4110/main/sc/source/core/data/
H A Dcell.cxx1331 sal_uInt16 nIteration = rRecursionHelper.GetIteration(); in Interpret() local
1337 if (pIterCell->nSeenInIteration == nIteration) in Interpret()

Completed in 133 milliseconds