Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / include / svx / svxitems.hrc
blob0ee3a67e476e6c0272ecd741195372b9283ec9bd
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_SVXITEMS_HRC
21 #define INCLUDED_SVX_SVXITEMS_HRC
23 #include <svl/solar.hrc>
25 // enum SvxCellOrientation
26 #define RID_SVXITEMS_ORI_STANDARD           (RID_SVXITEMS_START + 410)
27 #define RID_SVXITEMS_ORI_TOPBOTTOM          (RID_SVXITEMS_START + 411)
28 #define RID_SVXITEMS_ORI_BOTTOMTOP          (RID_SVXITEMS_START + 412)
29 #define RID_SVXITEMS_ORI_STACKED            (RID_SVXITEMS_START + 413)
31 // Complete-Texte -----------------------------------------------------------
33 #define RID_SVXITEMS_MARGIN_LEFT            (RID_SVXITEMS_START + 480)
34 #define RID_SVXITEMS_MARGIN_TOP             (RID_SVXITEMS_START + 481)
35 #define RID_SVXITEMS_MARGIN_RIGHT           (RID_SVXITEMS_START + 482)
36 #define RID_SVXITEMS_MARGIN_BOTTOM          (RID_SVXITEMS_START + 483)
37 #define RID_SVXITEMS_PAGE_COMPLETE          (RID_SVXITEMS_START + 498)
38 #define RID_SVXITEMS_PAGE_NUM_BEGIN         (RID_SVXITEMS_START + 499)
39 #define RID_SVXITEMS_PAGE_NUM_CHR_UPPER     (RID_SVXITEMS_START + 499)
40 #define RID_SVXITEMS_PAGE_NUM_CHR_LOWER     (RID_SVXITEMS_START + 500)
41 #define RID_SVXITEMS_PAGE_NUM_ROM_UPPER     (RID_SVXITEMS_START + 501)
42 #define RID_SVXITEMS_PAGE_NUM_ROM_LOWER     (RID_SVXITEMS_START + 502)
43 #define RID_SVXITEMS_PAGE_NUM_ARABIC        (RID_SVXITEMS_START + 503)
44 #define RID_SVXITEMS_PAGE_NUM_NONE          (RID_SVXITEMS_START + 504)
45 #define RID_SVXITEMS_PAGE_LAND_TRUE         (RID_SVXITEMS_START + 505)
46 #define RID_SVXITEMS_PAGE_LAND_FALSE        (RID_SVXITEMS_START + 506)
47 #define RID_SVXITEMS_PAGE_USAGE_LEFT        (RID_SVXITEMS_START + 507)
48 #define RID_SVXITEMS_PAGE_USAGE_RIGHT       (RID_SVXITEMS_START + 508)
49 #define RID_SVXITEMS_PAGE_USAGE_ALL         (RID_SVXITEMS_START + 509)
50 #define RID_SVXITEMS_PAGE_USAGE_MIRROR      (RID_SVXITEMS_START + 510)
51 #define RID_SVXITEMS_AUTHOR_COMPLETE        (RID_SVXITEMS_START + 521)
52 #define RID_SVXITEMS_DATE_COMPLETE          (RID_SVXITEMS_START + 522)
53 #define RID_SVXITEMS_TEXT_COMPLETE          (RID_SVXITEMS_START + 523)
55 #define RID_SVXITEMS_BRUSH_CHAR             (RID_SVXITEMS_START + 527)
56 #define RID_ATTR_NAMES                      (RID_SVXITEMS_START + 528)
58 // Ueberlaufpruefung --------------------------------------------------------
60 // Resource-Id's
61 #define ACT_RID_SVXITEMS_END    RID_ATTR_NAMES
62 #if ACT_RID_SVXITEMS_END > RID_SVXITEMS_END
63 #error Resource-Ueberlauf in #line, #file
64 #endif
66 #endif
68 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */