Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java174 com.sun.star.style.DropCapFormat DCF = new com.sun.star.style.DropCapFormat(); in changePValue() local
176 DCF.Count = (byte) ((DCFold.Count)+1); in changePValue()
177 DCF.Distance = (short) ((DCFold.Distance)+1); in changePValue()
178 DCF.Lines = (byte) ((DCFold.Lines)+1); in changePValue()
179 newValue = DCF; in changePValue()

Completed in 22 milliseconds