List all error code for layout generation. More...
Data Fields | |
const | LAY0001 = 'Ooo Layout not found : %s' |
const | LAY0002 = 'HTML attribute %s misplaced' |
const | LAY0003 = 'The file "%s" is not an openDocumentText' |
const | LAY0004 = 'Cannot produce open Document Text file from %s template' |
const | LAY0005 = 'HTML attribute %s misplaced' |
const | LAY0006 = "Error in exec() call: %s" |
const | LAY0007 = "Decompression of '%s' failed with error: %s" |
const | LAY0008 = "Missing automatic-styles tag in '%s'" |
const | LAY0009 = "Missing automatic-styles tag in ODT template '%s'" |
List all error code for layout generation.
Error codes used when generate template
Definition at line 15 of file ErrorCodeLAY.php.
const LAY0001 = 'Ooo Layout not found : %s' |
Definition at line 20 of file ErrorCodeLAY.php.
const LAY0002 = 'HTML attribute %s misplaced' |
the attribute HTMLTEXT must be placed in a single paragraph in OOo Layout
It can be placed in table cell or in frame if it is only
Definition at line 27 of file ErrorCodeLAY.php.
const LAY0003 = 'The file "%s" is not an openDocumentText' |
the file used for template seems to not be an openDocument Text file
Definition at line 33 of file ErrorCodeLAY.php.
const LAY0004 = 'Cannot produce open Document Text file from %s template' |
An XML parse error occurs during content XML generation the corrupted file contains the XML which has error
Definition at line 40 of file ErrorCodeLAY.php.
const LAY0005 = 'HTML attribute %s misplaced' |
the attribute HTMLTEXT must be placed in a single paragraph in OOo Layout
Thes section must be under 'office:text', 'text:text-content' or 'text:office-text-content-main'
Definition at line 47 of file ErrorCodeLAY.php.
const LAY0006 = "Error in exec() call: %s" |
The PHP exec() call failed
Definition at line 52 of file ErrorCodeLAY.php.
const LAY0007 = "Decompression of '%s' failed with error: %s" |
The decompression of the template failed
Definition at line 57 of file ErrorCodeLAY.php.
const LAY0008 = "Missing automatic-styles tag in '%s'" |
The <automatic-styles> tag was not found in the XSLT output
Definition at line 61 of file ErrorCodeLAY.php.
const LAY0009 = "Missing automatic-styles tag in ODT template '%s'" |
The <automatic-styles> tag was not found in the ODT template
Definition at line 65 of file ErrorCodeLAY.php.