Lines Matching refs:import

25     protected $import = null;  variable in renderer_plugin_odt_page
97 $this->import = plugin_load('helper', 'odt_cssimport');
98 if ( isset($this->import) ) {
99 $this->import->importFromString ($this->css);
104 $this->import->adjustLengthValues (array($this, 'adjustLengthCallback'));
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 …($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, cssimportnew $import = NULL){ argument
1808 $this->document->tableOpenUseCSS($maxcols, $numrows, $element, $attributes, $import);
1852 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 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 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
1990 $this->import->getPropertiesForElement($dest, $element, $classString, $media_sel, $cssId);
2010 return $this->import->replaceURLPrefix ($URL, $replacement);