LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
EmbedMisc.idl
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
21
22module com { module sun { module star { module embed {
23
38published constants EmbedMisc
39{
40 // analog of the MS OLEMISC enum
41
46
49 const hyper MS_EMBED_ONLYICONIC = 2;
50
55
58 const hyper MS_EMBED_STATIC = 8;
59
60 const hyper MS_EMBED_CANTLINKINSIDE = 16;
61
62 const hyper MS_EMBED_CANLINKBYOLE1 = 32;
63
64 const hyper MS_EMBED_ISLINKOBJECT = 64;
65
66 const hyper MS_EMBED_INSIDEOUT = 128;
67
69
71
72 const hyper MS_EMBED_INVISIBLEATRUNTIME = 1024;
73
74 const hyper MS_EMBED_ALWAYSRUN = 2048;
75
76 const hyper MS_EMBED_ACTSLIKEBUTTON = 4096;
77
78 const hyper MS_EMBED_ACTSLIKELABEL = 8192;
79
80 const hyper MS_EMBED_NOUIACTIVATE = 16384;
81
82 const hyper MS_EMBED_ALIGNABLE = 32768;
83
84 const hyper MS_EMBED_SIMPLEFRAME = 65536;
85
86 const hyper MS_EMBED_SETCLIENTSITEFIRST = 131072;
87
88 const hyper MS_EMBED_IMEMODE = 262144;
89
91
92 const hyper MS_EMBED_WANTSTOMENUMERGE = 1048576;
93
94 const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO = 2097152;
95
96 const hyper EMBED_ACTIVATEIMMEDIATELY = 0x100000000;
97
98 const hyper EMBED_NEVERRESIZE = 0x200000000;
99
103 const hyper EMBED_NEEDSSIZEONLOAD = 0x400000000;
104
105};
106
107
108}; }; }; };
109
110/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
The constant set contains flags describing miscellaneous characteristics of embedded objects.
Definition EmbedMisc.idl:39
const hyper EMBED_NEEDSSIZEONLOAD
The object needs the size to be provided from the container after it is loaded to function in optimal...
Definition EmbedMisc.idl:103
const hyper MS_EMBED_CANTLINKINSIDE
Definition EmbedMisc.idl:60
const hyper MS_EMBED_SETCLIENTSITEFIRST
Definition EmbedMisc.idl:86
const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO
Definition EmbedMisc.idl:94
const hyper MS_EMBED_IGNOREACTIVATEWHENVISIBLE
Definition EmbedMisc.idl:90
const hyper MS_EMBED_ONLYICONIC
The object has no view representation except icon.
Definition EmbedMisc.idl:49
const hyper MS_EMBED_WANTSTOMENUMERGE
Definition EmbedMisc.idl:92
const hyper MS_EMBED_ACTSLIKEBUTTON
Definition EmbedMisc.idl:76
const hyper MS_EMBED_RECOMPOSEONRESIZE
means that the object wish to regenerate view representation if it's view in the container is resized...
Definition EmbedMisc.idl:45
const hyper MS_EMBED_NOUIACTIVATE
Definition EmbedMisc.idl:80
const hyper MS_EMBED_ACTIVATEWHENVISIBLE
Definition EmbedMisc.idl:68
const hyper MS_EMBED_ISLINKOBJECT
Definition EmbedMisc.idl:64
const hyper MS_EMBED_RENDERINGISDEVICEINDEPENDENT
Definition EmbedMisc.idl:70
const hyper EMBED_NEVERRESIZE
Definition EmbedMisc.idl:98
const hyper MS_EMBED_STATIC
The object is a static object that contains only representation.
Definition EmbedMisc.idl:58
const hyper EMBED_ACTIVATEIMMEDIATELY
Definition EmbedMisc.idl:96
const hyper MS_EMBED_INVISIBLEATRUNTIME
Definition EmbedMisc.idl:72
const hyper MS_EMBED_ALIGNABLE
Definition EmbedMisc.idl:82
const hyper MS_EMBED_CANLINKBYOLE1
Definition EmbedMisc.idl:62
const hyper MS_EMBED_ACTSLIKELABEL
Definition EmbedMisc.idl:78
const hyper MS_EMBED_ALWAYSRUN
Definition EmbedMisc.idl:74
const hyper MS_EMBED_INSERTNOTREPLACE
If the object is generated from a selection, the selection should not be removed, the object should b...
Definition EmbedMisc.idl:54
const hyper MS_EMBED_INSIDEOUT
Definition EmbedMisc.idl:66
const hyper MS_EMBED_IMEMODE
Definition EmbedMisc.idl:88
const hyper MS_EMBED_SIMPLEFRAME
Definition EmbedMisc.idl:84
Definition Ambiguous.idl:20