|
Change |
Effect |
1 |
Value of member LXW_ERROR_128_STRING_LENGTH_EXCEEDED has been changed from 13 to 14. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 |
Value of member LXW_ERROR_255_STRING_LENGTH_EXCEEDED has been changed from 14 to 15. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 |
Value of member LXW_ERROR_32_STRING_LENGTH_EXCEEDED has been changed from 12 to 13. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 |
Value of member LXW_ERROR_IMAGE_DIMENSIONS has been changed from 19 to 20. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 |
Value of member LXW_ERROR_INVALID_SHEETNAME_CHARACTER has been changed from 10 to 11. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 |
Value of member LXW_ERROR_NULL_PARAMETER_IGNORED has been changed from 7 to 8. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 |
Value of member LXW_ERROR_PARAMETER_VALIDATION has been changed from 8 to 9. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 |
Value of member LXW_ERROR_SHARED_STRING_INDEX_NOT_FOUND has been changed from 16 to 17. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 |
Value of member LXW_ERROR_SHEETNAME_ALREADY_USED has been changed from 11 to 12. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 |
Value of member LXW_ERROR_SHEETNAME_LENGTH_EXCEEDED has been changed from 9 to 10. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 |
Value of member LXW_ERROR_WORKSHEET_INDEX_OUT_OF_RANGE has been changed from 17 to 18. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 |
Value of member LXW_ERROR_ZIP_CLOSE has been changed from 6 to 7. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 |
Value of member LXW_ERROR_ZIP_FILE_ADD has been changed from 5 to 6. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 |
Value of member LXW_ERROR_ZIP_FILE_OPERATION has been changed from 4 to 5. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
chart_legend_delete_series ( lxw_chart* chart, int16_t* delete_series )
Return value has base type 'enum lxw_error'.
chart_series_set_points ( lxw_chart_series* series, lxw_chart_point** points )
Return value has base type 'enum lxw_error'.
chartsheet_set_chart ( lxw_chartsheet* chartsheet, lxw_chart* chart )
Return value has base type 'enum lxw_error'.
chartsheet_set_chart_opt ( lxw_chartsheet* chartsheet, lxw_chart* chart, lxw_image_options* user_options )
Return value has base type 'enum lxw_error'.
lxw_chart_add_data_cache ( lxw_series_range* range, uint8_t* data, uint16_t rows, uint8_t cols, uint8_t col )
Return value has base type 'enum lxw_error'.
lxw_create_package ( lxw_packager* self )
Return value has base type 'enum lxw_error'.
lxw_strerror ( lxw_error error_num )
1st parameter 'error_num' has base type 'enum lxw_error'.
workbook_close ( lxw_workbook* workbook )
Return value has base type 'enum lxw_error'.
workbook_define_name ( lxw_workbook* workbook, char const* name, char const* formula )
Return value has base type 'enum lxw_error'.
workbook_set_custom_property_boolean ( lxw_workbook* workbook, char const* name, uint8_t value )
Return value has base type 'enum lxw_error'.
...