Searched refs:createPagebreakStyle (Results 1 – 6 of 6) sorted by relevance
/plugin/odt/helper/ |
H A D | stylefactory.php | 277 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) { function in helper_plugin_odt_stylefactory 278 return ODTParagraphStyle::createPagebreakStyle($style_name, $parent,$before);
|
/plugin/odt/ODT/ |
H A D | ODTHeading.php | 41 $style = $params->document->createPagebreakStyle ($style);
|
H A D | ODTParagraph.php | 106 $styleName = $params->document->createPagebreakStyle ($styleName);
|
H A D | ODTIndex.php | 309 $style_name = $doc->createPagebreakStyle(NULL, false);
|
H A D | ODTDocument.php | 927 public function createPagebreakStyle($parent=NULL,$before=true) { function in ODTDocument 936 $style_obj = ODTParagraphStyle::createPagebreakStyle($style_name, $parent, $before);
|
/plugin/odt/ODT/styles/ |
H A D | ODTParagraphStyle.php | 449 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) { function in ODTParagraphStyle
|