Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java88 int diffCount = 0; in applyDifference() local
95 int orgDiffCount = diffCount; in applyDifference()
101 for (; diffCount < diffs.length; diffCount++) { in applyDifference()
103 Debug.log(Debug.INFO, " checking diff " + (diffCount + 1) + in applyDifference()
106 diffs[diffCount].getOrgPosition() + "> diffCount <" + in applyDifference()
107 diffCount + "> orgDiffCount <" + orgDiffCount + ">"); in applyDifference()
117 if (diffs[diffCount].getOrgPosition() in applyDifference()
121 } else if (diffs[diffCount].getOperation() in applyDifference()
129 Debug.log(Debug.INFO, " final diffCount <" + diffCount + in applyDifference()
133 if (diffCount > orgDiffCount) { in applyDifference()
[all …]

Completed in 12 milliseconds