Home
last modified time | relevance | path

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

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