Lines Matching refs:element

1710     function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){  argument
1711 $this->document->spanOpenUseCSS($element, $attributes, $import);
1745 function _odtParagraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1746 $this->document->paragraphOpenUseCSS($element, $attributes, $import);
1766 function _odtOpenTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) { argument
1767 $this->document->openTextBoxUseCSS ($element, $attributes, $import);
1807 …function _odtTableOpenUseCSS($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, … argument
1808 $this->document->tableOpenUseCSS($maxcols, $numrows, $element, $attributes, $import);
1852 …function _odtTableHeaderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cs… argument
1853 $this->document->tableHeaderOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
1876 function _odtTableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1877 $this->document->tableRowOpenUseCSS($element, $attributes, $import);
1900 …function _odtTableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssi… argument
1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
1985 …public function getODTProperties (&$dest, $element, $classString, $inlineStyle, $media_sel=NULL, $… argument
1990 $this->import->getPropertiesForElement($dest, $element, $classString, $media_sel, $cssId);
2126 …public function getODTPropertiesNew (&$dest, $element, $attributes=NULL, $media_sel=NULL, $inherit… argument
2130 $this->document->getODTProperties ($dest, $element, $attributes, $media_sel, $inherit);
2133 …public function getODTPropertiesFromElement (&$dest, iElementCSSMatchable $element, $media_sel=NUL… argument
2137 $this->document->getODTPropertiesFromElement ($dest, $element, $media_sel, $inherit);