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#define TTSTART				12345
28
29#define DisplayHidToolBox	( TTSTART + 0 )
30#define TT_SHOW				1
31#define TT_SHOW2			( TTSTART + 1 )
32#define TT_OUTPUT			3
33#define TT_SEND_DATA		4
34#define TT_ALLWIN			5
35#define TT_KURZNAME			6
36#define TT_LANGNAME			7
37#define TT_ALTERNATE_CAPTION ( TTSTART + 2 )
38
39#define TT_INLINE_TRANSLATION ( TTSTART + 3)
40#define TT_GB_TRANSLATION	1
41#define TT_E_NEW			2
42#define TT_FT_OLD			3
43#define TT_GB_COMMENT		4
44#define TT_E_COMMENT		5
45
46#define TT_PB_SELECT		6
47#define TT_PB_RESTORE		7
48#define TT_PB_ACCEPT		8
49#define TT_PB_NEXT			9
50
51#define TT_DISCARD_CHANGED_DATA ( TTSTART + 4 )
52#define TT_NO_CONTROL		( TTSTART + 5 )
53
54
55#define TT_GPF				( TTSTART + 6 )
56