1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#include <svx/dialogs.hrc> 28 29//the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx! 30#define STR_LEFT 1 31#define STR_RIGHT 2 32#define STR_FROMLEFT 3 33#define STR_MIR_LEFT 4 34#define STR_MIR_RIGHT 5 35#define STR_MIR_FROMLEFT 6 36#define STR_FRAME 7 37#define STR_PRTAREA 8 38#define STR_REL_PG_LEFT 9 39#define STR_REL_PG_RIGHT 10 40#define STR_REL_FRM_LEFT 11 41#define STR_REL_FRM_RIGHT 12 42#define STR_MIR_REL_PG_LEFT 13 43#define STR_MIR_REL_PG_RIGHT 14 44#define STR_MIR_REL_FRM_LEFT 15 45#define STR_MIR_REL_FRM_RIGHT 16 46#define STR_REL_PG_FRAME 17 47#define STR_REL_PG_PRTAREA 18 48#define STR_REL_BASE 19 49#define STR_REL_CHAR 20 50#define STR_REL_ROW 21 51#define STR_REL_BORDER 22 52#define STR_REL_PRTAREA 23 53#define STR_FLY_REL_PG_LEFT 24 54#define STR_FLY_REL_PG_RIGHT 25 55#define STR_FLY_REL_PG_FRAME 26 56#define STR_FLY_REL_PG_PRTAREA 27 57#define STR_FLY_MIR_REL_PG_LEFT 28 58#define STR_FLY_MIR_REL_PG_RIGHT 29 59#define STR_TOP 30 60#define STR_BOTTOM 31 61#define STR_CENTER_HORI 32 62#define STR_CENTER_VERT 33 63#define STR_FROMTOP 34 64#define STR_FROMBOTTOM 35 65#define STR_BELOW 36 66#define STR_FROMRIGHT 37 67#define STR_REL_PG_TOP 38 68#define STR_REL_PG_BOTTOM 39 69#define STR_REL_FRM_TOP 40 70#define STR_REL_FRM_BOTTOM 41 71#define STR_REL_LINE 42 72 73Resource RID_SVXSW_FRAMEPOSITIONS 74{ 75 String STR_LEFT 76 { 77 Text [ en-US ] = "Left" ; 78 }; 79 String STR_MIR_LEFT 80 { 81 Text [ en-US ] = "Inside" ; 82 }; 83 String STR_RIGHT 84 { 85 Text [ en-US ] = "Right" ; 86 }; 87 String STR_MIR_RIGHT 88 { 89 Text [ en-US ] = "Outside" ; 90 }; 91 String STR_CENTER_VERT 92 { 93 Text [ en-US ] = "Center" ; 94 }; 95 String STR_FROMLEFT 96 { 97 Text [ en-US ] = "From left" ; 98 }; 99 String STR_MIR_FROMLEFT 100 { 101 Text [ en-US ] = "From inside" ; 102 }; 103 String STR_FRAME 104 { 105 Text [ en-US ] = "Paragraph area" ; 106 }; 107 String STR_PRTAREA 108 { 109 Text [ en-US ] = "Paragraph text area" ; 110 }; 111 String STR_REL_PG_LEFT 112 { 113 Text [ en-US ] = "Left page border" ; 114 }; 115 String STR_MIR_REL_PG_LEFT 116 { 117 Text [ en-US ] = "Inner page border" ; 118 }; 119 String STR_REL_PG_RIGHT 120 { 121 Text [ en-US ] = "Right page border" ; 122 }; 123 String STR_MIR_REL_PG_RIGHT 124 { 125 Text [ en-US ] = "Outer page border" ; 126 }; 127 String STR_REL_FRM_LEFT 128 { 129 Text [ en-US ] = "Left paragraph border" ; 130 }; 131 String STR_MIR_REL_FRM_LEFT 132 { 133 Text [ en-US ] = "Inner paragraph border" ; 134 }; 135 String STR_REL_FRM_RIGHT 136 { 137 Text [ en-US ] = "Right paragraph border" ; 138 }; 139 String STR_MIR_REL_FRM_RIGHT 140 { 141 Text [ en-US ] = "Outer paragraph border" ; 142 }; 143 String STR_REL_PG_FRAME 144 { 145 Text [ en-US ] = "Entire page" ; 146 }; 147 String STR_REL_PG_PRTAREA 148 { 149 Text [ en-US ] = "Page text area" ; 150 }; 151 String STR_TOP 152 { 153 Text [ en-US ] = "Top" ; 154 }; 155 String STR_BOTTOM 156 { 157 Text [ en-US ] = "Bottom" ; 158 }; 159 String STR_CENTER_HORI 160 { 161 Text [ en-US ] = "Center" ; 162 }; 163 String STR_FROMTOP 164 { 165 Text [ en-US ] = "From top" ; 166 }; 167 String STR_FROMBOTTOM 168 { 169 Text [ en-US ] = "From bottom" ; 170 }; 171 String STR_BELOW 172 { 173 Text [ en-US ] = "Below" ; 174 }; 175 String STR_FROMRIGHT 176 { 177 Text [ en-US ] = "From right" ; 178 }; 179 String STR_REL_PG_TOP 180 { 181 Text [ en-US ] = "Top page border" ; 182 }; 183 String STR_REL_PG_BOTTOM 184 { 185 Text [ en-US ] = "Bottom page border" ; 186 }; 187 String STR_REL_FRM_TOP 188 { 189 Text [ en-US ] = "Top paragraph border" ; 190 }; 191 String STR_REL_FRM_BOTTOM 192 { 193 Text [ en-US ] = "Bottom paragraph border" ; 194 }; 195 String STR_REL_BORDER 196 { 197 Text [ en-US ] = "Margin" ; 198 }; 199 String STR_REL_PRTAREA 200 { 201 Text [ en-US ] = "Paragraph text area" ; 202 }; 203 String STR_FLY_REL_PG_LEFT 204 { 205 Text [ en-US ] = "Left frame border" ; 206 }; 207 String STR_FLY_MIR_REL_PG_LEFT 208 { 209 Text [ en-US ] = "Inner frame border" ; 210 }; 211 String STR_FLY_REL_PG_RIGHT 212 { 213 Text [ en-US ] = "Right frame border" ; 214 }; 215 String STR_FLY_MIR_REL_PG_RIGHT 216 { 217 Text [ en-US ] = "Outer frame border" ; 218 }; 219 String STR_FLY_REL_PG_FRAME 220 { 221 Text [ en-US ] = "Entire frame" ; 222 }; 223 String STR_FLY_REL_PG_PRTAREA 224 { 225 Text [ en-US ] = "Frame text area" ; 226 }; 227 String STR_REL_BASE 228 { 229 Text [ en-US ] = "Base line" ; 230 }; 231 String STR_REL_CHAR 232 { 233 Text [ en-US ] = "Character" ; 234 }; 235 String STR_REL_ROW 236 { 237 Text [ en-US ] = "Row" ; 238 }; 239 // OD 05.01.2004 #i22341# 240 String STR_REL_LINE 241 { 242 Text [ en-US ] = "Line of text" ; 243 }; 244}; 245 246