#include <tc/tc_startup.h>
#include <req/libreq_exports.h>
#include <req/libreq_undef.h>
Go to the source code of this file.
|
| REQ_API int | REQ_collect_markups (int req_rev_count, const tag_t *req_rev_list, char **markup_file_path) |
| |
| REQ_API int | REQ_excel_export (int object_count, const tag_t *objects, int attribute_count, const char **attributes, const char *template_name, const char *application_format, int export_option_count, const REQ_importexport_options_t *export_options, char **file_path) |
| |
| REQ_API int | REQ_set_contents (tag_t rev_or_fulltext_tag, REQ_content_types_t content_type, const char *contents) |
| |
| REQ_API int | REQ_word_export (int size, const tag_t *bom_lines, logical deep, int document_type, const char *specification_template, int object_template_count, const char **bo_type, const char **object_template, int export_option_count, const REQ_importexport_options_t *export_options, const char *mode_of_operation, char **document_location) |
| |