Lines Matching refs:NULL

13     static public $trace_dump = NULL;
14 …tatic protected $internalRegs = array('heading1' => array('element' => 'h1', 'attributes' => NULL),
15 'heading2' => array('element' => 'h2', 'attributes' => NULL),
16 'heading3' => array('element' => 'h3', 'attributes' => NULL),
17 'heading4' => array('element' => 'h4', 'attributes' => NULL),
18 'heading5' => array('element' => 'h5', 'attributes' => NULL),
19 … 'horizontal line' => array('element' => 'hr', 'attributes' => NULL),
20 'body' => array('element' => 'p', 'attributes' => NULL),
21 … 'emphasis' => array('element' => 'em', 'attributes' => NULL, 'compare' => true),
22 … 'strong' => array('element' => 'strong', 'attributes' => NULL, 'compare' => true),
23 … 'underline' => array('element' => 'u', 'attributes' => NULL, 'compare' => true),
24 'monospace' => array('element' => 'code', 'attributes' => NULL),
25 … 'del' => array('element' => 'del', 'attributes' => NULL, 'compare' => true),
26 … 'preformatted' => array('element' => 'pre', 'attributes' => NULL),
30 …tatic protected $table_styles = array('table' => array('element' => 'table', 'attributes' => NULL),
31 … 'table header' => array('element' => 'th', 'attributes' => NULL),
32 'table cell' => array('element' => 'td', 'attributes' => NULL)
36 'attributes' => NULL,
39 'attributes' => NULL,
60 …nternalParams $params, $isFile, $CSSSource, $mediaSel=NULL, $lengthCallback=NULL, $URLCallback=NUL…
98 …alParams $params, $CSSTemplate, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registr…
112 …ternalParams $params, $cssCode, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registr…
254 $prefix = NULL;
325 $set ['margin-left'] = NULL;
326 $set ['margin-right'] = NULL;
472 $set ['margin-left'] = NULL;
473 $set ['margin-right'] = NULL;
619 $htmlStack->open($element, $attributes, $pseudo_class, NULL);
646 …rams $params, cssdocument $htmlStack, $style_type, $element, $attributes=NULL, array $plain=NULL) {
710 …n import_styles_from_css (ODTInternalParams $params, $media_sel=NULL, $registrations=NULL, $listAl…
729 …on set_page_properties(ODTInternalParams $params, ODTPageLayoutStyle $pageStyle, $media_sel=NULL) {
817 …s_from_css_internal(ODTInternalParams $params, $htmlStack, $registrations=NULL, $listAlign='right'…
849 NULL);
869 … static public function importODTStyles(ODTInternalParams $params, $template=NULL, $tempDir=NULL){