Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dwrong.cxx570 std::vector<SwWrongArea>::iterator iLoop = i1; in Remove() local
571 while ( iLoop != i2 ) in Remove()
573 if ( (*iLoop).mpSubList ) in Remove()
574 delete (*iLoop).mpSubList; in Remove()
575 ++iLoop; in Remove()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx712 sal_Int16 iLoop = i; in StepPARAM() local
713 while( iLoop >= nParamCount ) in StepPARAM()
728 refParams->Put( p, iLoop ); in StepPARAM()
729 iLoop--; in StepPARAM()

Completed in 25 milliseconds