Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php90 static $columns_fields = array( variable in ODTPageLayoutStyle
139 …$this->importPropertiesInternal(self::$columns_fields, $properties, $disabled, $this->columns_prop…
174 if (array_key_exists ($property, self::$columns_fields)) {
176 …($property, self::$columns_fields [$property][0], $value, self::$columns_fields [$property][1], $t…
202 if (array_key_exists ($property, self::$columns_fields)) {
246 … $style->importODTStyleInternal(self::$columns_fields, $open, $style->columns_props);