Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DTwipsConverter.java60 public static int cm2twips(float value) { in cm2twips() method in TwipsConverter
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java140 height = TwipsConverter.cm2twips(heightCM); in parseRowHeight()
H A DColumnStyle.java141 width = TwipsConverter.cm2twips(widthCM); in parseColWidth()