Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A Dunits.php103 public function setTwipsPerPixelX ($value) { function in helper_plugin_odt_units
104 $this->internal->setTwipsPerPixelX ($value);
/plugin/odt/ODT/
H A DODTUnits.php101 public function setTwipsPerPixelX ($value) { function in ODTUnits
H A DODTDocument.php132 $this->units->setTwipsPerPixelX(16);
1840 function setTwipsPerPixelX ($value) { function in ODTDocument
1841 $this->units->setTwipsPerPixelX ($value);
/plugin/odt/renderer/
H A Dpage.php141 $this->document->setTwipsPerPixelX($this->config->getParam ('twips_per_pixel_x'));