Searched refs:getPropertyInternal (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/styles/ |
H A D | ODTTextListStyle.php | 181 $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 D | ODTTextOutlineStyle.php | 135 $level_number = $style->getPropertyInternal('level', $properties); 225 return $this->getPropertyInternal($property, $this->outline_level_styles [$level]);
|
H A D | ODTStyle.php | 89 public function getPropertyInternal($property, $properties=NULL) { function in ODTStyle
|