cid#1636693 COPY_INSTEAD_OF_MOVE
[LibreOffice.git] / offapi / com / sun / star / drawing / EnhancedCustomShapeSegmentCommand.idl
blob3d1ca2df40e5bc2ff4d395a4f770e46fc48210bb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 module com { module sun { module star { module drawing {
25 constants EnhancedCustomShapeSegmentCommand
27 const short UNKNOWN = 0;
29 const short MOVETO = 1;
31 const short LINETO = 2;
33 const short CURVETO = 3;
35 const short CLOSESUBPATH = 4;
37 const short ENDSUBPATH = 5;
39 const short NOFILL = 6;
41 const short NOSTROKE = 7;
43 const short ANGLEELLIPSETO = 8;
45 const short ANGLEELLIPSE = 9;
47 const short ARCTO = 10;
49 const short ARC = 11;
51 const short CLOCKWISEARCTO = 12;
53 const short CLOCKWISEARC = 13;
55 const short ELLIPTICALQUADRANTX = 14;
57 const short ELLIPTICALQUADRANTY = 15;
59 const short QUADRATICCURVETO = 16;
61 const short ARCANGLETO = 17;
63 /**
64 darken fill color
66 const short DARKEN = 18;
68 /**
69 darken fill color less
71 const short DARKENLESS = 19;
73 /**
74 lighten fill color
76 const short LIGHTEN = 20;
78 /**
79 lighten fill color less
81 const short LIGHTENLESS = 21;
85 }; }; }; };
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */