Searched refs:layout_props_fields (Results 1 – 1 of 1) sorted by relevance
/plugin/odt/ODT/styles/ |
H A D | ODTPageLayoutStyle.php | 23 static $layout_props_fields = array( variable in ODTPageLayoutStyle 137 …$this->importPropertiesInternal(self::$layout_props_fields, $properties, $disabled, $this->layout_… 164 if (array_key_exists ($property, self::$layout_props_fields)) { 166 …($property, self::$layout_props_fields [$property][0], $value, self::$layout_props_fields [$proper… 196 if (array_key_exists ($property, self::$layout_props_fields)) { 232 … $style->importODTStyleInternal(self::$layout_props_fields, $open, $style->layout_props);
|