Home
last modified time | relevance | path

Searched refs:cssimportnew (Results 1 – 7 of 7) sorted by relevance

/plugin/odt/helper/
H A Dcssimportnew.php26 $this->internal = new cssimportnew();
32 * @return cssimportnew
/plugin/odt/ODT/
H A DODTDocument.php99 /** @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 DODTTable.php366 * @param cssimportnew $import
H A DODTImport.php63 $params->import = new cssimportnew();
H A DODTUtility.php493 …$properties ['background-image'] = cssimportnew::replaceURLPrefix ($properties ['background-image'…
/plugin/odt/renderer/
H A Dpage.php1710 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 Dcssimportnew.php861 class cssimportnew { class