LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_embed_EmbedMisc_idl__
20 #define __com_sun_star_embed_EmbedMisc_idl__
21 
22 
23 
24 module com { module sun { module star { module embed {
25 
40 published constants EmbedMisc
41 {
42  // analog of the MS OLEMISC enum
43 
47  const hyper MS_EMBED_RECOMPOSEONRESIZE = 1;
48 
51  const hyper MS_EMBED_ONLYICONIC = 2;
52 
56  const hyper MS_EMBED_INSERTNOTREPLACE = 4;
57 
60  const hyper MS_EMBED_STATIC = 8;
61 
62  const hyper MS_EMBED_CANTLINKINSIDE = 16;
63 
64  const hyper MS_EMBED_CANLINKBYOLE1 = 32;
65 
66  const hyper MS_EMBED_ISLINKOBJECT = 64;
67 
68  const hyper MS_EMBED_INSIDEOUT = 128;
69 
70  const hyper MS_EMBED_ACTIVATEWHENVISIBLE = 256;
71 
73 
74  const hyper MS_EMBED_INVISIBLEATRUNTIME = 1024;
75 
76  const hyper MS_EMBED_ALWAYSRUN = 2048;
77 
78  const hyper MS_EMBED_ACTSLIKEBUTTON = 4096;
79 
80  const hyper MS_EMBED_ACTSLIKELABEL = 8192;
81 
82  const hyper MS_EMBED_NOUIACTIVATE = 16384;
83 
84  const hyper MS_EMBED_ALIGNABLE = 32768;
85 
86  const hyper MS_EMBED_SIMPLEFRAME = 65536;
87 
88  const hyper MS_EMBED_SETCLIENTSITEFIRST = 131072;
89 
90  const hyper MS_EMBED_IMEMODE = 262144;
91 
92  const hyper MS_EMBED_IGNOREACTIVATEWHENVISIBLE = 524288;
93 
94  const hyper MS_EMBED_WANTSTOMENUMERGE = 1048576;
95 
96  const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO = 2097152;
97 
98  const hyper EMBED_ACTIVATEIMMEDIATELY = 0x100000000;
99 
100  const hyper EMBED_NEVERRESIZE = 0x200000000;
101 
105  const hyper EMBED_NEEDSSIZEONLOAD = 0x400000000;
106 
107 };
108 
109 
110 }; }; }; };
111 
112 #endif
113 
114 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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:105
const hyper MS_EMBED_CANTLINKINSIDE
Definition: EmbedMisc.idl:62
const hyper MS_EMBED_SETCLIENTSITEFIRST
Definition: EmbedMisc.idl:88
const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO
Definition: EmbedMisc.idl:96
const hyper MS_EMBED_IGNOREACTIVATEWHENVISIBLE
Definition: EmbedMisc.idl:92
const hyper MS_EMBED_ONLYICONIC
The object has no view representation except icon.
Definition: EmbedMisc.idl:51
const hyper MS_EMBED_WANTSTOMENUMERGE
Definition: EmbedMisc.idl:94
const hyper MS_EMBED_ACTSLIKEBUTTON
Definition: EmbedMisc.idl:78
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:47
const hyper MS_EMBED_NOUIACTIVATE
Definition: EmbedMisc.idl:82
const hyper MS_EMBED_ACTIVATEWHENVISIBLE
Definition: EmbedMisc.idl:70
const hyper MS_EMBED_ISLINKOBJECT
Definition: EmbedMisc.idl:66
const hyper MS_EMBED_RENDERINGISDEVICEINDEPENDENT
Definition: EmbedMisc.idl:72
const hyper EMBED_NEVERRESIZE
Definition: EmbedMisc.idl:100
const hyper MS_EMBED_STATIC
The object is a static object that contains only representation.
Definition: EmbedMisc.idl:60
const hyper EMBED_ACTIVATEIMMEDIATELY
Definition: EmbedMisc.idl:98
const hyper MS_EMBED_INVISIBLEATRUNTIME
Definition: EmbedMisc.idl:74
const hyper MS_EMBED_ALIGNABLE
Definition: EmbedMisc.idl:84
const hyper MS_EMBED_CANLINKBYOLE1
Definition: EmbedMisc.idl:64
const hyper MS_EMBED_ACTSLIKELABEL
Definition: EmbedMisc.idl:80
const hyper MS_EMBED_ALWAYSRUN
Definition: EmbedMisc.idl:76
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:56
const hyper MS_EMBED_INSIDEOUT
Definition: EmbedMisc.idl:68
const hyper MS_EMBED_IMEMODE
Definition: EmbedMisc.idl:90
const hyper MS_EMBED_SIMPLEFRAME
Definition: EmbedMisc.idl:86
Definition: Ambiguous.idl:22