Lines Matching refs:params

104     protected $params = NULL;  variable in ODTDocument
150 $this->params = new ODTInternalParams();
159 $this->params->document = $this;
160 $this->params->htmlStack = $this->htmlStack;
161 $this->params->units = $this->units;
162 $this->params->content = &$this->content;
163 $this->params->ZIP = $this->ZIP;
164 $this->params->manifest = $this->manifest;
165 $this->params->styleset = $this->styleset;
198 $this->params->import = $this->importnew;
340 unset($this->params->elementObj);
341 ODTSpan::spanOpen($this->params, $styleName, $element, $attributes);
360 unset($this->params->elementObj);
361 $this->params->import = $import;
362 ODTSpan::spanOpenUseCSS($this->params, $element, $attributes);
363 $this->params->import = $this->importnew;
377 unset($this->params->elementObj);
378 ODTSpan::spanOpenUseProperties($this->params, $properties);
388 unset($this->params->elementObj);
389 ODTSpan::spanClose($this->params);
400 ODTSpan::generateSpansfromHTMLCode($this->params, $HTMLCode);
410 unset($this->params->elementObj);
411 ODTParagraph::paragraphOpen($this->params, $styleName, $element, $attributes);
420 unset($this->params->elementObj);
421 ODTParagraph::paragraphClose($this->params);
436 unset($this->params->elementObj);
437 $this->params->import = $import;
438 ODTParagraph::paragraphOpenUseCSS($this->params, $element, $attributes);
439 $this->params->import = $this->importnew;
449 unset($this->params->elementObj);
450 ODTParagraph::paragraphOpenUseProperties($this->params, $properties);
598 ODTIndex::insertIndex($this->params, $this->indexesData, $type, $settings);
708 ODTHeading::heading($this->params, $text, $level, $element, $attributes);
782 ODTIndex::replaceIndexesPlaceholders($this->params, $this->indexesData, $this->toc);
805 ODTExport::buildZIPFile($this->params,
829 …ODTImport::importCSSFromString ($this->params, $cssCode, $mediaSel, array($this, 'adjustLengthCall…
845 …ODTImport::importCSSFromFile ($this->params, $CSSTemplate, $mediaSel, array($this, 'adjustLengthCa…
849 ODTImport::importODTStyles($this->params, $template, $tempDir);
902 ODTImport::set_page_properties($this->params, $style_obj);
963 ODTFootnote::footnoteOpen($this->params);
973 ODTFootnote::footnoteClose($this->params);
981 unset($this->params->elementObj);
982 …ODTTable::tableOpen($this->params, 1, 1, 'Table_Quotation'.$this->quote_depth, 'blockquote', NULL);
984 unset($this->params->elementObj);
985 …ODTTable::tableCellOpen($this->params, 1, 1, 'left', 'Cell_Quotation'.$this->quote_depth, NULL, NU…
1015 ODTList::listOpen($this->params, $continue, $styleName, $element, $attributes);
1024 ODTList::listClose($this->params);
1034 ODTList::listItemOpen($this->params, $level, $element, $attributes);
1043 ODTList::listItemClose($this->params);
1053 ODTList::listHeaderOpen($this->params, $level, $element, $attributes);
1062 ODTList::listHeaderClose($this->params);
1071 ODTList::listContentOpen($this->params, $element, $attributes);
1080 ODTList::listContentClose($this->params);
1091 unset($this->params->elementObj);
1092 ODTTable::tableOpen($this->params, $maxcols, $numrows, NULL, $element, $attributes);
1103 unset($this->params->elementObj);
1104 ODTTable::tableClose($this->params);
1113 unset($this->params->elementObj);
1114 ODTTable::tableAddColumn ($this->params);
1123 unset($this->params->elementObj);
1124 ODTTable::tableRowOpen($this->params, NULL, $element, $attributes);
1133 unset($this->params->elementObj);
1134 ODTTable::tableRowClose($this->params);
1143 unset($this->params->elementObj);
1144 …ODTTable::tableHeaderOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attrib…
1153 unset($this->params->elementObj);
1154 ODTTable::tableHeaderClose($this->params);
1163 unset($this->params->elementObj);
1164 …ODTTable::tableCellOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attribut…
1173 unset($this->params->elementObj);
1174 ODTTable::tableCellClose($this->params);
1190 unset($this->params->elementObj);
1191 $this->params->import = $import;
1192 ODTTable::tableOpenUseCSS($this->params, $maxcols, $numrows, $element, $attributes);
1193 $this->params->import = $this->importnew;
1202 unset($this->params->elementObj);
1203 ODTTable::tableOpenUseProperties($this->params, $properties, $maxcols, $numrows);
1212 unset($this->params->elementObj);
1213 ODTTable::tableAddColumnUseProperties($this->params, $properties);
1229 unset($this->params->elementObj);
1230 $this->params->import = $import;
1231 ODTTable::tableHeaderOpenUseCSS($this->params, $colspan, $rowspan, $element, $attributes);
1232 $this->params->import = $this->importnew;
1241 unset($this->params->elementObj);
1242 ODTTable::tableHeaderOpenUseProperties($this->params, $properties, $colspan, $rowspan);
1258 unset($this->params->elementObj);
1259 $this->params->import = $import;
1260 ODTTable::tableRowOpenUseCSS($this->params, $element, $attributes);
1261 $this->params->import = $this->importnew;
1270 unset($this->params->elementObj);
1271 ODTTable::tableRowOpenUseProperties($this->params, $properties);
1287 unset($this->params->elementObj);
1288 $this->params->import = $import;
1289 ODTTable::tableCellOpenUseCSS($this->params, $element, $attributes, $colspan, $rowspan);
1290 $this->params->import = $this->importnew;
1299 unset($this->params->elementObj);
1300 ODTTable::tableCellOpenUseProperties($this->params, $properties, $colspan, $rowspan);
1316 unset($this->params->elementObj);
1317 $this->params->import = $import;
1318 ODTFrame::openTextBoxUseCSS($this->params, $element, $attributes);
1319 $this->params->import = $this->importnew;
1328 unset($this->params->elementObj);
1329 ODTFrame::openTextBoxUseProperties($this->params, $properties);
1338 unset($this->params->elementObj);
1339 ODTFrame::closeTextBox($this->params);
1348 unset($this->params->elementObj);
1349 ODTFrame::openFrameUseProperties($this->params, $properties);
1358 unset($this->params->elementObj);
1359 ODTFrame::closeFrame($this->params);
1368 unset($this->params->elementObj);
1369 ODTFrame::openMultiColumnTextBoxUseProperties($this->params, $properties);
1378 unset($this->params->elementObj);
1379 ODTFrame::closeMultiColumnTextBox($this->params);
1556 return ODTUtility::getImageSizeString($src, $width, $height, false, $this->params->units);
1574 …return ODTImage::addImage($this->params, $src, $width, $height, $align, $title, $style, $returnonl…
1576 … ODTImage::addImage($this->params, $src, $width, $height, $align, $title, $style, $returnonly);
1591 return ODTImage::addImageUseProperties($this->params, $src, $properties, $returnonly);
1593 ODTImage::addImageUseProperties($this->params, $src, $properties, $returnonly);
1613 …return ODTImage::addStringAsSVGImage($this->params, $string, $width, $height, $align, $title, $sty…
1903 $params = explode (',', $item);
1904 if ($params [3] == $level) {
1905 return $params [0];
2027 …ODTUtility::getHTMLElementProperties($this->params, $dest, $element, $attributes, $maxWidth, $inhe…
2423 ODTUtility::generateODTfromHTMLCode($this->params, $HTMLCode, $options);