Home
last modified time | relevance | path

Searched +full:twips_per_pixel_x +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/odt/ODT/
H A DODTUnits.php25 protected $twips_per_pixel_x = 16; variable in ODTUnits
102 $this->twips_per_pixel_x = $value;
120 return $this->twips_per_pixel_x;
140 $value = $pixel * $this->twips_per_pixel_x / self::$twips_per_point;
250 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_x), 2).'px';
/plugin/odt/conf/
H A Ddefault.php29 $conf['twips_per_pixel_x'] = '16';
H A Dmetadata.php22 $meta['twips_per_pixel_x'] = array('numeric');
/plugin/odt/helper/
H A Dconfig.php252 $this->config ['twips_per_pixel_x'] =
/plugin/odt/renderer/
H A Dpage.php141 $this->document->setTwipsPerPixelX($this->config->getParam ('twips_per_pixel_x'));