tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / include / svx / swframeposstrings.hxx
blob2aca2f195fbb182a6cb77307f05906b8f0f518bb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 .
20 #pragma once
22 #include <rtl/ustring.hxx>
23 #include <svx/svxdllapi.h>
26 contains strings needed for positioning dialogs
27 of frames and drawing in Writer
29 class SVX_DLLPUBLIC SvxSwFramePosString
31 public:
32 enum StringId
34 LEFT ,
35 RIGHT ,
36 FROMLEFT ,
37 MIR_LEFT ,
38 MIR_RIGHT ,
39 MIR_FROMLEFT ,
40 FRAME ,
41 PRTAREA ,
42 REL_PG_LEFT ,
43 REL_PG_RIGHT ,
44 REL_FRM_LEFT ,
45 REL_FRM_RIGHT ,
46 MIR_REL_PG_LEFT ,
47 MIR_REL_PG_RIGHT ,
48 MIR_REL_FRM_LEFT ,
49 MIR_REL_FRM_RIGHT ,
50 REL_PG_FRAME ,
51 REL_PG_PRTAREA ,
52 REL_PG_PRTAREA_TOP ,
53 REL_PG_PRTAREA_BOTTOM ,
54 REL_BASE ,
55 REL_CHAR ,
56 REL_ROW ,
57 REL_BORDER ,
58 REL_PRTAREA ,
59 FLY_REL_PG_LEFT ,
60 FLY_REL_PG_RIGHT ,
61 FLY_REL_PG_FRAME ,
62 FLY_REL_PG_PRTAREA ,
63 FLY_MIR_REL_PG_LEFT ,
64 FLY_MIR_REL_PG_RIGHT ,
65 TOP,
66 BOTTOM,
67 CENTER_HORI,
68 CENTER_VERT,
69 FROMTOP,
70 FROMBOTTOM,
71 BELOW,
72 FROMRIGHT,
73 REL_PG_TOP,
74 REL_PG_BOTTOM,
75 REL_FRM_TOP,
76 REL_FRM_BOTTOM,
77 REL_LINE,
79 STR_MAX
81 static OUString GetString(StringId eId);
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */