merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / appl / newhelp.hrc
blob7bfc1e3f2d6600d31da05719d0934809955f5373
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: newhelp.hrc,v $
10  * $Revision: 1.10 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _SFX_NEWHELP_HRC
31 #define _SFX_NEWHELP_HRC
33 // #defines *****************************************************************
35 // Index Window
36 #define LB_ACTIVE                                                               10
37 #define FL_ACTIVE                                                               11
38 #define TC_INDEX                                                                12
40 // Index TabPage
41 #define FT_EXPRESSION                                                   10
42 #define CB_INDEX                                                                11
43 #define PB_OPEN_INDEX                                                   12
45 // Search TabPage
46 #define FT_SEARCH                                                               10
47 #define ED_SEARCH                                                               11
48 #define PB_SEARCH                                                               12
49 #define FT_RESULT                                                               13
50 #define CB_FULLWORDS                                                    14
51 #define CB_SCOPE                                                                15
52 #define LB_RESULT                                                               16
53 #define PB_OPEN_SEARCH                                                  17
55 // Bookmarks TabPage
56 #define FT_BOOKMARKS                                                    10
57 #define LB_BOOKMARKS                                                    11
58 #define PB_BOOKMARKS                                                    12
60 // Content TabPage
61 #define LB_CONTENTS                                                             10
63 // Add to bookmarks dialog
64 #define FT_BOOKMARK_TITLE                                               10
65 #define ED_BOOKMARK_TITLE                                               11
66 #define PB_BOOKMARK_OK                                                  12
67 #define PB_BOOKMARK_CANCEL                                              13
68 #define PB_BOOKMARK_HELP                                                14
69 #define STR_BOOKMARK_RENAME                                             15
71 // Index Window: Id's of the tabpages
72 #define HELP_INDEX_PAGE_FIRST                                   1
73 #define HELP_INDEX_PAGE_CONTENTS                                HELP_INDEX_PAGE_FIRST
74 #define HELP_INDEX_PAGE_INDEX                                   2
75 #define HELP_INDEX_PAGE_SEARCH                                  3
76 #define HELP_INDEX_PAGE_BOOKMARKS                               4
77 #define HELP_INDEX_PAGE_LAST                                    HELP_INDEX_PAGE_BOOKMARKS
79 // context menu ids
80 #define MID_OPEN                                                                1
81 #define MID_RENAME                                                              2
82 #define MID_DELETE                                                              3
84 #endif // #ifndef _SFX_NEWHELP_HRC
86 // ******************************************************************* EOF