Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java150 int hashValue = 0; in hashCode() local
154 hashValue = b + hashValue * 23; in hashCode()
156 this.hashCode = hashValue; in hashCode()
157 return hashValue; in hashCode()

Completed in 12 milliseconds