Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/frmedt/
H A Dtblsel.cxx315 int nLoopMax = 10; //JP 28.06.99: max 100 loops - Bug 67292 in GetTblSel() local
340 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() local
549 if( !pTable->IsValid() && nLoopMax ) in ChkChartSel()
564 if( !pRow->IsValid() && nLoopMax ) in ChkChartSel()
577 if( !pCell->IsValid() && nLoopMax ) in ChkChartSel()
[all …]

Completed in 31 milliseconds