Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A 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/
H A Dcommon.php144 $renderer->createParagraphStyle($parent_properties);
159 $renderer->createParagraphStyle($properties);
/plugin/odt/ODT/
H A DODTIndex.php183 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
208 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
222 $style_obj_auto = ODTParagraphStyle::createParagraphStyle($properties);
H A DODTParagraph.php221 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties);
H A 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);
H A 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);
H A DODTTable.php568 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties, $disabled);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo… function in ODTParagraphStyle
460 return self::createParagraphStyle($properties);
/plugin/wrap/
H A Dhelper.php425 if ( method_exists ($renderer, 'createParagraphStyle') === false ) {
438 $renderer->createParagraphStyle($parent_properties);
448 $renderer->createParagraphStyle($properties);
/plugin/cli/
H A Dsyntax.php318 $renderer->createParagraphStyle( $style );
/plugin/odt/renderer/
H A Dpage.php2154 public function createParagraphStyle ($properties, $common=true) { function in renderer_plugin_odt_page
2155 $this->document->createParagraphStyle ($properties, $common);