Home
last modified time | relevance | path

Searched refs:copyLayoutProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/ODT/
H A DODTImport.php784 ODTParagraphStyle::copyLayoutProperties ($body, $default, $disabled);
813 ODTParagraphStyle::copyLayoutProperties ($body, $footnote, $disabled);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php469 …public static function copyLayoutProperties(ODTParagraphStyle $source, ODTParagraphStyle $dest, ar… function in ODTParagraphStyle