root/branches/stable_5.0/AWTI/awti_exp_local.hxx

Revision 5901, 0.7 KB (checked in by westram, 3 years ago)
  • AW_BOOL -> bool
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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 browser.