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