1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef _SVX_OPTGRID_HRC 24#define _SVX_OPTGRID_HRC 25 26//Grid-Page 27#define MTR_FLD_GRID 1 28#define GRP_DRAWGRID 2 29#define GRP_SNAPGRID 3 30#define CBX_USE_GRIDSNAP 4 31#define CBX_SYNCHRONIZE 5 32#define CBX_EQUAL_GRID 6 33#define CBX_SNAPGRID 7 34#define CBX_GRID_VISIBLE 8 35#define MTR_FLD_DRAW_Y 9 36#define MTR_FLD_SNAP_X 10 37#define MTR_FLD_SNAP_Y 11 38#define MTR_FLD_DRAW_X 12 39#define NUM_FLD_DIVISION_X 13 40#define NUM_FLD_DIVISION_Y 14 41#define FT_SNAP_X 15 42#define FT_SNAP_Y 16 43#define FT_DRAW_X 17 44#define FT_DRAW_Y 18 45#define FL_RESOLUTION 19 46#define FL_DIVISION 20 47#define FT_VERT_POINTS 21 48#define FT_HORZ_POINTS 22 49#define FT_DIVISION_Y 23 50#define FT_DIVISION_X 24 51#define CBX_SNAP_HELPLINES 25 52#define CBX_SNAP_BORDER 26 53#define CBX_SNAP_FRAME 27 54#define CBX_SNAP_POINTS 28 55#define FT_SNAP_AREA 29 56#define MTR_FLD_SNAP_AREA 30 57#define GRP_SNAP 31 58#define CBX_ORTHO 32 59#define CBX_BIGORTHO 33 60#define CBX_ROTATE 34 61#define MTR_FLD_ANGLE 35 62#define FT_BEZ_ANGLE 36 63#define MTR_FLD_BEZ_ANGLE 37 64#define GRP_ORTHO 38 65#define FL_SEPARATOR 39 66 67#endif 68