fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / formula / source / ui / dlg / parawin.hrc
blob159d76ff96c8ecfa591fb0cf71d27e94d8a86cd9
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  */
20 #define FT_PARNAME          1
21 #define FT_PARDESC          2
22 #define FT_EDITDESC         3
23 #define FT_ARG1             4
24 #define FT_ARG2             5
25 #define FT_ARG3             6
26 #define FT_ARG4             7
27 #define BTN_FX1             8
28 #define BTN_FX2             9
29 #define BTN_FX3             10
30 #define BTN_FX4             11
31 #define ED_ARG1             12
32 #define ED_ARG2             13
33 #define ED_ARG3             14
34 #define ED_ARG4             15
35 #define RB_ARG1             16
36 #define RB_ARG2             17
37 #define RB_ARG3             18
38 #define RB_ARG4             19
39 #define WND_SLIDER          20
41 #define STR_OPTIONAL        1
42 #define STR_REQUIRED        2
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */