Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTStyleStyle.php45 static $import_odt_callbacks = NULL; variable in ODTStyleStyle
54 if (!isset(self::$import_odt_callbacks))
55 self::$import_odt_callbacks = array();
60 self::$import_odt_callbacks [] = array($classname, 'importODTStyle');
196 return call_user_func(self::$import_odt_callbacks [$index], $xmlCode);