Home
last modified time | relevance | path

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

/plugin/odt/ODT/elements/
H A DODTElementTable.php362 $maxPageWidth = $params->document->getAbsWidthMindMargins ();
432 $maxPageWidth = $params->document->getAbsWidthMindMargins ();
H A DODTElementFrame.php196 $maxWidth = $params->document->getAbsWidthMindMargins ();
/plugin/odt/ODT/
H A Dpage.php340 function getAbsWidthMindMargins ($percentage = '100'){ function in pageFormat
H A DODTFrame.php149 $width_abs = $params->document->getAbsWidthMindMargins (100);
H A DODTIndex.php33 $new ['width'] = $params->document->getAbsWidthMindMargins();
H A DODTDocument.php1802 function getAbsWidthMindMargins ($percentage = '100'){ function in ODTDocument
1803 return $this->page->getAbsWidthMindMargins($percentage);
2026 $maxWidth = $this->getAbsWidthMindMargins().'cm';
2044 $maxWidth = $this->getAbsWidthMindMargins().'cm';
H A DODTTable.php60 $max = $params->document->getAbsWidthMindMargins();
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php389 $properties ['text-indent'] = $doc->getAbsWidthMindMargins ($value).'cm';
/plugin/odt/renderer/
H A Dpage.php584 return $this->document->getAbsWidthMindMargins($percentage);