Lines Matching refs:properties
29 protected $properties = array(); variable in ODTStyle
47 abstract public function importProperties($properties, $disabled); argument
78 …return (isset($this->properties [$property]['value']) ? $this->properties [$property]['value'] : N…
89 public function getPropertyInternal($property, $properties=NULL) { argument
90 if ( !isset($properties) ) {
91 return $this->properties [$property]['value'];
93 return $properties [$property]['value'];
104 return $this->properties [$property]['section'];
162 $this->properties [$property] = array ('odt_property' => $odt_property,
172 unset ($this->properties [$property]);
187 protected function importODTStyleInternal(array $fields, $xmlCode, &$properties=NULL) { argument
198 $this->setPropertyInternal($property, $field[0], $value, $field[1], $properties);
218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
219 foreach ($properties as $property => $value) {