1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
26 #define MID_RECT_LEFT 3
27 #define MID_RECT_TOP 4
30 #define MID_RECT_RIGHT 7
33 #define MID_SIZE_SIZE 0
34 #define MID_SIZE_WIDTH 1
35 #define MID_SIZE_HEIGHT 2
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
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */