Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dgen.cxx396 int iLast; in operator >>() local
412 iLast = i; in operator >>()
419 iLast = i1; in operator >>()
425 i = iLast+i2; in operator >>()
426 while ( i > iLast ) in operator >>()
432 iLast += i2; in operator >>()
438 i = iLast+i3; in operator >>()
439 while ( i > iLast ) in operator >>()
445 iLast += i3; in operator >>()
451 i = iLast+i4; in operator >>()
[all …]
/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx173 sal_Int32 iLast = mNames.getLength() - 1; in removeByName() local
174 if( iLast != iHashResult ) in removeByName()
178 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()
179 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
182 mNames.realloc( iLast ); in removeByName()
183 mValues.realloc( iLast ); in removeByName()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx245 sal_Int32 iLast = mNames.getLength() - 1; in removeByName() local
246 if( iLast != iHashResult ) in removeByName()
250 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()
251 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
254 mNames.realloc( iLast ); in removeByName()
255 mValues.realloc( iLast ); in removeByName()

Completed in 35 milliseconds