xref: /AOO41X/main/sfx2/source/dialog/printopt.hrc (revision e037e032e02c10c59d692681ba150d161a6bb37c)
1*e037e032SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*e037e032SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*e037e032SAndrew Rist * distributed with this work for additional information
6*e037e032SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance
9*e037e032SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*e037e032SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*e037e032SAndrew Rist * software distributed under the License is distributed on an
15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e037e032SAndrew Rist * KIND, either express or implied.  See the License for the
17*e037e032SAndrew Rist * specific language governing permissions and limitations
18*e037e032SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*e037e032SAndrew Rist *************************************************************/
21*e037e032SAndrew Rist
22*e037e032SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define GB_REDUCE                       1
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FT_OUTPUTTYPE                   2
27cdf0e10cSrcweir#define RB_PRINTEROUTPUT                3
28cdf0e10cSrcweir#define RB_PRINTFILEOUTPUT              4
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define GB_OUTPUT                       5
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define CB_REDUCETRANSPARENCY           10
33cdf0e10cSrcweir#define RB_REDUCETRANSPARENCY_AUTO      11
34cdf0e10cSrcweir#define RB_REDUCETRANSPARENCY_NONE      12
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define CB_REDUCEGRADIENTS              20
37cdf0e10cSrcweir#define RB_REDUCEGRADIENTS_STRIPES      21
38cdf0e10cSrcweir#define RB_REDUCEGRADIENTS_COLOR        22
39cdf0e10cSrcweir#define NF_REDUCEGRADIENTS_STEPCOUNT    23
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define CB_REDUCEBITMAPS                30
42cdf0e10cSrcweir#define RB_REDUCEBITMAPS_OPTIMAL        31
43cdf0e10cSrcweir#define RB_REDUCEBITMAPS_NORMAL         32
44cdf0e10cSrcweir#define RB_REDUCEBITMAPS_RESOLUTION     33
45cdf0e10cSrcweir#define CB_REDUCEBITMAPS_TRANSPARENCY   34
46cdf0e10cSrcweir#define LB_REDUCEBITMAPS_RESOLUTION     35
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define CB_CONVERTTOGREYSCALES          40
49cdf0e10cSrcweir
50cdf0e10cSrcweir#define GB_PRINT_WARN                   50
51cdf0e10cSrcweir#define CB_PAPERSIZE                    51
52cdf0e10cSrcweir#define CB_PAPERORIENTATION             52
53cdf0e10cSrcweir#define CB_TRANSPARENCY                 53
54cdf0e10cSrcweir
55cdf0e10cSrcweir#define FI_PRINTTRANSWARN               60
56cdf0e10cSrcweir#define FT_PRINTTRANSWARN               61
57cdf0e10cSrcweir#define BTN_PRINTTRANS_YES              62
58cdf0e10cSrcweir#define BTN_PRINTTRANS_NO               63
59cdf0e10cSrcweir#define BTN_PRINTTRANS_CANCEL           64
60cdf0e10cSrcweir#define CBX_NOPRINTTRANSWARN            65
61