xref: /aoo41x/main/sw/source/ui/docvw/docvw.hrc (revision cdf0e10c)
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 ************************************************************************/
27
28#ifndef _DOCVW_HRC
29#define _DOCVW_HRC
30
31#include "rcid.hrc"
32
33#define MN_READONLY_POPUP               (RC_DOCVW_BEGIN + 1)
34#define MN_READONLY_OPENURL             (RC_DOCVW_BEGIN + 2)
35#define MN_READONLY_OPENURLNEW          (RC_DOCVW_BEGIN + 3)
36#define MN_READONLY_EDITDOC             (RC_DOCVW_BEGIN + 4)
37    // FREE, formerly known as MN_READONLY_BROWSE_STOP
38#define MN_READONLY_BROWSE_BACKWARD     (RC_DOCVW_BEGIN + 6)
39#define MN_READONLY_BROWSE_FORWARD      (RC_DOCVW_BEGIN + 7)
40#define MN_READONLY_SELECTION_MODE      (RC_DOCVW_BEGIN + 8)
41#define MN_READONLY_SAVEGRAPHIC         (RC_DOCVW_BEGIN + 11)
42#define MN_READONLY_SAVEBACKGROUND      (RC_DOCVW_BEGIN + 12)
43#define MN_READONLY_COPYLINK            (RC_DOCVW_BEGIN + 13)
44#define MN_READONLY_COPYGRAPHIC         (RC_DOCVW_BEGIN + 14)
45#define MN_READONLY_LOADGRAPHIC         (RC_DOCVW_BEGIN + 15)
46#define MN_READONLY_GRAPHICOFF          (RC_DOCVW_BEGIN + 16)
47#define MN_READONLY_PLUGINOFF           (RC_DOCVW_BEGIN + 17)
48#define MN_READONLY_TOGALLERYLINK       (RC_DOCVW_BEGIN + 18)
49#define MN_READONLY_TOGALLERYCOPY       (RC_DOCVW_BEGIN + 19)
50#define MN_READONLY_SOURCEVIEW          (RC_DOCVW_BEGIN + 20)
51#define MN_READONLY_RELOAD_FRAME        (RC_DOCVW_BEGIN + 21)
52#define MN_READONLY_RELOAD              (RC_DOCVW_BEGIN + 22)
53#define MN_READONLY_COPY                (RC_DOCVW_BEGIN + 23)
54
55//Bei den folgenden brauchen wir Luft fuer die Gallery-Themen
56#define MN_READONLY_GRAPHICTOGALLERY    (RC_DOCVW_BEGIN + 24)
57#define MN_READONLY_BACKGROUNDTOGALLERY (RC_DOCVW_BEGIN + 60)
58
59
60#define STR_EXPORT_GRAFIK_TITLE         (RC_DOCVW_BEGIN + 1)
61#define STR_CHAIN_OK                    (RC_DOCVW_BEGIN + 2)
62#define STR_CHAIN_NOT_EMPTY             (RC_DOCVW_BEGIN + 3)
63#define STR_CHAIN_IS_IN_CHAIN           (RC_DOCVW_BEGIN + 4)
64#define STR_CHAIN_WRONG_AREA            (RC_DOCVW_BEGIN + 5)
65#define STR_CHAIN_NOT_FOUND             (RC_DOCVW_BEGIN + 6)
66#define STR_CHAIN_SOURCE_CHAINED        (RC_DOCVW_BEGIN + 7)
67#define STR_CHAIN_SELF                  (RC_DOCVW_BEGIN + 8)
68#define STR_REDLINE_INSERT              (RC_DOCVW_BEGIN + 9)
69#define STR_REDLINE_DELETE              (RC_DOCVW_BEGIN + 10)
70#define STR_REDLINE_FORMAT              (RC_DOCVW_BEGIN + 11)
71#define STR_REDLINE_TABLE               (RC_DOCVW_BEGIN + 12)
72#define STR_REDLINE_FMTCOLL             (RC_DOCVW_BEGIN + 13)
73#define STR_ENDNOTE                     (RC_DOCVW_BEGIN + 14)
74#define STR_FTNNOTE                     (RC_DOCVW_BEGIN + 15)
75
76#define STR_TABLE_COL_ADJUST            (RC_DOCVW_BEGIN + 16)
77#define STR_TABLE_ROW_ADJUST            (RC_DOCVW_BEGIN + 17)
78#define STR_TABLE_SELECT_ALL            (RC_DOCVW_BEGIN + 18)
79#define STR_TABLE_SELECT_ROW            (RC_DOCVW_BEGIN + 19)
80#define STR_TABLE_SELECT_COL            (RC_DOCVW_BEGIN + 20)
81
82#define STR_SMARTTAG_CLICK              (RC_DOCVW_BEGIN + 21)
83
84#define MSG_READONLY_CONTENT            (RC_DOCVW_BEGIN + 1)
85
86#define DOCVW_ACT_END   STR_SMARTTAG_CLICK
87
88#if DOCVW_ACT_END > RC_DOCVW_END
89#error Resource-Id Ueberlauf in #file, #line
90#endif
91
92
93#endif
94