Home
last modified time | relevance | path

Searched refs:createTextStyle (Results 1 – 10 of 10) sorted by path

/plugin/definitionlist/
H A Dsyntax.php337 $renderer->createTextStyle($parent_properties);
377 $renderer->createTextStyle($dt_properties);
386 $renderer->createTextStyle($dd_properties);
/plugin/keyboard/
H A Dsyntax.php177 $renderer->createTextStyle($parent_properties);
198 $renderer->createTextStyle($properties);
222 $renderer->createTextStyle($properties);
/plugin/odt/ODT/
H A DODTDocument.php1420 public function createTextStyle ($properties, $common=true) { function in ODTDocument
1421 $style_obj = ODTTextStyle::createTextStyle($properties, NULL, $this);
H A DODTIndex.php238 $style_obj = ODTTextStyle::createTextStyle($properties);
H A DODTSpan.php98 $style_obj = ODTTextStyle::createTextStyle ($properties, $disabled);
123 $params->document->createTextStyle($properties, false);
H A DODTUtility.php649 …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);
/plugin/odt/ODT/styles/
H A DODTTextStyle.php233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen… function in ODTTextStyle
334 return self::createTextStyle($properties);
/plugin/odt/helper/
H A Dstylefactory.php104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ function in helper_plugin_odt_stylefactory
105 return ODTTextStyle::createTextStyle($properties, $disabled_props);
/plugin/odt/renderer/
H A Dpage.php1083 $this->document->createTextStyle ($properties, true);
2145 public function createTextStyle ($properties, $common=true) { function in renderer_plugin_odt_page
2146 $this->document->createTextStyle ($properties, $common);
/plugin/wrap/
H A Dhelper.php593 $renderer->createTextStyle($parent_properties);
603 $renderer->createTextStyle($properties);