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 #define TP_OPTIONS_LAYOUT 596
20 #define TP_OPTIONS_CONTENTS 597
21 #define TP_OPTIONS_SNAP 598
22 #define TP_OPTIONS_MISC 599
24 #define GRP_PROGRAMSTART 3
26 #define GRP_SETTINGS 5
31 #define CBX_HELPLINES 1
32 #define CBX_MOVE_OUTLINE 15
33 #define CBX_MARKED_HIT_MOVES_ALWAYS 19
34 #define CBX_CROOK_NO_CONTORTION 21
35 #define CBX_HANDLES_BEZIER 2
38 #define FT_SNAP_AREA 1
39 #define FT_BEZ_ANGLE 4
41 #define MTR_FLD_SNAP_AREA 1
42 #define MTR_FLD_ANGLE 2
43 #define MTR_FLD_BEZ_ANGLE 3
44 #define MTR_FLD_TABSTOP 4
47 #define CBX_BIGORTHO 7
48 #define CBX_SNAPGRID 1
49 #define CBX_SNAP_HELPLINES 2
50 #define CBX_SNAP_BORDER 3
51 #define CBX_SNAP_FRAME 4
52 #define CBX_SNAP_POINTS 5
53 #define CBX_START_WITH_TEMPLATE 6
54 #define CBX_PICKTHROUGH 9
55 #define CBX_QUICKEDIT 24
56 #define CBX_MASTERPAGE_CACHE 25
58 #define CBX_START_WITH_ACTUAL_PAGE 26
59 #define GRP_START_WITH_ACTUAL_PAGE 8
60 #define FT_COMPATIBILITY 27
61 #define CB_MERGE_PARA_DIST 28
64 #define FT_ORIGINAL 30
65 #define MTR_FLD_ORIGINAL_WIDTH 31
66 #define FT_EQUIVALENT 32
67 #define MTR_FLD_ORIGINAL_HEIGHT 33
71 #define FT_PAGEWIDTH 37
72 #define FT_PAGEHEIGHT 38
75 #define CB_USE_PRINTER_METRICS 40
76 #define CBX_ENABLE_SDREMOTE 41
77 #define CBX_ENABLE_PRESENTER_SCREEN 42
78 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */