xref: /aoo42x/main/sfx2/source/doc/docvor.hrc (revision e037e032)
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
10*e037e032SAndrew Rist *
11*e037e032SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e037e032SAndrew Rist *
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.
19*e037e032SAndrew Rist *
20*e037e032SAndrew Rist *************************************************************/
21*e037e032SAndrew Rist
22*e037e032SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define IMG_OPENED_FOLDER		2
25cdf0e10cSrcweir#define IMG_CLOSED_FOLDER		1
26cdf0e10cSrcweir#define IMG_OPENED_DOC			3
27cdf0e10cSrcweir#define IMG_CLOSED_DOC			4
28cdf0e10cSrcweir#define IMG_OPENED_FOLDER_HC	5
29cdf0e10cSrcweir#define IMG_CLOSED_FOLDER_HC	6
30cdf0e10cSrcweir#define IMG_OPENED_DOC_HC		7
31cdf0e10cSrcweir#define IMG_CLOSED_DOC_HC		8
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define ACC_EDIT 1
34cdf0e10cSrcweir#define ID_COPY 201
35cdf0e10cSrcweir#define ID_MOVE 202
36cdf0e10cSrcweir#define ID_DELETE 203
37cdf0e10cSrcweir#define ID_EDIT 204
38cdf0e10cSrcweir#define ID_COPY_FROM 211
39cdf0e10cSrcweir#define ID_EXPORT 221
40cdf0e10cSrcweir#define ID_RESCAN 220
41cdf0e10cSrcweir#define ID_COPY_TO 210
42cdf0e10cSrcweir#define ID_NEW 200
43cdf0e10cSrcweir#define ID_PRINT	240
44cdf0e10cSrcweir#define ID_PRINTER_SETUP	2341
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define ID_DEFAULT_TEMPLATE 300
47cdf0e10cSrcweir#define ID_RESET_DEFAULT_TEMPLATE 301
48cdf0e10cSrcweir//!!! dont use the ids from 302 to 350, we need them as dynamic ids
49cdf0e10cSrcweir#define ID_RESET_DEFAULT_TEMPLATE_END (ID_RESET_DEFAULT_TEMPLATE+49)
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define LB_RIGHT_TYP 11
52cdf0e10cSrcweir#define LB_RIGHT 10
53cdf0e10cSrcweir#define LB_LEFT_TYP 2
54cdf0e10cSrcweir#define BTN_EDIT 105
55cdf0e10cSrcweir#define BTN_FILES 3
56cdf0e10cSrcweir#define BTN_ADDRESSTEMPLATE	4
57cdf0e10cSrcweir#define LB_LEFT 1
58cdf0e10cSrcweir#define FT_DEFAULT_TEMPLATE_LABEL 20
59cdf0e10cSrcweir#define FT_DEFAULT_TEMPLATE 21
60cdf0e10cSrcweir#define BTN_HELP 100
61cdf0e10cSrcweir
62cdf0e10cSrcweir#ifdef BTN_OK
63cdf0e10cSrcweir#undef BTN_OK
64cdf0e10cSrcweir#endif
65cdf0e10cSrcweir#define BTN_OK 100
66cdf0e10cSrcweir
67cdf0e10cSrcweir#ifdef BTN_CANCEL
68cdf0e10cSrcweir#undef BTN_CANCEL
69cdf0e10cSrcweir#endif
70cdf0e10cSrcweir#define BTN_CANCEL 101
71cdf0e10cSrcweir
72