Searched refs:cssimportnew (Results 1 – 7 of 7) sorted by relevance
/plugin/odt/helper/ |
H A D | cssimportnew.php | 26 $this->internal = new cssimportnew(); 32 * @return cssimportnew
|
/plugin/odt/ODT/ |
H A D | ODTDocument.php | 99 /** @var cssimportnew */ 193 $this->importnew = new cssimportnew(); 349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 429 function paragraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1182 …enUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1221 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1250 function tableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1279 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1308 function openTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) {
|
H A D | ODTTable.php | 366 * @param cssimportnew $import
|
H A D | ODTImport.php | 63 $params->import = new cssimportnew();
|
H A D | ODTUtility.php | 493 …$properties ['background-image'] = cssimportnew::replaceURLPrefix ($properties ['background-image'…
|
/plugin/odt/renderer/ |
H A D | page.php | 1710 function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1745 function _odtParagraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1766 function _odtOpenTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) { 1807 …($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, cssimportnew $import = NULL){ 1852 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1876 function _odtTableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ 1900 …OpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=NULL){
|
/plugin/odt/ODT/css/ |
H A D | cssimportnew.php | 861 class cssimportnew { class
|