Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DTwipsConverter.java89 public static int inches2twips(float value) { in inches2twips() method in TwipsConverter
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java143 height = TwipsConverter.inches2twips(heightInch); in parseRowHeight()
H A DColumnStyle.java144 width = TwipsConverter.inches2twips(widthInch); in parseColWidth()