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 .
28 #define CB_FLD_HIDDEN 10
33 #define CB_FLD_HIDDEN_PARA 36 // right in the middle of it, so that HelpIds stay compatible to FPII
34 #define CB_SMOOTH_SCROLL 37
46 #define CB_CHAR_HIDDEN 61
51 #define CB_PROSPECT 67
53 #define CB_PAPERFROMSETUP 70
59 #define CB_BACKGROUND 79
66 // Tabpage Basic Fonts
67 #define FT_STANDARD 90
68 #define LB_STANDARD 91
78 #define PB_STANDARD 101
79 #define CB_DOCONLY 102
80 #define ST_SCRIPT_WESTERN 103
81 #define ST_SCRIPT_ASIAN 104
82 #define ST_SCRIPT_CTL 105
85 #define LB_STANDARD_SIZE 108
86 #define LB_TITLE_SIZE 109
87 #define LB_LIST_SIZE 110
88 #define LB_LABEL_SIZE 111
89 #define LB_INDEX_SIZE 112
93 #define CB_REPEAT_HEADER 102
94 #define CB_DONT_SPLIT 103
96 #define CB_NUMFORMATTING 105
97 #define CB_NUMALIGNMENT 106
99 #define FL_TABLE_INSERT 108
100 #define CB_NUMFMT_FORMATTING 109
102 #define FT_ROWMOVE 111
103 #define MF_ROWMOVE 112
104 #define FT_COLMOVE 113
105 #define MF_COLMOVE 114
106 #define FT_INSERT 115
107 #define FT_ROWINSERT 116
108 #define MF_ROWINSERT 117
109 #define FT_COLINSERT 118
110 #define MF_COLINSERT 119
111 #define FT_HANDLING 120
113 #define RB_FIXPROP 122
116 #define FT_FIXPROP 125
120 #define FT_COMMENT 133
121 #define FL_TABLE_SEPARATOR 139
122 #define CB_PROSPECT_RTL 140
124 #define FL_SHDWCRSFLAG 1
125 #define CB_SHDWCRSONOFF 2
126 #define FT_SHDWCRSFILLMODE 4
127 #define RB_SHDWCRSFILLMARGIN 5
128 #define RB_SHDWCRSFILLINDENT 6
129 #define RB_SHDWCRSFILLTAB 7
130 #define RB_SHDWCRSFILLSPACE 8
131 #define CB_ALLOW_IN_PROT 12
132 #define FL_CRSR_OPT 13
133 #define FL_SEPARATOR_SHDW 14
134 #define FL_LAYOUT_OPTIONS 15
135 #define CB_MATH_BASELINE_ALIGNMENT 16
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */