Home
last modified time | relevance | path

Searched refs:ODTParagraphStyle (Results 1 – 8 of 8) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php123 * @return ODTParagraphStyle or NULL
126 return ODTParagraphStyle::createParagraphStyle($properties, $disabled_props);
275 * @return ODTParagraphStyle
278 return ODTParagraphStyle::createPagebreakStyle($style_name, $parent,$before);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php17 class ODTParagraphStyle extends ODTStyleStyle class
198 $style = new ODTParagraphStyle();
332 * @return ODTParagraphStyle or NULL
427 $object = new ODTParagraphStyle();
447 * @return ODTParagraphStyle
469 …public static function copyLayoutProperties(ODTParagraphStyle $source, ODTParagraphStyle $dest, ar…
H A DODTTableCellStyle.php87 …$this->importPropertiesInternal(ODTParagraphStyle::getParagraphProperties (), $properties, $disabl…
128 $paragraph_fields = ODTParagraphStyle::getParagraphProperties ();
165 … $attrs += $style->importODTStyleInternal(ODTParagraphStyle::getParagraphProperties (), $xmlCode);
/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 DODTImport.php784 ODTParagraphStyle::copyLayoutProperties ($body, $default, $disabled);
813 ODTParagraphStyle::copyLayoutProperties ($body, $footnote, $disabled);
H A DODTDocument.php917 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
936 $style_obj = ODTParagraphStyle::createPagebreakStyle($style_name, $parent, $before);
1440 * @see ODTParagraphStyle::createParagraphStyle for more documentation
1443 $style_obj = ODTParagraphStyle::createParagraphStyle($properties, NULL, $this);
H A DODTTable.php568 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties, $disabled);