Home
last modified time | relevance | path

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

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dpackager.c165 return LXW_NO_ERROR; in _write_workbook_file()
204 return LXW_NO_ERROR; in _write_worksheet_files()
240 return LXW_NO_ERROR; in _write_chartsheet_files()
301 return LXW_NO_ERROR; in _write_image_files()
330 return LXW_NO_ERROR; in _add_vba_project()
361 return LXW_NO_ERROR; in _write_chart_files()
419 return LXW_NO_ERROR; in _write_drawing_files()
502 return LXW_NO_ERROR; in _write_table_files()
631 return LXW_NO_ERROR; in _write_vml_files()
683 return LXW_NO_ERROR; in _write_comment_files()
[all …]
H A Dworksheet.c1248 return LXW_NO_ERROR; in _check_dimensions()
1661 return LXW_NO_ERROR; in _set_default_table_columns()
1775 return LXW_NO_ERROR; in _set_custom_table_columns()
1895 return LXW_NO_ERROR; in _check_table_rows()
1953 return LXW_NO_ERROR; in _check_table_name()
3217 return LXW_NO_ERROR; in _get_button_params()
3963 return LXW_NO_ERROR; in _process_png()
4089 return LXW_NO_ERROR; in _process_jpeg()
4138 return LXW_NO_ERROR; in _process_bmp()
4187 return LXW_NO_ERROR; in _process_gif()
[all …]
H A Dworkbook.c773 return LXW_NO_ERROR; in _store_defined_name()
794 return LXW_NO_ERROR; in _store_defined_name()
2330 return LXW_NO_ERROR; in workbook_set_properties()
2381 return LXW_NO_ERROR; in workbook_set_custom_property_string()
2416 return LXW_NO_ERROR; in workbook_set_custom_property_number()
2451 return LXW_NO_ERROR; in workbook_set_custom_property_integer()
2486 return LXW_NO_ERROR; in workbook_set_custom_property_boolean()
2528 return LXW_NO_ERROR; in workbook_set_custom_property_datetime()
2622 return LXW_NO_ERROR; in workbook_validate_sheet_name()
2651 return LXW_NO_ERROR; in workbook_add_vba_project()
[all …]
H A Dchart.c165 return LXW_NO_ERROR; in _chart_init_data_cache()
283 if (_chart_init_data_cache(chart->title.range) != LXW_NO_ERROR) in lxw_chart_new()
286 if (_chart_init_data_cache(chart->x_axis->title.range) != LXW_NO_ERROR) in lxw_chart_new()
520 return LXW_NO_ERROR; in _chart_check_error_bars()
5175 return LXW_NO_ERROR; in lxw_chart_add_data_cache()
5227 if (_chart_init_data_cache(series->categories) != LXW_NO_ERROR) in chart_add_series()
5230 if (_chart_init_data_cache(series->values) != LXW_NO_ERROR) in chart_add_series()
5233 if (_chart_init_data_cache(series->title.range) != LXW_NO_ERROR) in chart_add_series()
5520 return LXW_NO_ERROR; in chart_series_set_points()
5625 return LXW_NO_ERROR; in chart_series_set_labels_custom()
[all …]
H A Dchartsheet.c297 return LXW_NO_ERROR; in chartsheet_set_chart_opt()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/utility/
H A Dtest_strerror.c17 lxw_strerror(LXW_NO_ERROR)); in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/workbook/
H A Dtest_workbook_validate_worksheet_name.c20 lxw_error exp = LXW_NO_ERROR; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dcommon.h68 LXW_NO_ERROR = 0, enumerator