Home
last modified time | relevance | path

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

/plugin/odt/ODT/elements/
DODTElementTable.php362 $maxPageWidth = $params->document->getAbsWidthMindMargins ();
432 $maxPageWidth = $params->document->getAbsWidthMindMargins ();
DODTElementFrame.php196 $maxWidth = $params->document->getAbsWidthMindMargins ();
/plugin/odt/ODT/
Dpage.php340 function getAbsWidthMindMargins ($percentage = '100'){ function in pageFormat
DODTFrame.php149 $width_abs = $params->document->getAbsWidthMindMargins (100);
DODTIndex.php33 $new ['width'] = $params->document->getAbsWidthMindMargins();
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';
DODTTable.php60 $max = $params->document->getAbsWidthMindMargins();
/plugin/odt/ODT/styles/
DODTParagraphStyle.php389 $properties ['text-indent'] = $doc->getAbsWidthMindMargins ($value).'cm';
/plugin/odt/renderer/
Dpage.php584 return $this->document->getAbsWidthMindMargins($percentage);