fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / svl / memberid.hrc
blob4d501b5ae2abd59f2082ea42f84be76dca60ddea
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 #ifndef _MEMBERID_HRC
21 #define _MEMBERID_HRC
24 #define MID_X       1
25 #define MID_Y       2
26 #define MID_RECT_LEFT    3
27 #define MID_RECT_TOP     4
28 #define MID_WIDTH   5
29 #define MID_HEIGHT  6
30 #define MID_RECT_RIGHT   7
32 // SvxSizeItem
33 #define MID_SIZE_SIZE       0
34 #define MID_SIZE_WIDTH      1
35 #define MID_SIZE_HEIGHT     2
37 // SvxSearchItem
38 #define MID_SEARCH_STYLEFAMILY          1
39 #define MID_SEARCH_CELLTYPE             2
40 #define MID_SEARCH_ROWDIRECTION         3
41 #define MID_SEARCH_ALLTABLES            4
42 #define MID_SEARCH_SEARCHFILTERED       5
43 #define MID_SEARCH_BACKWARD             6
44 #define MID_SEARCH_PATTERN              7
45 #define MID_SEARCH_CONTENT              8
46 #define MID_SEARCH_ASIANOPTIONS         9
47 #define MID_SEARCH_ALGORITHMTYPE        10
48 #define MID_SEARCH_FLAGS                11
49 #define MID_SEARCH_SEARCHSTRING         12
50 #define MID_SEARCH_REPLACESTRING        13
51 #define MID_SEARCH_LOCALE               14
52 #define MID_SEARCH_CHANGEDCHARS         15
53 #define MID_SEARCH_DELETEDCHARS         16
54 #define MID_SEARCH_INSERTEDCHARS        17
55 #define MID_SEARCH_TRANSLITERATEFLAGS   18
56 #define MID_SEARCH_COMMAND              19
59 #endif
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */