xref: /trunk/main/svx/source/dialog/optgrid.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#ifndef _SVX_OPTGRID_HRC
28#define _SVX_OPTGRID_HRC
29
30//Grid-Page
31#define MTR_FLD_GRID             1
32#define GRP_DRAWGRID             2
33#define GRP_SNAPGRID             3
34#define CBX_USE_GRIDSNAP         4
35#define CBX_SYNCHRONIZE          5
36#define CBX_EQUAL_GRID           6
37#define CBX_SNAPGRID             7
38#define CBX_GRID_VISIBLE         8
39#define MTR_FLD_DRAW_Y           9
40#define MTR_FLD_SNAP_X          10
41#define MTR_FLD_SNAP_Y          11
42#define MTR_FLD_DRAW_X          12
43#define NUM_FLD_DIVISION_X      13
44#define NUM_FLD_DIVISION_Y      14
45#define FT_SNAP_X               15
46#define FT_SNAP_Y               16
47#define FT_DRAW_X               17
48#define FT_DRAW_Y               18
49#define FL_RESOLUTION           19
50#define FL_DIVISION             20
51#define FT_VERT_POINTS          21
52#define FT_HORZ_POINTS          22
53#define FT_DIVISION_Y           23
54#define FT_DIVISION_X           24
55#define CBX_SNAP_HELPLINES      25
56#define CBX_SNAP_BORDER         26
57#define CBX_SNAP_FRAME          27
58#define CBX_SNAP_POINTS         28
59#define FT_SNAP_AREA            29
60#define MTR_FLD_SNAP_AREA       30
61#define GRP_SNAP                31
62#define CBX_ORTHO               32
63#define CBX_BIGORTHO            33
64#define CBX_ROTATE              34
65#define MTR_FLD_ANGLE           35
66#define FT_BEZ_ANGLE            36
67#define MTR_FLD_BEZ_ANGLE       37
68#define GRP_ORTHO               38
69#define FL_SEPARATOR            39
70
71#endif
72