update emoji autocorrect entries from po-files
[LibreOffice.git] / include / svl / memberid.hrc
blob1593e2379aec35e51a19aff9f28396a379bd3a00
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
23 #define MID_X       1
24 #define MID_Y       2
25 #define MID_RECT_LEFT    3
26 #define MID_RECT_TOP     4
27 #define MID_WIDTH   5
28 #define MID_HEIGHT  6
29 #define MID_RECT_RIGHT   7
31 // SvxSizeItem
32 #define MID_SIZE_SIZE       0
33 #define MID_SIZE_WIDTH      1
34 #define MID_SIZE_HEIGHT     2
36 // SvxSearchItem
37 #define MID_SEARCH_STYLEFAMILY          1
38 #define MID_SEARCH_CELLTYPE             2
39 #define MID_SEARCH_ROWDIRECTION         3
40 #define MID_SEARCH_ALLTABLES            4
41 #define MID_SEARCH_SEARCHFILTERED       5
42 #define MID_SEARCH_BACKWARD             6
43 #define MID_SEARCH_PATTERN              7
44 #define MID_SEARCH_CONTENT              8
45 #define MID_SEARCH_ASIANOPTIONS         9
46 #define MID_SEARCH_ALGORITHMTYPE        10
47 #define MID_SEARCH_FLAGS                11
48 #define MID_SEARCH_SEARCHSTRING         12
49 #define MID_SEARCH_REPLACESTRING        13
50 #define MID_SEARCH_LOCALE               14
51 #define MID_SEARCH_CHANGEDCHARS         15
52 #define MID_SEARCH_DELETEDCHARS         16
53 #define MID_SEARCH_INSERTEDCHARS        17
54 #define MID_SEARCH_TRANSLITERATEFLAGS   18
55 #define MID_SEARCH_COMMAND              19
56 #define MID_SEARCH_STARTPOINTX          20
57 #define MID_SEARCH_STARTPOINTY          21
59 #endif
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */