Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java680 PropertyValue[] ocurValue = ocomplist[n]; in getDuplicateFieldIndex() local
681 for (int m = n; m < ocurValue.length; m++) in getDuplicateFieldIndex()
683 PropertyValue odetValue = ocurValue[m]; in getDuplicateFieldIndex()
684 for (int s = 0; s < ocurValue.length; s++) in getDuplicateFieldIndex()
688 if (isEqual(odetValue, ocurValue[s])) in getDuplicateFieldIndex()

Completed in 9 milliseconds