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 #include <svx/dialogs.hrc>
21 //the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx!
24 #define STR_FROMLEFT 3
25 #define STR_MIR_LEFT 4
26 #define STR_MIR_RIGHT 5
27 #define STR_MIR_FROMLEFT 6
30 #define STR_REL_PG_LEFT 9
31 #define STR_REL_PG_RIGHT 10
32 #define STR_REL_FRM_LEFT 11
33 #define STR_REL_FRM_RIGHT 12
34 #define STR_MIR_REL_PG_LEFT 13
35 #define STR_MIR_REL_PG_RIGHT 14
36 #define STR_MIR_REL_FRM_LEFT 15
37 #define STR_MIR_REL_FRM_RIGHT 16
38 #define STR_REL_PG_FRAME 17
39 #define STR_REL_PG_PRTAREA 18
40 #define STR_REL_BASE 19
41 #define STR_REL_CHAR 20
42 #define STR_REL_ROW 21
43 #define STR_REL_BORDER 22
44 #define STR_REL_PRTAREA 23
45 #define STR_FLY_REL_PG_LEFT 24
46 #define STR_FLY_REL_PG_RIGHT 25
47 #define STR_FLY_REL_PG_FRAME 26
48 #define STR_FLY_REL_PG_PRTAREA 27
49 #define STR_FLY_MIR_REL_PG_LEFT 28
50 #define STR_FLY_MIR_REL_PG_RIGHT 29
53 #define STR_CENTER_HORI 32
54 #define STR_CENTER_VERT 33
55 #define STR_FROMTOP 34
56 #define STR_FROMBOTTOM 35
58 #define STR_FROMRIGHT 37
59 #define STR_REL_PG_TOP 38
60 #define STR_REL_PG_BOTTOM 39
61 #define STR_REL_FRM_TOP 40
62 #define STR_REL_FRM_BOTTOM 41
63 #define STR_REL_LINE 42
65 Resource RID_SVXSW_FRAMEPOSITIONS
69 Text [ en-US ] = "Left" ;
73 Text [ en-US ] = "Inside" ;
77 Text [ en-US ] = "Right" ;
81 Text [ en-US ] = "Outside" ;
83 String STR_CENTER_VERT
85 Text [ en-US ] = "Center" ;
89 Text [ en-US ] = "From left" ;
91 String STR_MIR_FROMLEFT
93 Text [ en-US ] = "From inside" ;
97 Text [ en-US ] = "Paragraph area" ;
101 Text [ en-US ] = "Paragraph text area" ;
103 String STR_REL_PG_LEFT
105 Text [ en-US ] = "Left page border" ;
107 String STR_MIR_REL_PG_LEFT
109 Text [ en-US ] = "Inner page border" ;
111 String STR_REL_PG_RIGHT
113 Text [ en-US ] = "Right page border" ;
115 String STR_MIR_REL_PG_RIGHT
117 Text [ en-US ] = "Outer page border" ;
119 String STR_REL_FRM_LEFT
121 Text [ en-US ] = "Left paragraph border" ;
123 String STR_MIR_REL_FRM_LEFT
125 Text [ en-US ] = "Inner paragraph border" ;
127 String STR_REL_FRM_RIGHT
129 Text [ en-US ] = "Right paragraph border" ;
131 String STR_MIR_REL_FRM_RIGHT
133 Text [ en-US ] = "Outer paragraph border" ;
135 String STR_REL_PG_FRAME
137 Text [ en-US ] = "Entire page" ;
139 String STR_REL_PG_PRTAREA
141 Text [ en-US ] = "Page text area" ;
145 Text [ en-US ] = "Top" ;
149 Text [ en-US ] = "Bottom" ;
151 String STR_CENTER_HORI
153 Text [ en-US ] = "Center" ;
157 Text [ en-US ] = "From top" ;
159 String STR_FROMBOTTOM
161 Text [ en-US ] = "From bottom" ;
165 Text [ en-US ] = "Below" ;
169 Text [ en-US ] = "From right" ;
171 String STR_REL_PG_TOP
173 Text [ en-US ] = "Top page border" ;
175 String STR_REL_PG_BOTTOM
177 Text [ en-US ] = "Bottom page border" ;
179 String STR_REL_FRM_TOP
181 Text [ en-US ] = "Top paragraph border" ;
183 String STR_REL_FRM_BOTTOM
185 Text [ en-US ] = "Bottom paragraph border" ;
187 String STR_REL_BORDER
189 Text [ en-US ] = "Margin" ;
191 String STR_REL_PRTAREA
193 Text [ en-US ] = "Paragraph text area" ;
195 String STR_FLY_REL_PG_LEFT
197 Text [ en-US ] = "Left frame border" ;
199 String STR_FLY_MIR_REL_PG_LEFT
201 Text [ en-US ] = "Inner frame border" ;
203 String STR_FLY_REL_PG_RIGHT
205 Text [ en-US ] = "Right frame border" ;
207 String STR_FLY_MIR_REL_PG_RIGHT
209 Text [ en-US ] = "Outer frame border" ;
211 String STR_FLY_REL_PG_FRAME
213 Text [ en-US ] = "Entire frame" ;
215 String STR_FLY_REL_PG_PRTAREA
217 Text [ en-US ] = "Frame text area" ;
221 Text [ en-US ] = "Base line" ;
225 Text [ en-US ] = "Character" ;
229 Text [ en-US ] = "Row" ;
234 Text [ en-US ] = "Line of text" ;
238 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */