Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php19 static $table_cell_fields = array( variable in ODTTableCellStyle
88 $this->importPropertiesInternal(self::$table_cell_fields, $properties, $disabled);
123 if (array_key_exists ($property, self::$table_cell_fields)) {
125 …($property, self::$table_cell_fields [$property][0], $value, self::$table_cell_fields [$property][…
175 $attrs += $style->importODTStyleInternal(self::$table_cell_fields, $open);
187 return self::$table_cell_fields;