Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java198 int iOldLength = 0; in getlongestArrayItem() local
203 if (iCurLength > iOldLength) in getlongestArrayItem()
205 iOldLength = iCurLength; in getlongestArrayItem()