Searched refs:createTableCellStyle (Results 1 – 5 of 5) sorted by relevance
186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ function in helper_plugin_odt_stylefactory187 return ODTTableCellStyle::createTableCellStyle($properties, $disabled_props);
206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ function in ODTTableCellStyle
554 $style_obj = ODTTableCellStyle::createTableCellStyle ($properties);
1508 public function createTableCellStyle ($properties, $common=true) { function in ODTDocument1509 $style_obj = ODTTableCellStyle::createTableCellStyle($properties);
2181 public function createTableCellStyle ($properties, $common=true) { function in renderer_plugin_odt_page2182 $this->document->createTableCellStyle ($properties, $common);