Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A Dunits.php112 public function setTwipsPerPixelY ($value) { function in helper_plugin_odt_units
113 $this->internal->setTwipsPerPixelY ($value);
/plugin/odt/ODT/
H A DODTUnits.php110 public function setTwipsPerPixelY ($value) { function in ODTUnits
H A DODTDocument.php133 $this->units->setTwipsPerPixelY(20);
1849 function setTwipsPerPixelY ($value) { function in ODTDocument
1850 $this->units->setTwipsPerPixelY ($value);
/plugin/odt/renderer/
H A Dpage.php142 $this->document->setTwipsPerPixelY($this->config->getParam ('twips_per_pixel_y'));