Home
last modified time | relevance | path

Searched refs:toPoints (Results 1 – 11 of 11) sorted by relevance

/plugin/odt/ODT/elements/
H A DODTElementTable.php326 $value = $params->document->toPoints($value, 'y');
329 $value = $params->document->toPoints($value, 'y');
333 $value = $params->document->toPoints($value, 'y');
348 … $table_width = $params->units->getDigits ($params->units->toPoints($this->own_max_width));
363 … $maxPageWidthPt = $params->units->getDigits ($params->units->toPoints($maxPageWidth.'cm'));
370 $leftMarginPt = $params->units->getDigits ($params->units->toPoints($leftMargin));
378 $rightMarginPt = $params->units->getDigits ($params->units->toPoints($rightMargin));
384 $widthPt = $params->units->getDigits ($params->units->toPoints($width));
433 … $maxPageWidth = $params->units->getDigits ($params->units->toPoints($maxPageWidth.'cm'));
490 $width = $params->document->toPoints($width, 'x');
[all …]
H A DODTElementFrame.php52 $width = $params->units->toPoints($width);
165 $width = $params->units->getDigits ($params->units->toPoints($this->own_max_width));
182 $leftMarginPt = $params->units->getDigits ($params->units->toPoints($leftMargin));
190 $rightMarginPt = $params->units->getDigits ($params->units->toPoints($rightMargin));
197 $maxWidthPt = $params->units->getDigits ($params->units->toPoints($maxWidth.'cm'));
202 $maxWidthPt = $params->units->getDigits ($params->units->toPoints($maxWidth));
209 $widthPt = $params->units->getDigits ($params->units->toPoints($width));
/plugin/odt/helper/
H A Dunits.php162 public function toPoints ($value, $axis = 'y') { function in helper_plugin_odt_units
163 return $this->internal->toPoints ($value, $axis);
/plugin/odt/ODT/
H A DODTUnits.php164 public function toPoints ($value, $axis = 'y') { function in ODTUnits
222 $value = self::toPoints ($value, $axis);
247 $value = self::toPoints ($value, $axis);
H A DODTDocument.php234 $adjusted = $this->toPoints($value, 'x');
245 $adjusted = $this->toPoints($value, 'y');
258 $adjusted = $this->toPoints($value, 'y');
261 $adjusted = $this->toPoints($value, 'y');
273 $adjusted = $this->toPoints($value, 'y');
1870 public function toPoints ($value, $axis = 'y') { function in ODTDocument
1871 return $this->units->toPoints ($value, $axis);
2207 $valueInPt = $this->units->toPoints($value, 'y');
2209 $addInPt = $this->units->toPoints($add, 'y');
2215 $valueInPt = $this->units->toPoints($value, 'y');
[all …]
H A DODTUtility.php360 $maxWidthInPt = $units->toPoints($maxWidth, 'y');
376 $base_font_size_in_pt = $units->toPoints($base_font_size_in_pt, 'y');
385 $properties ['font-size'] = $units->toPoints($properties ['font-size'], 'y');
448 $part = $units->toPoints($part, 'y');
453 $part = $units->toPoints($part, 'y');
H A DODTImage.php207 $width = $params->document->toPoints($width, 'x').'pt';
208 $height = $params->document->toPoints($height, 'y').'pt';
H A DODTTable.php409 $properties ['width'] = $params->document->toPoints($properties ['width'], 'x');
599 $width = $params->document->toPoints($width, 'x');
H A DODTFrame.php255 $pic_positions [0] = $params->document->toPoints($pic_positions [0], 'x');
/plugin/odt/ODT/css/
H A Dcssimportnew.php1185 $base_font_size_in_pt = $units->toPoints($base_font_size_in_pt, 'y');
1199 $properties ['font-size'] = $units->toPoints($properties ['font-size'], 'y');
/plugin/odt/renderer/
H A Dpage.php2022 return $this->document->toPoints($pixel, 'x');
2034 return $this->document->toPoints($pixel, 'y');