Searched refs:ODTDocument (Results 1 – 9 of 9) sorted by relevance
| /plugin/odt/renderer/ |
| D | page.php | 42 $this->document = new ODTDocument(); 308 * @see ODTDocument::setPageFormat 355 * @see ODTDocument::insertIndex for API wrapper function 490 * @see ODTDocument::getWidth for API wrapper function 502 * @see ODTDocument::getHeight for API wrapper function 513 * @see ODTDocument::getMarginLeft for API wrapper function 524 * @see ODTDocument::getMarginRight for API wrapper function 535 * @see ODTDocument::getMarginTop for API wrapper function 546 * @see ODTDocument::getMarginBottom for API wrapper function 564 * @see ODTDocument::getRelWidthMindMargins for API wrapper function [all …]
|
| /plugin/odt/ODT/ |
| D | ODTHeading.php | 72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) {
|
| D | ODTState.php | 340 * @param ODTDocument $doc
|
| D | ODTImage.php | 106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) {
|
| D | ODTIndex.php | 107 protected static function buildIndex(ODTDocument $doc, array $toc, array $settings, $indexNo) {
|
| D | ODTDocument.php | 51 class ODTDocument class
|
| /plugin/odt/ODT/styles/ |
| D | ODTTextStyle.php | 233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
|
| D | ODTParagraphStyle.php | 334 …ction createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
|
| /plugin/odt/ODT/elements/ |
| D | ODTElementTable.php | 407 * @param ODTDocument $doc The current document
|