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#include <svx/dialogs.hrc> 24 25//the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx! 26#define STR_LEFT 1 27#define STR_RIGHT 2 28#define STR_FROMLEFT 3 29#define STR_MIR_LEFT 4 30#define STR_MIR_RIGHT 5 31#define STR_MIR_FROMLEFT 6 32#define STR_FRAME 7 33#define STR_PRTAREA 8 34#define STR_REL_PG_LEFT 9 35#define STR_REL_PG_RIGHT 10 36#define STR_REL_FRM_LEFT 11 37#define STR_REL_FRM_RIGHT 12 38#define STR_MIR_REL_PG_LEFT 13 39#define STR_MIR_REL_PG_RIGHT 14 40#define STR_MIR_REL_FRM_LEFT 15 41#define STR_MIR_REL_FRM_RIGHT 16 42#define STR_REL_PG_FRAME 17 43#define STR_REL_PG_PRTAREA 18 44#define STR_REL_BASE 19 45#define STR_REL_CHAR 20 46#define STR_REL_ROW 21 47#define STR_REL_BORDER 22 48#define STR_REL_PRTAREA 23 49#define STR_FLY_REL_PG_LEFT 24 50#define STR_FLY_REL_PG_RIGHT 25 51#define STR_FLY_REL_PG_FRAME 26 52#define STR_FLY_REL_PG_PRTAREA 27 53#define STR_FLY_MIR_REL_PG_LEFT 28 54#define STR_FLY_MIR_REL_PG_RIGHT 29 55#define STR_TOP 30 56#define STR_BOTTOM 31 57#define STR_CENTER_HORI 32 58#define STR_CENTER_VERT 33 59#define STR_FROMTOP 34 60#define STR_FROMBOTTOM 35 61#define STR_BELOW 36 62#define STR_FROMRIGHT 37 63#define STR_REL_PG_TOP 38 64#define STR_REL_PG_BOTTOM 39 65#define STR_REL_FRM_TOP 40 66#define STR_REL_FRM_BOTTOM 41 67#define STR_REL_LINE 42 68 69Resource RID_SVXSW_FRAMEPOSITIONS 70{ 71 String STR_LEFT 72 { 73 Text [ en-US ] = "Left" ; 74 }; 75 String STR_MIR_LEFT 76 { 77 Text [ en-US ] = "Inside" ; 78 }; 79 String STR_RIGHT 80 { 81 Text [ en-US ] = "Right" ; 82 }; 83 String STR_MIR_RIGHT 84 { 85 Text [ en-US ] = "Outside" ; 86 }; 87 String STR_CENTER_VERT 88 { 89 Text [ en-US ] = "Center" ; 90 }; 91 String STR_FROMLEFT 92 { 93 Text [ en-US ] = "From left" ; 94 }; 95 String STR_MIR_FROMLEFT 96 { 97 Text [ en-US ] = "From inside" ; 98 }; 99 String STR_FRAME 100 { 101 Text [ en-US ] = "Paragraph area" ; 102 }; 103 String STR_PRTAREA 104 { 105 Text [ en-US ] = "Paragraph text area" ; 106 }; 107 String STR_REL_PG_LEFT 108 { 109 Text [ en-US ] = "Left page border" ; 110 }; 111 String STR_MIR_REL_PG_LEFT 112 { 113 Text [ en-US ] = "Inner page border" ; 114 }; 115 String STR_REL_PG_RIGHT 116 { 117 Text [ en-US ] = "Right page border" ; 118 }; 119 String STR_MIR_REL_PG_RIGHT 120 { 121 Text [ en-US ] = "Outer page border" ; 122 }; 123 String STR_REL_FRM_LEFT 124 { 125 Text [ en-US ] = "Left paragraph border" ; 126 }; 127 String STR_MIR_REL_FRM_LEFT 128 { 129 Text [ en-US ] = "Inner paragraph border" ; 130 }; 131 String STR_REL_FRM_RIGHT 132 { 133 Text [ en-US ] = "Right paragraph border" ; 134 }; 135 String STR_MIR_REL_FRM_RIGHT 136 { 137 Text [ en-US ] = "Outer paragraph border" ; 138 }; 139 String STR_REL_PG_FRAME 140 { 141 Text [ en-US ] = "Entire page" ; 142 }; 143 String STR_REL_PG_PRTAREA 144 { 145 Text [ en-US ] = "Page text area" ; 146 }; 147 String STR_TOP 148 { 149 Text [ en-US ] = "Top" ; 150 }; 151 String STR_BOTTOM 152 { 153 Text [ en-US ] = "Bottom" ; 154 }; 155 String STR_CENTER_HORI 156 { 157 Text [ en-US ] = "Center" ; 158 }; 159 String STR_FROMTOP 160 { 161 Text [ en-US ] = "From top" ; 162 }; 163 String STR_FROMBOTTOM 164 { 165 Text [ en-US ] = "From bottom" ; 166 }; 167 String STR_BELOW 168 { 169 Text [ en-US ] = "Below" ; 170 }; 171 String STR_FROMRIGHT 172 { 173 Text [ en-US ] = "From right" ; 174 }; 175 String STR_REL_PG_TOP 176 { 177 Text [ en-US ] = "Top page border" ; 178 }; 179 String STR_REL_PG_BOTTOM 180 { 181 Text [ en-US ] = "Bottom page border" ; 182 }; 183 String STR_REL_FRM_TOP 184 { 185 Text [ en-US ] = "Top paragraph border" ; 186 }; 187 String STR_REL_FRM_BOTTOM 188 { 189 Text [ en-US ] = "Bottom paragraph border" ; 190 }; 191 String STR_REL_BORDER 192 { 193 Text [ en-US ] = "Margin" ; 194 }; 195 String STR_REL_PRTAREA 196 { 197 Text [ en-US ] = "Paragraph text area" ; 198 }; 199 String STR_FLY_REL_PG_LEFT 200 { 201 Text [ en-US ] = "Left frame border" ; 202 }; 203 String STR_FLY_MIR_REL_PG_LEFT 204 { 205 Text [ en-US ] = "Inner frame border" ; 206 }; 207 String STR_FLY_REL_PG_RIGHT 208 { 209 Text [ en-US ] = "Right frame border" ; 210 }; 211 String STR_FLY_MIR_REL_PG_RIGHT 212 { 213 Text [ en-US ] = "Outer frame border" ; 214 }; 215 String STR_FLY_REL_PG_FRAME 216 { 217 Text [ en-US ] = "Entire frame" ; 218 }; 219 String STR_FLY_REL_PG_PRTAREA 220 { 221 Text [ en-US ] = "Frame text area" ; 222 }; 223 String STR_REL_BASE 224 { 225 Text [ en-US ] = "Base line" ; 226 }; 227 String STR_REL_CHAR 228 { 229 Text [ en-US ] = "Character" ; 230 }; 231 String STR_REL_ROW 232 { 233 Text [ en-US ] = "Row" ; 234 }; 235 // OD 05.01.2004 #i22341# 236 String STR_REL_LINE 237 { 238 Text [ en-US ] = "Line of text" ; 239 }; 240}; 241 242