Searched refs:master_fields (Results 1 – 1 of 1) sorted by relevance
/plugin/odt/ODT/styles/ |
H A D | ODTMasterPageStyle.php | 17 static $master_fields = array( variable in ODTMasterPageStyle 59 …$this->importPropertiesInternal(self::$master_fields, $properties, $disabled, $this->master_style); 78 if (array_key_exists ($property, self::$master_fields)) { 80 …($property, self::$master_fields [$property][0], $value, self::$master_fields [$property][1], $thi… 92 if (array_key_exists ($property, self::$master_fields)) { 110 $style->importODTStyleInternal(self::$master_fields, $open, $style->master_style);
|