Home
last modified time | relevance | path

Searched refs:createMultiColumnFrameStyle (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php231 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL… function in helper_plugin_odt_stylefactory
232 return ODTUnknownStyle::createMultiColumnFrameStyle($properties, $disabled_props);
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php159 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL… function in ODTUnknownStyle
/plugin/odt/ODT/
H A DODTFrame.php145 $style_obj = ODTUnknownStyle::createMultiColumnFrameStyle ($properties);
/plugin/odt/
H A DChangeLog.txt80 New functions are: createMultiColumnFrameStyle (stylefactory), _odtOpenMultiColumnFrame,