Home
last modified time | relevance | path

Searched refs:createPagebreakStyle (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php277 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 DODTHeading.php41 $style = $params->document->createPagebreakStyle ($style);
H A DODTParagraph.php106 $styleName = $params->document->createPagebreakStyle ($styleName);
H A DODTIndex.php309 $style_name = $doc->createPagebreakStyle(NULL, false);
H A DODTDocument.php927 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 DODTParagraphStyle.php449 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) { function in ODTParagraphStyle