LibreOffice
LibreOffice 7.4 SDK API Reference
EnhancedCustomShapeHandle.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_EnhancedCustomShapeHandle_idl__
20 #define __com_sun_star_drawing_EnhancedCustomShapeHandle_idl__
21 
23 
24 
25 module com { module sun { module star { module drawing {
26 
27 
33 {
36  [optional, property] boolean MirroredX;
37 
40  [optional, property] boolean MirroredY;
41 
44  [optional, property] boolean Switched;
45 
52 
58 
62  [optional, property] long RefX;
63 
67  [optional, property] long RefY;
68 
72  [optional, property] long RefAngle;
73 
77  [optional, property] long RefR;
78 
82 
86 
90 
94 
98 
102 };
103 
104 
105 }; }; }; };
106 
107 #endif
108 
109 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition: EnhancedCustomShapeHandle.idl:33
long RefR
RefR, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:77
::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMinimum
If this attribute is set, it specifies the minimum radius range that can be used for a polar handle.
Definition: EnhancedCustomShapeHandle.idl:97
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeXMaximum
If the attribute RangeXMaximum is set, it specifies the horizontal maximum range of the handle.
Definition: EnhancedCustomShapeHandle.idl:85
::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMaximum
If this attribute is set, it specifies the maximum radius range that can be used for a polar handle.
Definition: EnhancedCustomShapeHandle.idl:101
long RefY
RefY, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:67
long RefX
RefX, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:62
boolean MirroredX
Specifies if the x position of the handle is mirrored.
Definition: EnhancedCustomShapeHandle.idl:36
com::sun::star::drawing::EnhancedCustomShapeParameterPair Position
If the property Polar is set, then the first value specifies the radius and the second parameter the ...
Definition: EnhancedCustomShapeHandle.idl:51
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMinimum
If the attribute RangeYMinimum is set, it specifies the vertical minimum range of the handle.
Definition: EnhancedCustomShapeHandle.idl:89
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeXMinimum
If the attribute RangeXMinimum is set, it specifies the horizontal minimum range of the handle.
Definition: EnhancedCustomShapeHandle.idl:81
boolean Switched
Specifies if the handle directions are swapped if the shape is taller than wide.
Definition: EnhancedCustomShapeHandle.idl:44
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMaximum
If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle.
Definition: EnhancedCustomShapeHandle.idl:93
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Polar
If this attribute is set, the handle is a polar handle.
Definition: EnhancedCustomShapeHandle.idl:57
boolean MirroredY
Specifies if the y position of the handle is mirrored.
Definition: EnhancedCustomShapeHandle.idl:40
long RefAngle
RefAngle, if this attribute is set, it specifies the index of the adjustment value which is connected...
Definition: EnhancedCustomShapeHandle.idl:72
specifies the coordinates used with EnhancedCustomShapes
Definition: EnhancedCustomShapeParameterPair.idl:31
specifies a single value which is used with EnhancedCustomShapes
Definition: EnhancedCustomShapeParameter.idl:29