LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
embed
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
64
const
hyper
MS_EMBED_CANTLINKINSIDE
= 16;
65
68
const
hyper
MS_EMBED_CANLINKBYOLE1
= 32;
69
72
const
hyper
MS_EMBED_ISLINKOBJECT
= 64;
73
76
const
hyper
MS_EMBED_INSIDEOUT
= 128;
77
80
const
hyper
MS_EMBED_ACTIVATEWHENVISIBLE
= 256;
81
84
const
hyper
MS_EMBED_RENDERINGISDEVICEINDEPENDENT
= 512;
85
88
const
hyper
MS_EMBED_INVISIBLEATRUNTIME
= 1024;
89
92
const
hyper
MS_EMBED_ALWAYSRUN
= 2048;
93
96
const
hyper
MS_EMBED_ACTSLIKEBUTTON
= 4096;
97
100
const
hyper
MS_EMBED_ACTSLIKELABEL
= 8192;
101
104
const
hyper
MS_EMBED_NOUIACTIVATE
= 16384;
105
108
const
hyper
MS_EMBED_ALIGNABLE
= 32768;
109
112
const
hyper
MS_EMBED_SIMPLEFRAME
= 65536;
113
116
const
hyper
MS_EMBED_SETCLIENTSITEFIRST
= 131072;
117
120
const
hyper
MS_EMBED_IMEMODE
= 262144;
121
124
const
hyper
MS_EMBED_IGNOREACTIVATEWHENVISIBLE
= 524288;
125
128
const
hyper
MS_EMBED_WANTSTOMENUMERGE
= 1048576;
129
132
const
hyper
MS_EMBED_SUPPORTSMULTILEVELUNDO
= 2097152;
133
136
const
hyper
EMBED_ACTIVATEIMMEDIATELY
= 0x100000000;
137
140
const
hyper
EMBED_NEVERRESIZE
= 0x200000000;
141
145
const
hyper
EMBED_NEEDSSIZEONLOAD
= 0x400000000;
146
147
};
148
149
150
}; }; }; };
151
152
#endif
153
154
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4