LibreOffice Module basctl (master) 1
dlgeddef.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
24namespace basctl
25{
26
27// control properties
28#define DLGED_PROP_BACKGROUNDCOLOR "BackgroundColor"
29inline constexpr OUStringLiteral DLGED_PROP_DROPDOWN = u"Dropdown";
30inline constexpr OUStringLiteral DLGED_PROP_FORMATSSUPPLIER = u"FormatsSupplier";
31inline constexpr OUStringLiteral DLGED_PROP_HEIGHT = u"Height";
32inline constexpr OUStringLiteral DLGED_PROP_LABEL = u"Label";
33inline constexpr OUStringLiteral DLGED_PROP_NAME = u"Name";
34inline constexpr OUStringLiteral DLGED_PROP_ORIENTATION = u"Orientation";
35inline constexpr OUStringLiteral DLGED_PROP_POSITIONX = u"PositionX";
36inline constexpr OUStringLiteral DLGED_PROP_POSITIONY = u"PositionY";
37inline constexpr OUStringLiteral DLGED_PROP_STEP = u"Step";
38inline constexpr OUStringLiteral DLGED_PROP_TABINDEX = u"TabIndex";
39#define DLGED_PROP_TEXTCOLOR "TextColor"
40#define DLGED_PROP_TEXTLINECOLOR "TextLineColor"
41inline constexpr OUStringLiteral DLGED_PROP_WIDTH = u"Width";
42inline constexpr OUStringLiteral DLGED_PROP_DECORATION = u"Decoration";
43
44
45} // namespace basctl
46
47/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
float u
constexpr OUStringLiteral DLGED_PROP_NAME
Definition: dlgeddef.hxx:33
constexpr OUStringLiteral DLGED_PROP_FORMATSSUPPLIER
Definition: dlgeddef.hxx:30
constexpr OUStringLiteral DLGED_PROP_LABEL
Definition: dlgeddef.hxx:32
constexpr OUStringLiteral DLGED_PROP_STEP
Definition: dlgeddef.hxx:37
constexpr OUStringLiteral DLGED_PROP_ORIENTATION
Definition: dlgeddef.hxx:34
constexpr OUStringLiteral DLGED_PROP_WIDTH
Definition: dlgeddef.hxx:41
constexpr OUStringLiteral DLGED_PROP_POSITIONX
Definition: dlgeddef.hxx:35
constexpr OUStringLiteral DLGED_PROP_TABINDEX
Definition: dlgeddef.hxx:38
constexpr OUStringLiteral DLGED_PROP_HEIGHT
Definition: dlgeddef.hxx:31
constexpr OUStringLiteral DLGED_PROP_DECORATION
Definition: dlgeddef.hxx:42
constexpr OUStringLiteral DLGED_PROP_POSITIONY
Definition: dlgeddef.hxx:36
constexpr OUStringLiteral DLGED_PROP_DROPDOWN
Definition: dlgeddef.hxx:29