source: tags/arb_5.3/AWTI/awti_exp_local.hxx

Last change on this file was 5901, checked in by westram, 15 years ago
  • AW_BOOL → bool
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 724 bytes
Line 
1#define AWAR_EXPORT_FILE           "tmp/export_db/file"
2#define AWAR_EXPORT_FORM           "export/form"
3#define AWAR_EXPORT_ALI            "tmp/export/alignment"
4#define AWAR_EXPORT_MULTIPLE_FILES "tmp/export/multiple_files"
5#define AWAR_EXPORT_MARKED         "export/marked"
6#define AWAR_EXPORT_COMPRESS       "export/compress"
7#define AWAR_EXPORT_FILTER_PREFIX  "export/filter"
8#define AWAR_EXPORT_FILTER_NAME    AWAR_EXPORT_FILTER_PREFIX "/name"
9#define AWAR_EXPORT_FILTER_FILTER  AWAR_EXPORT_FILTER_PREFIX "/filter"
10#define AWAR_EXPORT_FILTER_ALI     AWAR_EXPORT_FILTER_PREFIX "/alignment"
11#define AWAR_EXPORT_CUTSTOP        "export/cutstop"
12
13bool awtc_read_string_pair(FILE *in, char *&s1, char *&s2, size_t& lineNr);
Note: See TracBrowser for help on using the repository browser.