Home
last modified time | relevance | path

Searched refs:createParagraphStyle (Results 1 – 11 of 11) sorted by relevance

/plugin/odt/helper/
Dstylefactory.php125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){ function in helper_plugin_odt_stylefactory
126 return ODTParagraphStyle::createParagraphStyle($properties, $disabled_props);
/plugin/divalign2/
Dcommon.php144 $renderer->createParagraphStyle($parent_properties);
159 $renderer->createParagraphStyle($properties);
/plugin/odt/ODT/
DODTIndex.php183 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
208 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
222 $style_obj_auto = ODTParagraphStyle::createParagraphStyle($properties);
DODTUtility.php672 …protected static function createParagraphStyle (ODTInternalParams $params, $element, $attributes, … function in ODTUtility
685 $params->document->createParagraphStyle($properties, false);
971 … $style_name = self::createParagraphStyle ($params, 'li', $found ['attributes'], $style_name);
DODTParagraph.php221 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties);
DODTDocument.php917 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
1442 public function createParagraphStyle ($properties, $common=true) { function in ODTDocument
1443 $style_obj = ODTParagraphStyle::createParagraphStyle($properties, NULL, $this);
DODTTable.php568 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties, $disabled);
/plugin/odt/ODT/styles/
DODTParagraphStyle.php334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo… function in ODTParagraphStyle
460 return self::createParagraphStyle($properties);
/plugin/wrap/
Dhelper.php438 $renderer->createParagraphStyle($parent_properties);
448 $renderer->createParagraphStyle($properties);
/plugin/cli/
Dsyntax.php318 $renderer->createParagraphStyle( $style );
/plugin/odt/renderer/
Dpage.php2154 public function createParagraphStyle ($properties, $common=true) { function in renderer_plugin_odt_page
2155 $this->document->createParagraphStyle ($properties, $common);