Home
last modified time | relevance | path

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

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java230 private int CurrentBlockHash; field in SDFReader
258 this.CurrentBlockHash=this.CurrentBlockId.hashCode(); in SDFReader()
370 this.CurrentBlockHash=this.CurrentBlockId.hashCode(); in readBlock()
458 …ta[1].put("BlockNr", blockNrFormatter.format(blockNr)+'-'+Integer.toString(this.CurrentBlockHash)); in createTargetLine()
511 …0].put("BlockNr", blockNrFormatter.format(blockNr)+'-'+Integer.toHexString(this.CurrentBlockHash)); in checkLanguage()
544 …1].put("BlockNr", blockNrFormatter.format(blockNr)+'-'+Integer.toHexString(this.CurrentBlockHash)); in checkLanguage()

Completed in 15 milliseconds