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: navipi.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 ************************************************************************/
42 #define TB_PAGE_TEXT 41
43 #define TB_PAGE_COUNT 42
51 //-------------------------------------------------------------------
52 // Strings fuer Kontextmenue des ContentTree
53 #define ST_CONTEXT_FIRST 60
54 #define ST_OUTLINE_LEVEL ST_CONTEXT_FIRST
55 #define ST_DRAGMODE (ST_CONTEXT_FIRST + 1)
56 #define ST_HYPERLINK (ST_CONTEXT_FIRST + 2)
57 #define ST_LINK_REGION (ST_CONTEXT_FIRST + 3)
58 #define ST_COPY_REGION (ST_CONTEXT_FIRST + 4)
59 #define ST_DISPLAY (ST_CONTEXT_FIRST + 5)
60 #define ST_ACTIVE_VIEW (ST_CONTEXT_FIRST + 6)
61 #define ST_STATUS_FIRST 67
62 #define ST_HIDDEN (ST_STATUS_FIRST )
63 #define ST_ACTIVE (ST_STATUS_FIRST + 1)
64 #define ST_INACTIVE (ST_STATUS_FIRST + 2)
66 #define ST_EDIT_ENTRY ST_MISC
67 #define ST_DELETE_ENTRY (ST_MISC + 1)
69 #define ST_GLOBAL_CONTEXT_FIRST (ST_DELETE_ENTRY + 1)
70 #define ST_UPDATE (ST_GLOBAL_CONTEXT_FIRST )
71 #define ST_EDIT_CONTENT (ST_GLOBAL_CONTEXT_FIRST + 1)
72 #define ST_INSERT (ST_GLOBAL_CONTEXT_FIRST + 2)
73 #define ST_INDEX (ST_GLOBAL_CONTEXT_FIRST + 3)
74 #define ST_FILE (ST_GLOBAL_CONTEXT_FIRST + 4)
75 #define ST_NEW_FILE (ST_GLOBAL_CONTEXT_FIRST + 5)
76 #define ST_TEXT (ST_GLOBAL_CONTEXT_FIRST + 6)
77 #define ST_DELETE (ST_GLOBAL_CONTEXT_FIRST + 7)
78 #define ST_UPDATE_SEL (ST_GLOBAL_CONTEXT_FIRST + 8)
79 #define ST_UPDATE_INDEX (ST_GLOBAL_CONTEXT_FIRST + 9)
80 #define ST_UPDATE_LINK (ST_GLOBAL_CONTEXT_FIRST +10)
81 #define ST_UPDATE_ALL (ST_GLOBAL_CONTEXT_FIRST +11)
82 #define ST_BROKEN_LINK (ST_GLOBAL_CONTEXT_FIRST +12)
83 #define ST_EDIT_LINK (ST_GLOBAL_CONTEXT_FIRST +13)
85 #define ST_REMOVE_INDEX (ST_GLOBAL_CONTEXT_FIRST +30)
86 #define ST_REMOVE_TBL_PROTECTION (ST_GLOBAL_CONTEXT_FIRST +31)
87 #define ST_RENAME (ST_GLOBAL_CONTEXT_FIRST +32)
88 #define ST_READONLY_IDX (ST_GLOBAL_CONTEXT_FIRST +33)
89 #define ST_INVISIBLE (ST_GLOBAL_CONTEXT_FIRST +34)
91 #define ST_POSTIT_SHOW (ST_GLOBAL_CONTEXT_FIRST +35)
92 #define ST_POSTIT_HIDE (ST_GLOBAL_CONTEXT_FIRST +36)
93 #define ST_POSTIT_DELETE (ST_GLOBAL_CONTEXT_FIRST +37)