Searched refs:iLoop (Results 1 – 2 of 2) sorted by relevance
570 std::vector<SwWrongArea>::iterator iLoop = i1; in Remove() local571 while ( iLoop != i2 ) in Remove()573 if ( (*iLoop).mpSubList ) in Remove()574 delete (*iLoop).mpSubList; in Remove()575 ++iLoop; in Remove()
712 sal_Int16 iLoop = i; in StepPARAM() local713 while( iLoop >= nParamCount ) in StepPARAM()728 refParams->Put( p, iLoop ); in StepPARAM()729 iLoop--; in StepPARAM()
Completed in 28 milliseconds