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
drawing
Shape.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_drawing_Shape_idl__
20
#define __com_sun_star_drawing_Shape_idl__
21
22
#include <
com/sun/star/document/LinkTarget.idl
>
23
#include <
com/sun/star/drawing/XShape.idl
>
24
#include <
com/sun/star/lang/XComponent.idl
>
25
#include <
com/sun/star/style/XStyle.idl
>
26
#include <
com/sun/star/drawing/HomogenMatrix3.idl
>
27
#include <
com/sun/star/drawing/XGluePointsSupplier.idl
>
28
#include <
com/sun/star/container/XNameContainer.idl
>
29
#include <
com/sun/star/beans/XTolerantMultiPropertySet.idl
>
30
#include <
com/sun/star/beans/PropertyValue.idl
>
31
32
module com { module sun { module star { module drawing {
33
34
43
published service
Shape
44
{
45
48
interface
com::sun::star::beans::XPropertySet
;
49
50
55
interface
com::sun::star::drawing::XShape
;
56
57
60
interface
com::sun::star::lang::XComponent
;
61
62
66
interface
com::sun::star::drawing::XShapeDescriptor
;
67
68
73
[optional]
interface
com::sun::star::drawing::XGluePointsSupplier
;
74
75
76
[optional]
interface
com::sun::star::beans::XTolerantMultiPropertySet
;
77
78
80
[optional, property]
long
ZOrder
;
81
82
86
[optional, property]
short
LayerID
;
87
88
92
[optional, property]
string
LayerName
;
93
94
99
[optional, property]
boolean
Visible
;
100
101
105
[optional, property]
boolean
Printable
;
106
107
111
[optional, property]
boolean
MoveProtect
;
112
113
116
[optional, property]
string
Name
;
117
118
122
[optional, property]
boolean
SizeProtect
;
123
124
127
[optional, property]
com::sun::star::style::XStyle
Style
;
128
129
136
[optional, property]
com::sun::star::drawing::HomogenMatrix3
Transformation
;
137
138
144
[optional, property]
com::sun::star::container::XNameContainer
ShapeUserDefinedAttributes
;
145
146
151
[optional, property]
long
NavigationOrder
;
152
155
[optional, property]
string
Hyperlink
;
156
166
[optional, property] sequence<com::sun::star::beans::PropertyValue>
InteropGrabBag
;
167
173
[optional, property]
short
RelativeHeight
;
174
180
[optional, property]
short
RelativeWidth
;
181
188
[optional, property]
short
RelativeHeightRelation
;
189
196
[optional, property]
short
RelativeWidthRelation
;
197
};
198
199
200
}; }; }; };
201
202
#endif
203
204
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4