Searched refs:style_obj (Results 1 – 12 of 12) sorted by relevance
59 if (isset($style_obj)) {63 … if ($style_obj->getProperty('width') == NULL && $style_obj->getProperty('rel-width')) {416 $params->document->addAutomaticStyle($style_obj);417 $style_name = $style_obj->getProperty('style-name');436 $params->document->addAutomaticStyle($style_obj);502 $params->document->addAutomaticStyle($style_obj);503 $style_name = $style_obj->getProperty('style-name');555 $params->document->addAutomaticStyle($style_obj);556 $style_name = $style_obj->getProperty('style-name');569 $params->document->addAutomaticStyle($style_obj);[all …]
183 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);184 $doc->addStyle($style_obj);185 $title_style = $style_obj->getProperty('style-name');208 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);213 $doc->addStyle($style_obj);214 $p_styles [$count+1] = $style_obj->getProperty('style-name');218 $properties ['style-parent'] = $style_obj->getProperty('style-name');238 $style_obj = ODTTextStyle::createTextStyle($properties);239 $stylesLNames [$count+1] = $style_obj->getProperty('style-name');240 $doc->addStyle($style_obj);
255 $style_obj = clone $style_last;257 if (isset($style_obj)) {258 $style_obj->setProperty('style-name', $style_name);259 $style_obj->setProperty('style-parent', $last_p_style);260 $style_obj->setProperty('style-display-name', $style_display_name);263 … $style_obj->setProperty('margin-top', $style_body->getProperty('margin-top'));265 $params->document->addStyle($style_obj);
213 $style_obj = ODTUnknownStyle::importODTStyle($image_style);214 $params->document->addAutomaticStyle($style_obj);221 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties);222 $params->document->addAutomaticStyle($style_obj);223 $style_name = $style_obj->getProperty('style-name');
91 $style_obj = ODTUnknownStyle::importODTStyle($image_style);92 $params->document->addAutomaticStyle($style_obj);98 $style_obj = ODTTextStyle::createTextStyle ($properties, $disabled);99 $params->document->addAutomaticStyle($style_obj);100 $style_name = $style_obj->getProperty('style-name');
145 $style_obj = ODTUnknownStyle::createMultiColumnFrameStyle ($properties);146 $params->document->addAutomaticStyle($style_obj);147 $style_name = $style_obj->getProperty('style-name');315 $style_obj = ODTUnknownStyle::importODTStyle($style);316 $params->document->addAutomaticStyle($style_obj);
908 $this->addAutomaticStyle($style_obj);919 $this->addAutomaticStyle($style_obj);937 $this->addAutomaticStyle($style_obj);1423 $this->addStyle($style_obj);1425 $this->addAutomaticStyle($style_obj);1445 $this->addStyle($style_obj);1447 $this->addAutomaticStyle($style_obj);1467 $this->addStyle($style_obj);1489 $this->addStyle($style_obj);1511 $this->addStyle($style_obj);[all …]
242 $style_obj = ODTUnknownStyle::importODTStyle($image_style);243 $params->document->addAutomaticStyle($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)) {481 $entry ['obj'] = $style_obj;[all …]
17 protected $style_obj = NULL; variable in ODTStateElement94 $this->style_obj = $object;103 return $this->style_obj;
289 $style_obj = self::createSizeOnlyTextStyle ($name, $odt_fo_size);290 $doc->addStyle($style_obj);291 $parent = $style_obj->getProperty('style-name');
405 $style_obj = ODTTextStyle::createSizeOnlyTextStyle ($name, $odt_fo_size);406 $doc->addStyle($style_obj);407 $parent = $style_obj->getProperty('style-name');