1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
31 //========================================================================
33 #define RID_SD_STRING_START 26000
34 #define RID_SD_MENU_START 27000
35 #define RID_SD_CONTEXTMENU_START 28500
36 #define RID_SD_TOOLBOX_START 29000
37 #define RID_SD_WINDOW_START 30000
38 #define RID_SD_STATUSBAR_START 30500
39 #define RID_SD_IMAGE_START 31000
40 #define RID_SD_BITMAP_START 31250
41 #define RID_SD_DIALOG_START 31500
42 #define RID_SD_DEPPER_DIALOG_START 31750
47 //========================================================================
50 //========================================================================
52 #define RID_SD_MENU_APP (RID_SD_MENU_START)
53 #define RID_SD_MENU_FILE (RID_SD_MENU_START + 1)
54 #define RID_SD_MENU_FILE_NEW (RID_SD_MENU_START + 2)
55 #define RID_SD_MENU_FILE_OPEN (RID_SD_MENU_START + 3)
56 #define RID_SD_MENU_FILE_SAVE (RID_SD_MENU_START + 4)
57 #define RID_SD_MENU_FILE_SAVEAS (RID_SD_MENU_START + 5)
58 #define RID_SD_MENU_FILE_EXIT (RID_SD_MENU_START + 6)
59 #define RID_SD_MENU_NEW_OBJECT (RID_SD_MENU_START + 7)
60 #define RID_SD_MENU_REMOVE_LAST (RID_SD_MENU_START + 8)
61 #define RID_SD_MENU_AUTO (RID_SD_MENU_START + 9)
62 #define RID_SD_MENU_RUN_TEST (RID_SD_MENU_START + 10)
64 //========================================================================
67 //========================================================================
69 #define RID_SD_TOOLBOX_APP (RID_SD_TOOLBOX_START)
70 #define RID_SD_TOOLBOX_FILE_NEW (RID_SD_TOOLBOX_START + 1)
71 #define RID_SD_TOOLBOX_FILE_OPEN (RID_SD_TOOLBOX_START + 2)
72 #define RID_SD_TOOLBOX_FILE_SAVE (RID_SD_TOOLBOX_START + 3)
75 //========================================================================
78 //========================================================================
80 #define RID_SD_CP_IMAGE (RID_SD_IMAGE_START)
82 //========================================================================
84 #define RID_SD_DIALOG_NEWPROJECT (RID_SD_DEPPER_DIALOG_START)
85 #define RID_SD_DIALOG_NEWDIRECTORY (RID_SD_DEPPER_DIALOG_START + 1)
86 #define RID_SD_DIALOG_HELP (RID_SD_DEPPER_DIALOG_START + 2)
88 //========================================================================
90 #define RID_SD_CP_NAME (RID_SD_STRING_START)
92 //========================================================================
95 //========================================================================
98 #endif //_DTSODCMP_HRC