xref: /trunk/main/sfx2/source/inc/sfxlocal.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// local resources
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef _SFXLOCAL_HRC
27cdf0e10cSrcweir#define _SFXLOCAL_HRC
28cdf0e10cSrcweir
29cdf0e10cSrcweir#include <sfx2/sfx.hrc>
30cdf0e10cSrcweir
31cdf0e10cSrcweir// Strings ---------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define STR_SFX_NEWOFFICEDOC                (RID_SFX_SFXLOCAL_START +  0)
34cdf0e10cSrcweir#define STR_SFX_FILEDLG_ACTUALVERSION       (RID_SFX_SFXLOCAL_START +  2)
35cdf0e10cSrcweir#define STR_SFX_EXPLORERFILE_INSERT         (RID_SFX_SFXLOCAL_START +  3)
36cdf0e10cSrcweir#define STR_SFX_EXPLORERFILE_BUTTONINSERT   (RID_SFX_SFXLOCAL_START +  4)
37cdf0e10cSrcweir#define STR_SFX_IMPORT_ALL                  (RID_SFX_SFXLOCAL_START +  5)
38cdf0e10cSrcweir#define STR_SFX_EXPLORERFILE_EXPORT         (RID_SFX_SFXLOCAL_START +  6)
39cdf0e10cSrcweir#define STR_SFX_DOCK                        (RID_SFX_SFXLOCAL_START +  7)
40cdf0e10cSrcweir#define STR_SFX_UNDOCK                      (RID_SFX_SFXLOCAL_START +  8)
41cdf0e10cSrcweir#define STR_SFX_TASK_PANE_VIEW              (RID_SFX_SFXLOCAL_START +  9)
42cdf0e10cSrcweir#define STR_SFX_TASKS                       (RID_SFX_SFXLOCAL_START + 10)
43cdf0e10cSrcweir
44cdf0e10cSrcweir// Controls --------------------------------------------------------------
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define SFX_CB_PROPERTY_NAME                (RID_SFX_SFXLOCAL_START +  0)
47cdf0e10cSrcweir#define SFX_ED_PROPERTY_VALUE               (RID_SFX_SFXLOCAL_START +  1)
48cdf0e10cSrcweir#define SFX_RB_PROPERTY_YES                 (RID_SFX_SFXLOCAL_START +  2)
49cdf0e10cSrcweir#define SFX_RB_PROPERTY_NO                  (RID_SFX_SFXLOCAL_START +  3)
50cdf0e10cSrcweir#define SFX_LB_PROPERTY_TYPE                (RID_SFX_SFXLOCAL_START +  4)
51cdf0e10cSrcweir#define SFX_PB_PROPERTY_REMOVE              (RID_SFX_SFXLOCAL_START +  5)
52cdf0e10cSrcweir#define SFX_WIN_PROPERTY_YESNO              (RID_SFX_SFXLOCAL_START +  6)
53cdf0e10cSrcweir#define SFX_QB_WRONG_TYPE                   (RID_SFX_SFXLOCAL_START +  7)
54cdf0e10cSrcweir#define SFX_FLD_DATE                        (RID_SFX_SFXLOCAL_START +  10)
55cdf0e10cSrcweir#define SFX_FLD_TIME                        (RID_SFX_SFXLOCAL_START +  11)
56cdf0e10cSrcweir#define SFX_FLD_DURATION                    (RID_SFX_SFXLOCAL_START +  12)
57cdf0e10cSrcweir#define SFX_ST_DURATION_FORMAT              (RID_SFX_SFXLOCAL_START +  13)
58cdf0e10cSrcweir
59cdf0e10cSrcweir// Images ----------------------------------------------------------------
60cdf0e10cSrcweir
61cdf0e10cSrcweir#define SFX_IMG_PROPERTY_REMOVE             (RID_SFX_SFXLOCAL_START +  0)
62cdf0e10cSrcweir#define SFX_IMG_PROPERTY_REMOVE_HC          (RID_SFX_SFXLOCAL_START +  1)
63cdf0e10cSrcweir#define SFX_IMG_CLOSE_DOC                   (RID_SFX_SFXLOCAL_START +  2)
64cdf0e10cSrcweir#define SFX_IMG_CLOSE_DOC_HC                (RID_SFX_SFXLOCAL_START +  3)
65cdf0e10cSrcweir
66cdf0e10cSrcweir#endif
67cdf0e10cSrcweir
68