Searched refs:createParagraphStyle (Results 1 – 11 of 11) sorted by relevance
/plugin/odt/helper/ |
H A D | stylefactory.php | 125 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 D | common.php | 144 $renderer->createParagraphStyle($parent_properties); 159 $renderer->createParagraphStyle($properties);
|
/plugin/odt/ODT/ |
H A D | ODTIndex.php | 183 $style_obj = ODTParagraphStyle::createParagraphStyle($properties); 208 $style_obj = ODTParagraphStyle::createParagraphStyle($properties); 222 $style_obj_auto = ODTParagraphStyle::createParagraphStyle($properties);
|
H A D | ODTParagraph.php | 221 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties);
|
H A D | ODTUtility.php | 672 …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 D | ODTDocument.php | 917 $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 D | ODTTable.php | 568 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties, $disabled);
|
/plugin/odt/ODT/styles/ |
H A D | ODTParagraphStyle.php | 334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo… function in ODTParagraphStyle 460 return self::createParagraphStyle($properties);
|
/plugin/wrap/ |
H A D | helper.php | 425 if ( method_exists ($renderer, 'createParagraphStyle') === false ) { 438 $renderer->createParagraphStyle($parent_properties); 448 $renderer->createParagraphStyle($properties);
|
/plugin/cli/ |
H A D | syntax.php | 318 $renderer->createParagraphStyle( $style );
|
/plugin/odt/renderer/ |
H A D | page.php | 2154 public function createParagraphStyle ($properties, $common=true) { function in renderer_plugin_odt_page 2155 $this->document->createParagraphStyle ($properties, $common);
|