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 .
19 #ifndef _SVX_OPTGRID_HRC
20 #define _SVX_OPTGRID_HRC
23 #define GRP_DRAWGRID 2
24 #define CBX_USE_GRIDSNAP 4
25 #define CBX_SYNCHRONIZE 5
26 #define CBX_SNAPGRID 7
27 #define CBX_GRID_VISIBLE 8
28 #define MTR_FLD_DRAW_Y 9
29 #define MTR_FLD_DRAW_X 12
30 #define NUM_FLD_DIVISION_X 13
31 #define NUM_FLD_DIVISION_Y 14
34 #define FL_RESOLUTION 19
35 #define FL_DIVISION 20
36 #define FT_VERT_POINTS 21
37 #define FT_HORZ_POINTS 22
38 #define FT_DIVISION_Y 23
39 #define FT_DIVISION_X 24
40 #define CBX_SNAP_HELPLINES 25
41 #define CBX_SNAP_BORDER 26
42 #define CBX_SNAP_FRAME 27
43 #define CBX_SNAP_POINTS 28
44 #define FT_SNAP_AREA 29
45 #define MTR_FLD_SNAP_AREA 30
48 #define CBX_BIGORTHO 33
50 #define MTR_FLD_ANGLE 35
51 #define FT_BEZ_ANGLE 36
52 #define MTR_FLD_BEZ_ANGLE 37
54 #define FL_SEPARATOR 39
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */