xref: /AOO41X/main/sw/source/ui/frmdlg/wrap.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
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#define RB_NO_WRAP          2
24#define RB_WRAP_LEFT        3
25#define RB_WRAP_RIGHT       4
26#define RB_WRAP_PARALLEL    5
27#define RB_WRAP_THROUGH     6
28#define RB_WRAP_IDEAL       7
29#define CB_ANCHOR_ONLY      8
30#define FT_LEFT_MARGIN      13
31#define ED_LEFT_MARGIN      14
32#define FT_RIGHT_MARGIN     15
33#define ED_RIGHT_MARGIN     16
34#define FT_TOP_MARGIN       17
35#define ED_TOP_MARGIN       18
36#define ED_BOTTOM_MARGIN    19
37#define FT_BOTTOM_MARGIN    20
38#define FL_MARGIN                       21
39#define CB_TRANSPARENT      22
40#define CB_OUTLINE          23
41#define FL_OPTION                       24
42#define CB_ONLYOUTSIDE      25
43#define FL_OPTION_SEP                       26
44#define C_WRAP_FL                      31
45
46#define IL_WRAP             32
47#define ILH_WRAP            33
48// nur fuer die ImageList
49#define IMG_BEGIN       1
50#define IMG_NONE        (IMG_BEGIN)
51#define IMG_LEFT        (IMG_BEGIN + 1)
52#define IMG_RIGHT               (IMG_BEGIN + 2)
53#define IMG_PARALLEL            (IMG_BEGIN + 3)
54#define IMG_THROUGH             (IMG_BEGIN + 4)
55#define IMG_IDEAL       (IMG_BEGIN + 5)
56#define IMG_KON_NONE        (IMG_BEGIN + 6)
57#define IMG_KON_LEFT            (IMG_BEGIN + 7)
58#define IMG_KON_RIGHT           (IMG_BEGIN + 8)
59#define IMG_KON_PARALLEL        (IMG_BEGIN + 9)
60#define IMG_KON_IDEAL           (IMG_BEGIN + 10)
61
62
63