xref: /aoo41x/main/basic/inc/basic/svtmsg.hrc (revision 80d6f4e2)
1*80d6f4e2SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*80d6f4e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*80d6f4e2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*80d6f4e2SAndrew Rist * distributed with this work for additional information
6*80d6f4e2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*80d6f4e2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*80d6f4e2SAndrew Rist * "License"); you may not use this file except in compliance
9*80d6f4e2SAndrew Rist * with the License.  You may obtain a copy of the License at
10*80d6f4e2SAndrew Rist *
11*80d6f4e2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*80d6f4e2SAndrew Rist *
13*80d6f4e2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*80d6f4e2SAndrew Rist * software distributed under the License is distributed on an
15*80d6f4e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*80d6f4e2SAndrew Rist * KIND, either express or implied.  See the License for the
17*80d6f4e2SAndrew Rist * specific language governing permissions and limitations
18*80d6f4e2SAndrew Rist * under the License.
19*80d6f4e2SAndrew Rist *
20*80d6f4e2SAndrew Rist *************************************************************/
21*80d6f4e2SAndrew Rist
22*80d6f4e2SAndrew Rist
23cdf0e10cSrcweir#include "basic/ttglobal.hrc"
24cdf0e10cSrcweir
25cdf0e10cSrcweir
26cdf0e10cSrcweir// Here are the messages of /basic/source/app included
27cdf0e10cSrcweir
28cdf0e10cSrcweir///////////////////////////////
29cdf0e10cSrcweir// Error message that go to the Resultfile.
30cdf0e10cSrcweir// *********************
31cdf0e10cSrcweir// ***  !!ATTENTION!!    ***
32cdf0e10cSrcweir// *********************
33cdf0e10cSrcweir// Theses numbers MUST NOT change ever!
34cdf0e10cSrcweir// Because they are stored in the Resultfiles and if you showed them again
35cdf0e10cSrcweir// the appropriate new or no Strings are viewed.
36cdf0e10cSrcweir///////////////////////////////
37cdf0e10cSrcweir
38cdf0e10cSrcweir#define S_GPF_ABORT									( SVT_START +   0 )
39cdf0e10cSrcweir#define S_APP_SHUTDOWN								( SVT_START +   1 )
40cdf0e10cSrcweir#define S_SID_EXECUTE_FAILED_NO_DISPATCHER			( SVT_START +   2 )
41cdf0e10cSrcweir#define S_SID_EXECUTE_FAILED						( SVT_START +   3 )
42cdf0e10cSrcweir#define S_UNO_PROPERTY_NITIALIZE_FAILED				( SVT_START +   4 )
43cdf0e10cSrcweir#define S_RESETAPPLICATION_FAILED_COMPLEX			( SVT_START +   5 )
44cdf0e10cSrcweir#define S_RESETAPPLICATION_FAILED_UNKNOWN			( SVT_START +   6 )
45cdf0e10cSrcweir#define S_NO_ACTIVE_WINDOW							( SVT_START +   7 )
46cdf0e10cSrcweir#define S_NO_DIALOG_IN_GETACTIVE					( SVT_START +   8 )
47cdf0e10cSrcweir#define S_NO_POPUP									( SVT_START +   9 )
48cdf0e10cSrcweir#define S_NO_SUBMENU								( SVT_START +  10 )
49cdf0e10cSrcweir#define S_CONTROLTYPE_NOT_SUPPORTED					( SVT_START +  11 )
50cdf0e10cSrcweir#define S_SELECTION_BY_ATTRIBUTE_ONLY_DIRECTORIES	( SVT_START +  12 )
51cdf0e10cSrcweir#define S_NO_MORE_FILES								( SVT_START +  13 )
52cdf0e10cSrcweir#define S_UNKNOWN_METHOD							( SVT_START +  14 )
53cdf0e10cSrcweir#define S_INVALID_PARAMETERS						( SVT_START +  15 )
54cdf0e10cSrcweir#define S_POINTER_OUTSIDE_APPWIN					( SVT_START +  16 )
55cdf0e10cSrcweir#define S_UNKNOWN_COMMAND							( SVT_START +  17 )
56cdf0e10cSrcweir#define S_WIN_NOT_FOUND								( SVT_START +  18 )
57cdf0e10cSrcweir#define S_WIN_INVISIBLE								( SVT_START +  19 )
58cdf0e10cSrcweir#define S_WIN_DISABLED								( SVT_START +  20 )
59cdf0e10cSrcweir#define S_NUMBER_TOO_BIG							( SVT_START +  21 )
60cdf0e10cSrcweir#define S_NUMBER_TOO_SMALL							( SVT_START +  22 )
61cdf0e10cSrcweir#define S_WINDOW_DISAPPEARED						( SVT_START +  23 )
62cdf0e10cSrcweir#define S_ERROR_SAVING_IMAGE						( SVT_START +  24 )
63cdf0e10cSrcweir#define S_INVALID_POSITION							( SVT_START +  25 )
64cdf0e10cSrcweir#define S_SPLITWIN_NOT_FOUND						( SVT_START +  26 )
65cdf0e10cSrcweir#define S_INTERNAL_ERROR							( SVT_START +  27 )
66cdf0e10cSrcweir#define S_NO_STATUSBAR								( SVT_START +  28 )
67cdf0e10cSrcweir#define S_ITEMS_INVISIBLE							( SVT_START +  29 )
68cdf0e10cSrcweir#define S_TABPAGE_NOT_FOUND							( SVT_START +  30 )
69cdf0e10cSrcweir#define S_TRISTATE_NOT_ALLOWED						( SVT_START +  31 )
70cdf0e10cSrcweir#define S_ERROR_IN_SET_TEXT							( SVT_START +  32 )
71cdf0e10cSrcweir#define S_ATTEMPT_TO_WRITE_READONLY					( SVT_START +  33 )
72cdf0e10cSrcweir#define S_NO_SELECT_FALSE							( SVT_START +  34 )
73cdf0e10cSrcweir#define S_ENTRY_NOT_FOUND							( SVT_START +  35 )
74cdf0e10cSrcweir#define S_METHOD_FAILED								( SVT_START +  36 )
75cdf0e10cSrcweir#define S_HELPID_ON_TOOLBOX_NOT_FOUND				( SVT_START +  37 )
76cdf0e10cSrcweir#define S_BUTTON_DISABLED_ON_TOOLBOX				( SVT_START +  38 )
77cdf0e10cSrcweir#define S_BUTTON_HIDDEN_ON_TOOLBOX					( SVT_START +  39 )
78cdf0e10cSrcweir#define S_CANNOT_MAKE_BUTTON_VISIBLE_IN_TOOLBOX		( SVT_START +  40 )
79cdf0e10cSrcweir#define S_TEAROFF_FAILED							( SVT_START +  41 )
80cdf0e10cSrcweir#define S_NO_SELECTED_ENTRY_DEPRECATED				( SVT_START +  42 ) // Has to stay in for old res files
81cdf0e10cSrcweir#define S_SELECT_DESELECT_VIA_STRING_NOT_IMPLEMENTED ( SVT_START +  43 )
82cdf0e10cSrcweir#define S_ALLOWED_ONLY_IN_FLOATING_MODE				( SVT_START +  44 )
83cdf0e10cSrcweir#define S_ALLOWED_ONLY_IN_DOCKING_MODE				( SVT_START +  45 )
84cdf0e10cSrcweir#define S_SIZE_NOT_CHANGEABLE						( SVT_START +  46 )
85cdf0e10cSrcweir#define S_NO_OK_BUTTON								( SVT_START +  47 )
86cdf0e10cSrcweir#define S_NO_CANCEL_BUTTON							( SVT_START +  48 )
87cdf0e10cSrcweir#define S_NO_YES_BUTTON								( SVT_START +  49 )
88cdf0e10cSrcweir#define S_NO_NO_BUTTON								( SVT_START +  50 )
89cdf0e10cSrcweir#define S_NO_RETRY_BUTTON							( SVT_START +  51 )
90cdf0e10cSrcweir#define S_NO_HELP_BUTTON							( SVT_START +  52 )
91cdf0e10cSrcweir#define S_NO_DEFAULT_BUTTON							( SVT_START +  53 )
92cdf0e10cSrcweir#define S_BUTTON_ID_NOT_THERE						( SVT_START +  54 )
93cdf0e10cSrcweir#define S_BUTTONID_REQUIRED							( SVT_START +  55 )
94cdf0e10cSrcweir#define S_UNKNOWN_TYPE								( SVT_START +  56 )
95cdf0e10cSrcweir#define	S_UNPACKING_STORAGE_FAILED					( SVT_START +  57 )
96cdf0e10cSrcweir#define	S_NO_LIST_BOX_BUTTON						( SVT_START +  58 )
97cdf0e10cSrcweir#define S_UNO_URL_EXECUTE_FAILED_NO_DISPATCHER      ( SVT_START +  59 )
98cdf0e10cSrcweir#define S_UNO_URL_EXECUTE_FAILED_NO_FRAME           ( SVT_START +  60 )
99cdf0e10cSrcweir#define S_NO_MENU									( SVT_START +  61 )
100cdf0e10cSrcweir#define S_NO_SELECTED_ENTRY 						( SVT_START +  62 )
101cdf0e10cSrcweir#define S_UNO_URL_EXECUTE_FAILED_DISABLED           ( SVT_START +  63 )
102cdf0e10cSrcweir#define S_NO_SCROLLBAR                              ( SVT_START +  64 )
103cdf0e10cSrcweir#define S_NO_SAX_PARSER                             ( SVT_START +  65 )
104cdf0e10cSrcweir#define S_CANNOT_CREATE_DIRECTORY                   ( SVT_START +  66 )
105cdf0e10cSrcweir#define S_DIRECTORY_NOT_EMPTY                       ( SVT_START +  67 )
106cdf0e10cSrcweir#define S_DEPRECATED                                ( SVT_START +  68 )
107cdf0e10cSrcweir#define S_SIZE_BELOW_MINIMUM						( SVT_START +  69 )
108cdf0e10cSrcweir#define S_CANNOT_FIND_FLOATING_WIN					( SVT_START +  70 )
109cdf0e10cSrcweir#define S_NO_LIST_BOX_STRING                        ( SVT_START +  71 )
110cdf0e10cSrcweir#define S_SLOT_IN_EXECUTE                           ( SVT_START +  72 )
111cdf0e10cSrcweir#define S_MENU_NOT_CLOSING                          ( SVT_START +  73 )
112