Lines Matching refs:NULL

20 …ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tableStyleName=NULL, $element=NULL, …
63 … if ($style_obj->getProperty('width') == NULL && $style_obj->getProperty('rel-width')) {
154 $lists = NULL;
193 …tatic function tableAddColumn (ODTInternalParams $params, $styleNameSet=NULL, &$styleNameGet=NULL){
215 …function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $attributes=NULL){
258 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
307 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
373 …bleOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=
415 $style_obj = ODTTableStyle::createTableTableStyle($properties, NULL, 17);
427 … static function tableAddColumnUseProperties (ODTInternalParams $params, array $properties = NULL){
447 …OpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL){
464 …on tableHeaderOpenUseProperties (ODTInternalParams $params, $properties = NULL, $colspan = 1, $row…
484 …lic static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){
525 …function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL, $colspan …
540 …tion tableCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, $colspan = 1, $row…
574 … self::tableHeaderOpen($params, $colspan, $rowspan, NULL, $style_name, $style_name_paragraph);
576 … self::tableCellOpen($params, $colspan, $rowspan, NULL, $style_name, $style_name_paragraph);