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 .
24 #define FB_TEXTSTART 2
27 #define MTR_FLD_DISTANCE 1
28 #define MTR_FLD_TEXTSTART 2
29 #define MTR_FLD_SHADOW_X 3
30 #define MTR_FLD_SHADOW_Y 4
31 #define CLB_SHADOW_COLOR 1
33 #define IL_FONTWORK 1200
35 // the following ids are also used to identify the
36 // bitmaps for the image list
37 #define TBI_STYLE_OFF 1
38 #define TBI_STYLE_ROTATE 2
39 #define TBI_STYLE_UPRIGHT 3
40 #define TBI_STYLE_SLANTX 4
41 #define TBI_STYLE_SLANTY 5
42 #define TBI_ADJUST_MIRROR 6
43 #define TBI_ADJUST_LEFT 7
44 #define TBI_ADJUST_CENTER 8
45 #define TBI_ADJUST_RIGHT 9
46 #define TBI_ADJUST_AUTOSIZE 10
47 #define TBI_SHOWFORM 11
48 #define TBI_OUTLINE 12
49 #define TBI_SHADOW_OFF 13
50 #define TBI_SHADOW_NORMAL 14
51 #define TBI_SHADOW_SLANT 15
52 #define TBI_SHADOW_XDIST 16
53 #define TBI_SHADOW_YDIST 17
54 #define TBI_SHADOW_ANGLE 18
55 #define TBI_SHADOW_SIZE 19
56 #define TBI_DISTANCE 20
57 #define TBI_TEXTSTART 21
59 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */