Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php19 static $table_column_fields = array( variable in ODTTableColumnStyle
44 $this->importPropertiesInternal(self::$table_column_fields, $properties, $disabled);
79 if (array_key_exists ($property, self::$table_column_fields)) {
81 …($property, self::$table_column_fields [$property][0], $value, self::$table_column_fields [$proper…
109 $attrs += $style->importODTStyleInternal(self::$table_column_fields, $open);
121 return self::$table_column_fields;