Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTextListStyle.php181 $level_number = $style->getPropertyInternal('level', $list_style_properties);
294 …return $this->getPropertyInternal('list-level-style', $this->list_level_styles [$level]['list-styl…
298 return $this->getPropertyInternal($property, $this->list_level_styles [$level]['text']);
300 …$element = $this->getPropertyInternal('list-level-style', $this->list_level_styles [$level]['list-…
313 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-style']);
316 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-level']);
319 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['label']);
H A DODTTextOutlineStyle.php135 $level_number = $style->getPropertyInternal('level', $properties);
225 return $this->getPropertyInternal($property, $this->outline_level_styles [$level]);
H A DODTStyle.php89 public function getPropertyInternal($property, $properties=NULL) { function in ODTStyle