1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: newhelp.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #ifndef _SFX_NEWHELP_HRC
31 #define _SFX_NEWHELP_HRC
33 // #defines *****************************************************************
41 #define FT_EXPRESSION 10
43 #define PB_OPEN_INDEX 12
50 #define CB_FULLWORDS 14
53 #define PB_OPEN_SEARCH 17
56 #define FT_BOOKMARKS 10
57 #define LB_BOOKMARKS 11
58 #define PB_BOOKMARKS 12
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
84 #endif // #ifndef _SFX_NEWHELP_HRC
86 // ******************************************************************* EOF