Resolves: tdf#154167 ERROR.TYPE(#NULL!) must return 1
[LibreOffice.git] / svx / inc / swframeposstrings.hrc
blobf7c845dba68da337c3241cc50e86fc4d5f578584
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #ifndef INCLUDED_SVX_INC_SWFRAMEPOSSTRINGS_HRC
21 #define INCLUDED_SVX_INC_SWFRAMEPOSSTRINGS_HRC
23 #include <unotools/resmgr.hxx>
25 #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
27 //the following string have to match the (enum values) positions in svx/swframeposstrings.hxx!
28 const TranslateId RID_SVXSW_FRAMEPOSITIONS[] =
30     NC_("RID_SVXSW_FRAMEPOSITIONS", "Left"),
31     NC_("RID_SVXSW_FRAMEPOSITIONS", "Right"),
32     NC_("RID_SVXSW_FRAMEPOSITIONS", "From left"),
33     NC_("RID_SVXSW_FRAMEPOSITIONS", "Inside"),
34     NC_("RID_SVXSW_FRAMEPOSITIONS", "Outside"),
35     NC_("RID_SVXSW_FRAMEPOSITIONS", "From inside"),
36     NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire paragraph area"),
37     NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
38     NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of page text area"),
39     NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of page text area"),
40     NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of paragraph text area"),
41     NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of paragraph text area"),
42     NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner page border"),
43     NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer page border"),
44     NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner paragraph border"),
45     NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer paragraph border"),
46     NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire page"),
47     NC_("RID_SVXSW_FRAMEPOSITIONS", "Page text area"),
48     NC_("RID_SVXSW_FRAMEPOSITIONS", "Above page text area"),
49     NC_("RID_SVXSW_FRAMEPOSITIONS", "Below page text area"),
50     NC_("RID_SVXSW_FRAMEPOSITIONS", "Base line"),
51     NC_("RID_SVXSW_FRAMEPOSITIONS", "Character"),
52     NC_("RID_SVXSW_FRAMEPOSITIONS", "Row"),
53     NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire paragraph area"),
54     NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
55     NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of frame text area"),
56     NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of frame text area"),
57     NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire frame"),
58     NC_("RID_SVXSW_FRAMEPOSITIONS", "Frame text area"),
59     NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner frame border"),
60     NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer frame border"),
61     NC_("RID_SVXSW_FRAMEPOSITIONS", "Top"),
62     NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom"),
63     NC_("RID_SVXSW_FRAMEPOSITIONS", "Center"),
64     NC_("RID_SVXSW_FRAMEPOSITIONS", "Center"),
65     NC_("RID_SVXSW_FRAMEPOSITIONS", "From top"),
66     NC_("RID_SVXSW_FRAMEPOSITIONS", "From bottom"),
67     NC_("RID_SVXSW_FRAMEPOSITIONS", "Below"),
68     NC_("RID_SVXSW_FRAMEPOSITIONS", "From right"),
69     NC_("RID_SVXSW_FRAMEPOSITIONS", "Top page border"),
70     NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom page border"),
71     NC_("RID_SVXSW_FRAMEPOSITIONS", "Top paragraph border"),
72     NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom paragraph border"),
73     NC_("RID_SVXSW_FRAMEPOSITIONS", "Line of text")
76 #endif
78 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */