Searched refs:nLoopMax (Results 1 – 1 of 1) sorted by relevance
315 int nLoopMax = 10; //JP 28.06.99: max 100 loops - Bug 67292 in GetTblSel() local340 if( !pTable->IsValid() && nLoopMax ) in GetTblSel()353 if( !pRow->IsValid() && nLoopMax ) in GetTblSel()365 if( !pCell->IsValid() && nLoopMax ) in GetTblSel()475 --nLoopMax; in GetTblSel()478 ASSERT( nLoopMax, "das Layout der Tabelle wurde nicht valide!" ); in GetTblSel()525 int nLoopMax = 10; //JP 28.06.99: max 100 loops - Bug 67292 in ChkChartSel() local549 if( !pTable->IsValid() && nLoopMax ) in ChkChartSel()564 if( !pRow->IsValid() && nLoopMax ) in ChkChartSel()577 if( !pCell->IsValid() && nLoopMax ) in ChkChartSel()[all …]
Completed in 23 milliseconds