xref: /aoo4110/main/sfx2/source/inc/sfxlocal.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// local resources
25
26#ifndef _SFXLOCAL_HRC
27#define _SFXLOCAL_HRC
28
29#include <sfx2/sfx.hrc>
30
31// Strings ---------------------------------------------------------------
32
33#define STR_SFX_NEWOFFICEDOC                (RID_SFX_SFXLOCAL_START +  0)
34#define STR_SFX_FILEDLG_ACTUALVERSION       (RID_SFX_SFXLOCAL_START +  2)
35#define STR_SFX_EXPLORERFILE_INSERT         (RID_SFX_SFXLOCAL_START +  3)
36#define STR_SFX_EXPLORERFILE_BUTTONINSERT   (RID_SFX_SFXLOCAL_START +  4)
37#define STR_SFX_IMPORT_ALL                  (RID_SFX_SFXLOCAL_START +  5)
38#define STR_SFX_EXPLORERFILE_EXPORT         (RID_SFX_SFXLOCAL_START +  6)
39#define STR_SFX_DOCK                        (RID_SFX_SFXLOCAL_START +  7)
40#define STR_SFX_UNDOCK                      (RID_SFX_SFXLOCAL_START +  8)
41#define STR_SFX_TASK_PANE_VIEW              (RID_SFX_SFXLOCAL_START +  9)
42#define STR_SFX_TASKS                       (RID_SFX_SFXLOCAL_START + 10)
43
44// Controls --------------------------------------------------------------
45
46#define SFX_CB_PROPERTY_NAME                (RID_SFX_SFXLOCAL_START +  0)
47#define SFX_ED_PROPERTY_VALUE               (RID_SFX_SFXLOCAL_START +  1)
48#define SFX_RB_PROPERTY_YES                 (RID_SFX_SFXLOCAL_START +  2)
49#define SFX_RB_PROPERTY_NO                  (RID_SFX_SFXLOCAL_START +  3)
50#define SFX_LB_PROPERTY_TYPE                (RID_SFX_SFXLOCAL_START +  4)
51#define SFX_PB_PROPERTY_REMOVE              (RID_SFX_SFXLOCAL_START +  5)
52#define SFX_WIN_PROPERTY_YESNO              (RID_SFX_SFXLOCAL_START +  6)
53#define SFX_QB_WRONG_TYPE                   (RID_SFX_SFXLOCAL_START +  7)
54#define SFX_FLD_DATE                        (RID_SFX_SFXLOCAL_START +  10)
55#define SFX_FLD_TIME                        (RID_SFX_SFXLOCAL_START +  11)
56#define SFX_FLD_DURATION                    (RID_SFX_SFXLOCAL_START +  12)
57#define SFX_ST_DURATION_FORMAT              (RID_SFX_SFXLOCAL_START +  13)
58
59// Images ----------------------------------------------------------------
60
61#define SFX_IMG_PROPERTY_REMOVE             (RID_SFX_SFXLOCAL_START +  0)
62#define SFX_IMG_PROPERTY_REMOVE_HC          (RID_SFX_SFXLOCAL_START +  1)
63#define SFX_IMG_CLOSE_DOC                   (RID_SFX_SFXLOCAL_START +  2)
64#define SFX_IMG_CLOSE_DOC_HC                (RID_SFX_SFXLOCAL_START +  3)
65
66#endif
67
68