LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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: */
com::sun::star::awt::VclWindowPeerAttribute
specifies attributes for the VCL window implementation.
Definition
VclWindowPeerAttribute.idl:33
com::sun::star::awt::VclWindowPeerAttribute::YES_NO_CANCEL
const long YES_NO_CANCEL
Definition
VclWindowPeerAttribute.idl:83
com::sun::star::awt::VclWindowPeerAttribute::SPIN
const long SPIN
Definition
VclWindowPeerAttribute.idl:50
com::sun::star::awt::VclWindowPeerAttribute::SORT
const long SORT
Definition
VclWindowPeerAttribute.idl:53
com::sun::star::awt::VclWindowPeerAttribute::RETRY_CANCEL
const long RETRY_CANCEL
Definition
VclWindowPeerAttribute.idl:86
com::sun::star::awt::VclWindowPeerAttribute::DEFBUTTON
const long DEFBUTTON
Definition
VclWindowPeerAttribute.idl:59
com::sun::star::awt::VclWindowPeerAttribute::DEF_NO
const long DEF_NO
Definition
VclWindowPeerAttribute.idl:101
com::sun::star::awt::VclWindowPeerAttribute::CLIPCHILDREN
const long CLIPCHILDREN
Definition
VclWindowPeerAttribute.idl:65
com::sun::star::awt::VclWindowPeerAttribute::DEF_CANCEL
const long DEF_CANCEL
Definition
VclWindowPeerAttribute.idl:92
com::sun::star::awt::VclWindowPeerAttribute::CENTER
const long CENTER
Definition
VclWindowPeerAttribute.idl:44
com::sun::star::awt::VclWindowPeerAttribute::HSCROLL
const long HSCROLL
Definition
VclWindowPeerAttribute.idl:35
com::sun::star::awt::VclWindowPeerAttribute::YES_NO
const long YES_NO
Definition
VclWindowPeerAttribute.idl:80
com::sun::star::awt::VclWindowPeerAttribute::NOBORDER
const long NOBORDER
Definition
VclWindowPeerAttribute.idl:68
com::sun::star::awt::VclWindowPeerAttribute::GROUP
const long GROUP
Definition
VclWindowPeerAttribute.idl:71
com::sun::star::awt::VclWindowPeerAttribute::DEF_YES
const long DEF_YES
Definition
VclWindowPeerAttribute.idl:98
com::sun::star::awt::VclWindowPeerAttribute::LEFT
const long LEFT
Definition
VclWindowPeerAttribute.idl:41
com::sun::star::awt::VclWindowPeerAttribute::VSCROLL
const long VSCROLL
Definition
VclWindowPeerAttribute.idl:38
com::sun::star::awt::VclWindowPeerAttribute::OK_CANCEL
const long OK_CANCEL
Definition
VclWindowPeerAttribute.idl:77
com::sun::star::awt::VclWindowPeerAttribute::DROPDOWN
const long DROPDOWN
Definition
VclWindowPeerAttribute.idl:56
com::sun::star::awt::VclWindowPeerAttribute::DEF_OK
const long DEF_OK
Definition
VclWindowPeerAttribute.idl:89
com::sun::star::awt::VclWindowPeerAttribute::AUTOHSCROLL
const long AUTOHSCROLL
Definition
VclWindowPeerAttribute.idl:107
com::sun::star::awt::VclWindowPeerAttribute::AUTOVSCROLL
const long AUTOVSCROLL
Definition
VclWindowPeerAttribute.idl:110
com::sun::star::awt::VclWindowPeerAttribute::READONLY
const long READONLY
Definition
VclWindowPeerAttribute.idl:62
com::sun::star::awt::VclWindowPeerAttribute::OK
const long OK
Definition
VclWindowPeerAttribute.idl:74
com::sun::star::awt::VclWindowPeerAttribute::RIGHT
const long RIGHT
Definition
VclWindowPeerAttribute.idl:47
com::sun::star::awt::VclWindowPeerAttribute::NOLABEL
const long NOLABEL
Definition
VclWindowPeerAttribute.idl:104
com::sun::star::awt::VclWindowPeerAttribute::DEF_RETRY
const long DEF_RETRY
Definition
VclWindowPeerAttribute.idl:95
com
Definition
Ambiguous.idl:20
com
sun
star
awt
VclWindowPeerAttribute.idl
Generated by
1.17.0