LibreOffice
LibreOffice 24.2 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 
20 
21 module com { module sun { module star { module drawing {
22 
23 
29 {
32  [optional, property] boolean MirroredX;
33 
36  [optional, property] boolean MirroredY;
37 
40  [optional, property] boolean Switched;
41 
48 
54 
58  [optional, property] long RefX;
59 
63  [optional, property] long RefY;
64 
68  [optional, property] long RefAngle;
69 
73  [optional, property] long RefR;
74 
78 
82 
86 
90 
94 
98 };
99 
100 
101 }; }; }; };
102 
103 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeXMaximum
If the attribute RangeXMaximum is set, it specifies the horizontal maximum range of the handle...
Definition: EnhancedCustomShapeHandle.idl:81
long RefR
RefR, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:73
boolean MirroredX
Specifies if the x position of the handle is mirrored.
Definition: EnhancedCustomShapeHandle.idl:32
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition: EnhancedCustomShapeHandle.idl:28
::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:97
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeXMinimum
If the attribute RangeXMinimum is set, it specifies the horizontal minimum range of the handle...
Definition: EnhancedCustomShapeHandle.idl:77
specifies the coordinates used with EnhancedCustomShapes
Definition: EnhancedCustomShapeParameterPair.idl:26
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMinimum
If the attribute RangeYMinimum is set, it specifies the vertical minimum range of the handle...
Definition: EnhancedCustomShapeHandle.idl:85
Definition: Ambiguous.idl:20
::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:93
long RefY
RefY, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:63
::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMaximum
If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle...
Definition: EnhancedCustomShapeHandle.idl:89
boolean Switched
Specifies if the handle directions are swapped if the shape is taller than wide.
Definition: EnhancedCustomShapeHandle.idl:40
specifies a single value which is used with EnhancedCustomShapes
Definition: EnhancedCustomShapeParameter.idl:26
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:47
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Polar
If this attribute is set, the handle is a polar handle.
Definition: EnhancedCustomShapeHandle.idl:53
long RefX
RefX, if this attribute is set, it specifies the index of the adjustment value which is connected to ...
Definition: EnhancedCustomShapeHandle.idl:58
long RefAngle
RefAngle, if this attribute is set, it specifies the index of the adjustment value which is connected...
Definition: EnhancedCustomShapeHandle.idl:68
boolean MirroredY
Specifies if the y position of the handle is mirrored.
Definition: EnhancedCustomShapeHandle.idl:36