Searched refs:createTextStyle (Results 1 – 10 of 10) sorted by relevance
/plugin/odt/helper/ |
H A D | stylefactory.php | 104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ function in helper_plugin_odt_stylefactory 105 return ODTTextStyle::createTextStyle($properties, $disabled_props);
|
/plugin/keyboard/ |
H A D | syntax.php | 177 $renderer->createTextStyle($parent_properties); 198 $renderer->createTextStyle($properties); 222 $renderer->createTextStyle($properties);
|
/plugin/definitionlist/ |
H A D | syntax.php | 337 $renderer->createTextStyle($parent_properties); 377 $renderer->createTextStyle($dt_properties); 386 $renderer->createTextStyle($dd_properties);
|
/plugin/odt/ODT/ |
H A D | ODTSpan.php | 98 $style_obj = ODTTextStyle::createTextStyle ($properties, $disabled); 123 $params->document->createTextStyle($properties, false);
|
H A D | ODTUtility.php | 649 …protected static function createTextStyle (ODTInternalParams $params, $element, $attributes, $styl… function in ODTUtility 662 $params->document->createTextStyle($properties, false); 925 … $style_name = self::createTextStyle ($params, 'span', $found ['attributes'], $style_name);
|
H A D | ODTIndex.php | 238 $style_obj = ODTTextStyle::createTextStyle($properties);
|
H A D | ODTDocument.php | 1420 public function createTextStyle ($properties, $common=true) { function in ODTDocument 1421 $style_obj = ODTTextStyle::createTextStyle($properties, NULL, $this);
|
/plugin/odt/ODT/styles/ |
H A D | ODTTextStyle.php | 233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen… function in ODTTextStyle 334 return self::createTextStyle($properties);
|
/plugin/wrap/ |
H A D | helper.php | 593 $renderer->createTextStyle($parent_properties); 603 $renderer->createTextStyle($properties);
|
/plugin/odt/renderer/ |
H A D | page.php | 1083 $this->document->createTextStyle ($properties, true); 2145 public function createTextStyle ($properties, $common=true) { function in renderer_plugin_odt_page 2146 $this->document->createTextStyle ($properties, $common);
|