Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DLengthCalculator.java56 final CSSNumericType numericType = value.getType(); in add() local
57 if (numericType == CSSNumericType.CM) in add()
61 else if (numericType == CSSNumericType.MM) in add()
65 else if (numericType == CSSNumericType.PT) in add()
69 else if (numericType == CSSNumericType.PC) in add()
73 else if (numericType == CSSNumericType.INCH) in add()
77 else if (numericType == CSSNumericType.PX) in add()

Completed in 10 milliseconds