Searched refs:style_type (Results 1 – 2 of 2) sorted by relevance
504 foreach (self::$table_styles as $style_type => $elementParams) {505 $name = $params->styleset->getStyleName($style_type);610 foreach (self::$link_styles as $style_type => $elementParams) {611 $name = $params->styleset->getStyleName($style_type);646 …nction importStyle(ODTInternalParams $params, cssdocument $htmlStack, $style_type, $element, $attr… argument647 $name = $params->styleset->getStyleName($style_type);689 if ($style_type == 'horizontal line') {
2201 public function registerHTMLElementForCSSImport ($style_type, $element, $attributes=NULL) { argument2202 $this->registrations [$style_type]['element'] = $element;2203 $this->registrations [$style_type]['attributes'] = $attributes;