LibreOffice Module framework (master) 1
taskcreatordefs.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
25inline constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"; // XFrame
26
30inline constexpr OUStringLiteral ARGUMENT_FRAMENAME = u"FrameName"; // OUString
31
33inline constexpr OUStringLiteral ARGUMENT_MAKEVISIBLE = u"MakeVisible"; // bool
34
38inline constexpr OUStringLiteral ARGUMENT_CREATETOPWINDOW = u"CreateTopWindow"; // bool
39
41inline constexpr OUStringLiteral ARGUMENT_POSSIZE = u"PosSize"; // Rectangle
42
44inline constexpr OUStringLiteral ARGUMENT_CONTAINERWINDOW = u"ContainerWindow"; // XWindow
45
49inline constexpr OUStringLiteral ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE
50 = u"SupportPersistentWindowState"; // bool
51
56inline constexpr OUStringLiteral ARGUMENT_ENABLE_TITLEBARUPDATE = u"EnableTitleBarUpdate"; // bool
57
61inline constexpr OUStringLiteral ARGUMENT_HIDDENFORCONVERSION = u"HiddenForConversion"; // bool
62
63/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
float u
constexpr OUStringLiteral ARGUMENT_PARENTFRAME
[XFrame] if it's set, it will be used as parent frame for the new created frame.
constexpr OUStringLiteral ARGUMENT_ENABLE_TITLEBARUPDATE
[bool] enable/disable special mode, where the title bar of our the new created frame will be updated ...
constexpr OUStringLiteral ARGUMENT_POSSIZE
[Rectangle] Place the new created frame on this place and resize the container window.
constexpr OUStringLiteral ARGUMENT_CONTAINERWINDOW
[XWindow] an outside created window, used as container window of the new created frame.
constexpr OUStringLiteral ARGUMENT_FRAMENAME
[OUString] if it's not a special name (beginning with "_" ... which are not allowed here!...
constexpr OUStringLiteral ARGUMENT_CREATETOPWINDOW
[bool] If not "ContainerWindow" property is set it force creation of a top level window as new contai...
constexpr OUStringLiteral ARGUMENT_HIDDENFORCONVERSION
[bool] enable/disable if the frame is explicitly requested to be hidden Default = OFF !
constexpr OUStringLiteral ARGUMENT_MAKEVISIBLE
[bool] If it's set to true we will make the new created frame visible.
constexpr OUStringLiteral ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE
[bool] enable/disable special mode, where this frame will be part of the persistent window state feat...