LibreOffice Module svx (master)
1
include
svx
swframeposstrings.hxx
Go to the documentation of this file.
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
*/
19
20
#pragma once
21
22
#include <rtl/ustring.hxx>
23
#include <
svx/svxdllapi.h
>
24
25
/*
26
contains strings needed for positioning dialogs
27
of frames and drawing in Writer
28
*/
29
class
SVX_DLLPUBLIC
SvxSwFramePosString
30
{
31
public
:
32
enum
StringId
33
{
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
,
78
79
STR_MAX
80
};
81
static
OUString
GetString
(
StringId
eId);
82
};
83
84
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SvxSwFramePosString
Definition:
swframeposstrings.hxx:30
SvxSwFramePosString::StringId
StringId
Definition:
swframeposstrings.hxx:33
SvxSwFramePosString::PRTAREA
@ PRTAREA
Definition:
swframeposstrings.hxx:41
SvxSwFramePosString::REL_PG_TOP
@ REL_PG_TOP
Definition:
swframeposstrings.hxx:73
SvxSwFramePosString::MIR_REL_PG_LEFT
@ MIR_REL_PG_LEFT
Definition:
swframeposstrings.hxx:46
SvxSwFramePosString::FROMTOP
@ FROMTOP
Definition:
swframeposstrings.hxx:69
SvxSwFramePosString::FLY_MIR_REL_PG_RIGHT
@ FLY_MIR_REL_PG_RIGHT
Definition:
swframeposstrings.hxx:64
SvxSwFramePosString::REL_PG_PRTAREA
@ REL_PG_PRTAREA
Definition:
swframeposstrings.hxx:51
SvxSwFramePosString::BOTTOM
@ BOTTOM
Definition:
swframeposstrings.hxx:66
SvxSwFramePosString::REL_LINE
@ REL_LINE
Definition:
swframeposstrings.hxx:77
SvxSwFramePosString::REL_FRM_TOP
@ REL_FRM_TOP
Definition:
swframeposstrings.hxx:75
SvxSwFramePosString::REL_CHAR
@ REL_CHAR
Definition:
swframeposstrings.hxx:55
SvxSwFramePosString::TOP
@ TOP
Definition:
swframeposstrings.hxx:65
SvxSwFramePosString::REL_FRM_BOTTOM
@ REL_FRM_BOTTOM
Definition:
swframeposstrings.hxx:76
SvxSwFramePosString::MIR_REL_FRM_LEFT
@ MIR_REL_FRM_LEFT
Definition:
swframeposstrings.hxx:48
SvxSwFramePosString::BELOW
@ BELOW
Definition:
swframeposstrings.hxx:71
SvxSwFramePosString::REL_PG_PRTAREA_TOP
@ REL_PG_PRTAREA_TOP
Definition:
swframeposstrings.hxx:52
SvxSwFramePosString::REL_PG_BOTTOM
@ REL_PG_BOTTOM
Definition:
swframeposstrings.hxx:74
SvxSwFramePosString::FROMRIGHT
@ FROMRIGHT
Definition:
swframeposstrings.hxx:72
SvxSwFramePosString::REL_ROW
@ REL_ROW
Definition:
swframeposstrings.hxx:56
SvxSwFramePosString::REL_PG_FRAME
@ REL_PG_FRAME
Definition:
swframeposstrings.hxx:50
SvxSwFramePosString::MIR_FROMLEFT
@ MIR_FROMLEFT
Definition:
swframeposstrings.hxx:39
SvxSwFramePosString::REL_FRM_RIGHT
@ REL_FRM_RIGHT
Definition:
swframeposstrings.hxx:45
SvxSwFramePosString::MIR_RIGHT
@ MIR_RIGHT
Definition:
swframeposstrings.hxx:38
SvxSwFramePosString::FLY_REL_PG_PRTAREA
@ FLY_REL_PG_PRTAREA
Definition:
swframeposstrings.hxx:62
SvxSwFramePosString::REL_PG_PRTAREA_BOTTOM
@ REL_PG_PRTAREA_BOTTOM
Definition:
swframeposstrings.hxx:53
SvxSwFramePosString::FRAME
@ FRAME
Definition:
swframeposstrings.hxx:40
SvxSwFramePosString::MIR_LEFT
@ MIR_LEFT
Definition:
swframeposstrings.hxx:37
SvxSwFramePosString::FROMBOTTOM
@ FROMBOTTOM
Definition:
swframeposstrings.hxx:70
SvxSwFramePosString::REL_PG_LEFT
@ REL_PG_LEFT
Definition:
swframeposstrings.hxx:42
SvxSwFramePosString::MIR_REL_PG_RIGHT
@ MIR_REL_PG_RIGHT
Definition:
swframeposstrings.hxx:47
SvxSwFramePosString::FLY_MIR_REL_PG_LEFT
@ FLY_MIR_REL_PG_LEFT
Definition:
swframeposstrings.hxx:63
SvxSwFramePosString::FLY_REL_PG_LEFT
@ FLY_REL_PG_LEFT
Definition:
swframeposstrings.hxx:59
SvxSwFramePosString::CENTER_VERT
@ CENTER_VERT
Definition:
swframeposstrings.hxx:68
SvxSwFramePosString::REL_BASE
@ REL_BASE
Definition:
swframeposstrings.hxx:54
SvxSwFramePosString::LEFT
@ LEFT
Definition:
swframeposstrings.hxx:34
SvxSwFramePosString::MIR_REL_FRM_RIGHT
@ MIR_REL_FRM_RIGHT
Definition:
swframeposstrings.hxx:49
SvxSwFramePosString::FLY_REL_PG_RIGHT
@ FLY_REL_PG_RIGHT
Definition:
swframeposstrings.hxx:60
SvxSwFramePosString::CENTER_HORI
@ CENTER_HORI
Definition:
swframeposstrings.hxx:67
SvxSwFramePosString::RIGHT
@ RIGHT
Definition:
swframeposstrings.hxx:35
SvxSwFramePosString::REL_PRTAREA
@ REL_PRTAREA
Definition:
swframeposstrings.hxx:58
SvxSwFramePosString::REL_FRM_LEFT
@ REL_FRM_LEFT
Definition:
swframeposstrings.hxx:44
SvxSwFramePosString::FLY_REL_PG_FRAME
@ FLY_REL_PG_FRAME
Definition:
swframeposstrings.hxx:61
SvxSwFramePosString::REL_PG_RIGHT
@ REL_PG_RIGHT
Definition:
swframeposstrings.hxx:43
SvxSwFramePosString::REL_BORDER
@ REL_BORDER
Definition:
swframeposstrings.hxx:57
SvxSwFramePosString::FROMLEFT
@ FROMLEFT
Definition:
swframeposstrings.hxx:36
GetString
OUString GetString(int nId)
StringId
StringId
svxdllapi.h
SVX_DLLPUBLIC
#define SVX_DLLPUBLIC
Definition:
svxdllapi.h:28
Generated on Sun Jul 30 2023 04:27:40 for LibreOffice Module svx (master) by
1.9.3