merged tag ooo/DEV300_m102
[LibreOffice.git] / sfx2 / source / inc / sfxlocal.hrc
blob615445bd919ec0b20fc914a9c2098b5cb5259e4e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 // local resources
30 #ifndef _SFXLOCAL_HRC
31 #define _SFXLOCAL_HRC
33 #include <sfx2/sfx.hrc>
35 // Strings ---------------------------------------------------------------
37 #define STR_SFX_NEWOFFICEDOC                (RID_SFX_SFXLOCAL_START +  0)
38 #define STR_SFX_FILEDLG_ACTUALVERSION       (RID_SFX_SFXLOCAL_START +  2)
39 #define STR_SFX_EXPLORERFILE_INSERT         (RID_SFX_SFXLOCAL_START +  3)
40 #define STR_SFX_EXPLORERFILE_BUTTONINSERT   (RID_SFX_SFXLOCAL_START +  4)
41 #define STR_SFX_IMPORT_ALL                  (RID_SFX_SFXLOCAL_START +  5)
42 #define STR_SFX_EXPLORERFILE_EXPORT         (RID_SFX_SFXLOCAL_START +  6)
43 #define STR_SFX_DOCK                        (RID_SFX_SFXLOCAL_START +  7)
44 #define STR_SFX_UNDOCK                      (RID_SFX_SFXLOCAL_START +  8)
45 #define STR_SFX_TASK_PANE_VIEW              (RID_SFX_SFXLOCAL_START +  9)
46 #define STR_SFX_TASKS                       (RID_SFX_SFXLOCAL_START + 10)
48 // Controls --------------------------------------------------------------
50 #define SFX_CB_PROPERTY_NAME                (RID_SFX_SFXLOCAL_START +  0)
51 #define SFX_ED_PROPERTY_VALUE               (RID_SFX_SFXLOCAL_START +  1)
52 #define SFX_RB_PROPERTY_YES                 (RID_SFX_SFXLOCAL_START +  2)
53 #define SFX_RB_PROPERTY_NO                  (RID_SFX_SFXLOCAL_START +  3)
54 #define SFX_LB_PROPERTY_TYPE                (RID_SFX_SFXLOCAL_START +  4)
55 #define SFX_PB_PROPERTY_REMOVE              (RID_SFX_SFXLOCAL_START +  5)
56 #define SFX_WIN_PROPERTY_YESNO              (RID_SFX_SFXLOCAL_START +  6)
57 #define SFX_QB_WRONG_TYPE                   (RID_SFX_SFXLOCAL_START +  7)
58 #define SFX_FLD_DATE                        (RID_SFX_SFXLOCAL_START +  10)
59 #define SFX_FLD_TIME                        (RID_SFX_SFXLOCAL_START +  11)
60 #define SFX_FLD_DURATION                    (RID_SFX_SFXLOCAL_START +  12)
61 #define SFX_ST_DURATION_FORMAT              (RID_SFX_SFXLOCAL_START +  13)
63 // Images ----------------------------------------------------------------
65 #define SFX_IMG_PROPERTY_REMOVE             (RID_SFX_SFXLOCAL_START +  0)
66 #define SFX_IMG_PROPERTY_REMOVE_HC          (RID_SFX_SFXLOCAL_START +  1)
67 #define SFX_IMG_CLOSE_DOC                   (RID_SFX_SFXLOCAL_START +  2)
68 #define SFX_IMG_CLOSE_DOC_HC                (RID_SFX_SFXLOCAL_START +  3)
70 #endif