Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableStyle.php22 static $table_fields = array( variable in ODTTableStyle
73 $this->importPropertiesInternal(self::$table_fields, $properties, $disabled);
108 if (array_key_exists ($property, self::$table_fields)) {
110 … ($property, self::$table_fields [$property][0], $value, self::$table_fields [$property][1]);
138 $attrs += $style->importODTStyleInternal(self::$table_fields, $open);
155 return self::$table_fields;