summaryrefslogtreecommitdiff
path: root/svtools/source/filter/exportdialog.hrc
blob: abe2515f9d23849dd59ef1d6c24a7324eb1669b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#include <svtools/svtools.hrc>

#define BTN_OK                  1
#define BTN_CANCEL              1
#define BTN_HELP                1

#define FL_EXPORT_SIZE          1
#define FL_COLOR_DEPTH          2
#define FL_JPG_QUALITY          3
#define FL_COMPRESSION          4
#define FL_MODE                 5
#define FL_GIF_DRAWING_OBJECTS  6
#define FL_PBM_OPTIONS          7
#define FL_EPS_PREVIEW          8
#define FL_EPS_VERSION          9
#define FL_EPS_COLOR_FORMAT     10
#define FL_ESTIMATED_SIZE       11
#define FL_BUTTONS              12

#define FT_SIZEX                1
#define FT_SIZEY                2
#define FT_RESOLUTION           3
#define FT_JPG_MIN              4
#define FT_JPG_MAX              5
#define FT_PNG_MIN              6
#define FT_PNG_MAX              7
#define FT_ESTIMATED_SIZE       8

#define NF_RESOLUTION           1
#define NF_COMPRESSION          2
#define NF_ZOOM                 3

#define MF_SIZEX                1
#define MF_SIZEY                2

#define LB_SIZEX                1
#define LB_SIZEY                2
#define LB_RESOLUTION           3
#define LB_COLOR_DEPTH          4

#define RB_BINARY               1
#define RB_TEXT                 2
#define RB_EPS_LEVEL1           3
#define RB_EPS_LEVEL2           4
#define RB_EPS_COLOR_FORMAT1    5
#define RB_EPS_COLOR_FORMAT2    6
#define RB_EPS_COMPRESSION_LZW  7
#define RB_EPS_COMPRESSION_NONE 8

#define CB_JPG_PREVIEW          1
#define CB_INTERLACED           2
#define CB_RLE_ENCODING         3
#define CB_SAVE_TRANSPARENCY    4
#define CB_EPS_PREVIEW_TIFF     5
#define CB_EPS_PREVIEW_EPSI     6

#define FB_JPG_PREVIEW          1

#define SB_COMPRESSION          1
#define SB_JPG_PREVIEW_HORZ     2
#define SB_JPG_PREVIEW_VERT     3
#define SB_ZOOM                 4

#define STR_1BIT_THRESHOLD      1
#define STR_1BIT_DITHERED       2
#define STR_4BIT_GRAYSCALE      3
#define STR_4BIT_COLOR_PALETTE  4
#define STR_8BIT_GRAYSCALE      5
#define STR_8BIT_COLOR_PALETTE  6
#define STR_24BIT_TRUE_COLOR    7
#define STR_ESTIMATED_SIZE_PIX_1 8
#define STR_ESTIMATED_SIZE_PIX_2 9
#define STR_ESTIMATED_SIZE_VEC   10