Lines Matching refs:style_obj
339 $style_obj = $params->document->getStyle($style_name);
340 if (isset($style_obj)) {
341 $width = $style_obj->getProperty('column-width');
427 $style_obj = $params->document->getStyle($table_style_name);
428 if (isset($style_obj)) {
429 $style_obj->setProperty('width', $width.'pt');
443 $style_obj->setProperty('rel-width', $rel_width.'%');
470 $style_obj = $params->document->getStyle($style_name);
471 if (isset($style_obj)) {
472 if ($style_obj->getProperty('rel-column-width') != NULL) {
473 $width = $style_obj->getProperty('rel-column-width');
481 $entry ['obj'] = $style_obj;
487 } else if ($style_obj->getProperty('column-width') != NULL) {
488 $width = $style_obj->getProperty('column-width');
496 $empty [] = $style_obj;