xref: /AOO42X/main/svtools/source/plugapp/testtool.hrc (revision 86c9d66d8226895b8135f2bc60a07bd64a3b06a0)
1*45c6a252SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*45c6a252SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*45c6a252SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*45c6a252SAndrew Rist * distributed with this work for additional information
6*45c6a252SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*45c6a252SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*45c6a252SAndrew Rist * "License"); you may not use this file except in compliance
9*45c6a252SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*45c6a252SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*45c6a252SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*45c6a252SAndrew Rist * software distributed under the License is distributed on an
15*45c6a252SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*45c6a252SAndrew Rist * KIND, either express or implied.  See the License for the
17*45c6a252SAndrew Rist * specific language governing permissions and limitations
18*45c6a252SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*45c6a252SAndrew Rist *************************************************************/
21*45c6a252SAndrew Rist
22*45c6a252SAndrew Rist
23cdf0e10cSrcweir#define TTSTART             12345
24cdf0e10cSrcweir
25cdf0e10cSrcweir#define DisplayHidToolBox   ( TTSTART + 0 )
26cdf0e10cSrcweir#define TT_SHOW             1
27cdf0e10cSrcweir#define TT_SHOW2            ( TTSTART + 1 )
28cdf0e10cSrcweir#define TT_OUTPUT           3
29cdf0e10cSrcweir#define TT_SEND_DATA        4
30cdf0e10cSrcweir#define TT_ALLWIN           5
31cdf0e10cSrcweir#define TT_KURZNAME         6
32cdf0e10cSrcweir#define TT_LANGNAME         7
33cdf0e10cSrcweir#define TT_ALTERNATE_CAPTION ( TTSTART + 2 )
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define TT_INLINE_TRANSLATION ( TTSTART + 3)
36cdf0e10cSrcweir#define TT_GB_TRANSLATION   1
37cdf0e10cSrcweir#define TT_E_NEW            2
38cdf0e10cSrcweir#define TT_FT_OLD           3
39cdf0e10cSrcweir#define TT_GB_COMMENT       4
40cdf0e10cSrcweir#define TT_E_COMMENT        5
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define TT_PB_SELECT        6
43cdf0e10cSrcweir#define TT_PB_RESTORE       7
44cdf0e10cSrcweir#define TT_PB_ACCEPT        8
45cdf0e10cSrcweir#define TT_PB_NEXT          9
46cdf0e10cSrcweir
47cdf0e10cSrcweir#define TT_DISCARD_CHANGED_DATA ( TTSTART + 4 )
48cdf0e10cSrcweir#define TT_NO_CONTROL       ( TTSTART + 5 )
49cdf0e10cSrcweir
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define TT_GPF              ( TTSTART + 6 )
52