Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUnits.php26 protected $twips_per_pixel_y = 20; variable in ODTUnits
111 $this->twips_per_pixel_y = $value;
129 return $this->twips_per_pixel_y;
152 $value = $pixel * $this->twips_per_pixel_y / self::$twips_per_point;
252 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_y), 2).'px';
/plugin/odt/conf/
H A Ddefault.php30 $conf['twips_per_pixel_y'] = '20';
H A Dmetadata.php23 $meta['twips_per_pixel_y'] = array('numeric');
/plugin/odt/helper/
H A Dconfig.php260 $this->config ['twips_per_pixel_y'] =
/plugin/odt/renderer/
H A Dpage.php142 $this->document->setTwipsPerPixelY($this->config->getParam ('twips_per_pixel_y'));