Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableRowStyle.php22 static $table_row_fields = array( variable in ODTTableRowStyle
63 $this->importPropertiesInternal(self::$table_row_fields, $properties, $disabled);
98 if (array_key_exists ($property, self::$table_row_fields)) {
100 …($property, self::$table_row_fields [$property][0], $value, self::$table_row_fields [$property][1]…
128 $attrs += $style->importODTStyleInternal(self::$table_row_fields, $open);
145 return self::$table_row_fields;