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
awt
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
34
published 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: */
Generated by
1.8.4