Home
last modified time | relevance | path

Searched refs:style_type (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/ODT/
H A DODTImport.php504 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… argument
647 $name = $params->styleset->getStyleName($style_type);
689 if ($style_type == 'horizontal line') {
H A DODTDocument.php2201 public function registerHTMLElementForCSSImport ($style_type, $element, $attributes=NULL) { argument
2202 $this->registrations [$style_type]['element'] = $element;
2203 $this->registrations [$style_type]['attributes'] = $attributes;