LibreOffice
LibreOffice 7.3 SDK API Reference
VclWindowPeerAttribute.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_awt_VclWindowPeerAttribute_idl__
20#define __com_sun_star_awt_VclWindowPeerAttribute_idl__
21
22
23
24 module com { module sun { module star { module awt {
25
26
34published constants VclWindowPeerAttribute
35{
36
37 const long HSCROLL = 256;
38
39
40 const long VSCROLL = 512;
41
42
43 const long LEFT = 1024;
44
45
46 const long CENTER = 2048;
47
48
49 const long RIGHT = 4096;
50
51
52 const long SPIN = 8192;
53
54
55 const long SORT = 16384;
56
57
58 const long DROPDOWN = 32768;
59
60
61 const long DEFBUTTON = 65536;
62
63
64 const long READONLY = 262144;
65
66
67 const long CLIPCHILDREN = 524288;
68
69
70 const long NOBORDER = 1048576;
71
72
73 const long GROUP = 2097152;
74
75
76 const long OK = 4194304;
77
78
79 const long OK_CANCEL = 8388608;
80
81
82 const long YES_NO = 16777216;
83
84
85 const long YES_NO_CANCEL = 33554432;
86
87
88 const long RETRY_CANCEL = 67108864;
89
90
91 const long DEF_OK = 134217728;
92
93
94 const long DEF_CANCEL = 268435456;
95
96
97 const long DEF_RETRY = 536870912;
98
99
100 const long DEF_YES = 1073741824;
101
102
103 const long DEF_NO = -2147483648;
104
105
106 const long NOLABEL = 536870912; //added for issue79712
107
108
109 const long AUTOHSCROLL = 1073741824;
110
111
112 const long AUTOVSCROLL = -2147483648;
113
114};
115
116
117}; }; }; };
118
119#endif
120
121/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long YES_NO_CANCEL
Definition: VclWindowPeerAttribute.idl:85
const long SPIN
Definition: VclWindowPeerAttribute.idl:52
const long SORT
Definition: VclWindowPeerAttribute.idl:55
const long RETRY_CANCEL
Definition: VclWindowPeerAttribute.idl:88
const long DEFBUTTON
Definition: VclWindowPeerAttribute.idl:61
const long DEF_NO
Definition: VclWindowPeerAttribute.idl:103
const long CLIPCHILDREN
Definition: VclWindowPeerAttribute.idl:67
const long DEF_CANCEL
Definition: VclWindowPeerAttribute.idl:94
const long CENTER
Definition: VclWindowPeerAttribute.idl:46
const long HSCROLL
Definition: VclWindowPeerAttribute.idl:37
const long YES_NO
Definition: VclWindowPeerAttribute.idl:82
const long NOBORDER
Definition: VclWindowPeerAttribute.idl:70
const long GROUP
Definition: VclWindowPeerAttribute.idl:73
const long DEF_YES
Definition: VclWindowPeerAttribute.idl:100
const long LEFT
Definition: VclWindowPeerAttribute.idl:43
const long VSCROLL
Definition: VclWindowPeerAttribute.idl:40
const long OK_CANCEL
Definition: VclWindowPeerAttribute.idl:79
const long DROPDOWN
Definition: VclWindowPeerAttribute.idl:58
const long DEF_OK
Definition: VclWindowPeerAttribute.idl:91
const long AUTOHSCROLL
Definition: VclWindowPeerAttribute.idl:109
const long AUTOVSCROLL
Definition: VclWindowPeerAttribute.idl:112
const long READONLY
Definition: VclWindowPeerAttribute.idl:64
const long OK
Definition: VclWindowPeerAttribute.idl:76
const long RIGHT
Definition: VclWindowPeerAttribute.idl:49
const long NOLABEL
Definition: VclWindowPeerAttribute.idl:106
const long DEF_RETRY
Definition: VclWindowPeerAttribute.idl:97
Definition: Ambiguous.idl:22