fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / formula / source / ui / dlg / formdlgs.hrc
blob8075948714c8efebee084ece485c3e15d2588c48
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
21 #define FT_RESULT           1
22 #define WND_RESULT          2
23 #define FT_EDITNAME         3
24 #define STR_TITLE1          4
25 #define STR_TITLE2          5
26 #define BTN_HELP            6
27 #define BTN_CANCEL          7
28 #define BTN_BACKWARD        8
29 #define BTN_FORWARD         9
30 #define BTN_END             10
31 #define BTN_MATRIX          11
32 #define FT_FUNCNAME         12
33 #define FT_FUNCDESC         13
34 #define FT_HEADLINE         14
35 #define GB_EDIT             15
36 #define FT_FORMULA          16
37 #define ED_FORMULA          17
38 #define TC_FUNCTION         18
39 #define ED_REF              19
40 #define RB_REF              20
41 #define FT_FORMULA_RESULT   21
42 #define WND_FORMULA_RESULT  22
43 #define STR_END             23
44 // Fuer Tabpage
45 #define TP_FUNCTION         1
46 #define TP_STRUCT           2
48 // Funktions-Tabpage
49 #define FT_FUNCTION         1
50 #define FT_CATEGORY         2
51 #define LB_CATEGORY         3
52 #define LB_FUNCTION         4
54 // Struktur-Tabpage
55 #define FT_STRUCT           1
56 #define TLB_STRUCT          2
58 // Bitmaps
59 #define BMP_STR_CLOSE       1
60 #define BMP_STR_OPEN        2
61 #define BMP_STR_END         3
62 #define BMP_STR_ERROR       4
64 // Texte
65 #define STR_STRUCT_ERR1     1
66 #define STR_STRUCT_ERR2     2
68 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */