Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUtility.php293 * @param integer $maxWidthInPt Maximum width in points
297 protected static function adjustPercentageValueParts ($value, $maxWidthInPt, $units) { argument
305 $part = (($percentageValue * $maxWidthInPt)/100) . 'pt';
360 $maxWidthInPt = $units->toPoints($maxWidth, 'y');
361 $maxWidthInPt = $units->getDigits($maxWidthInPt);
365 …es [$property] = self::adjustPercentageValueParts ($properties [$property], $maxWidthInPt, $units);