Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUnits.php16 protected static $point_in_cm = 0.035277778; variable in ODTUnits
178 $value = round (($value/self::$point_in_cm), 2).'pt';
181 $value = round (($value/(10 * self::$point_in_cm)), 2).'pt';
224 $value = round (($value * self::$point_in_cm), 2).'cm';