Home
last modified time | relevance | path

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

/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1035 static sal_uInt16 nMaxCallLevel = 0; in Run() local
1099 if( nMaxCallLevel == 0 ) in Run()
1109 nMaxCallLevel = rl.rlim_cur / 900; in Run()
1113 nMaxCallLevel = rl.rlim_cur / 1650; in Run()
1115 nMaxCallLevel = 5800; in Run()
1117 nMaxCallLevel = MAXRECURSION; in Run()
1123 if( ++pINST->nCallLvl <= nMaxCallLevel ) in Run()

Completed in 22 milliseconds