1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: XEnhancedCustomShapeDefaulter.idl,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__
31 #define __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__
33 #ifndef __com_sun_star_uno_XInterface_idl__
34 #include
<com
/sun
/star
/uno
/XInterface.idl
>
37 //=============================================================================
39 module com
{ module sun
{ module star
{ module drawing
{
41 //=============================================================================
46 interface XEnhancedCustomShapeDefaulter
: com
::sun
::star
::uno
::XInterface
48 //-------------------------------------------------------------------------
52 This interface allows to create shape properties for the given "ShapeType".
53 The "ShapeType" string can be empty then the current "ShapeType" of the
117 "rectangular-callout",
118 "round-rectangular-callout",
133 "left-arrow-callout",
134 "right-arrow-callout",
136 "down-arrow-callout",
137 "left-right-arrow-callout",
138 "up-down-arrow-callout",
139 "quad-arrow-callout",
149 "striped-right-arrow",
150 "notched-right-arrow",
166 "flowchart-decision",
168 "flowchart-predefined-process",
169 "flowchart-internal-storage",
170 "flowchart-document",
171 "flowchart-multidocument",
172 "flowchart-terminator",
173 "flowchart-preparation",
174 "flowchart-manual-input",
175 "flowchart-manual-operation",
176 "flowchart-connector",
178 "flowchart-punched-tape",
179 "flowchart-summing-junction",
186 "flowchart-stored-data",
187 "flowchart-sequential-access",
188 "flowchart-magnetic-disk",
189 "flowchart-direct-access-storage",
192 "fontwork-plain-text",
194 "fontwork-triangle-up",
195 "fontwork-triangle-down",
196 "fontwork-chevron-up",
197 "fontwork-chevron-down",
200 "fontwork-arch-up-curve",
201 "fontwork-arch-down-curve",
202 "fontwork-circle-curve",
203 "fontwork-open-circle-curve",
204 "fontwork-arch-up-pour",
205 "fontwork-arch-down-pour",
206 "fontwork-circle-pour",
207 "fontwork-open-circle-pour",
209 "fontwork-curve-down",
210 "fontwork-fade-up-and-right",
211 "fontwork-fade-up-and-left",
224 "fontwork-fade-right",
225 "fontwork-fade-left",
227 "fontwork-fade-down",
229 "fontwork-slant-down",
232 "flowchart-alternate-process",
233 "flowchart-off-page-connector",
260 SJ: following shape types can't be created with this method, they
261 are part of the gallery (soon they also will be added)
263 // gallery: round-quadrat
265 // gallery: circle-pie
270 // gallery: octagon-bevel
271 // gallery: diamond-bevel
272 // gallery: up-right-arrow
273 // gallery: up-right-down-arrow
274 // gallery: corner-right-arrow
275 // gallery: split-arrow
276 // gallery: up-right-arrow-callout
277 // gallery: split-round-arrow
278 // gallery: s-sharped-arrow
281 // Gallery: concave-star6
283 // Gallery: doorplate
284 // gallery: fontwork-arch-left-curve
285 // gallery: fontwork-arch-right-curve
286 // gallery: fontwork-arch-left-pour
287 // gallery: fontwork-arch-right-pour
290 void createCustomShapeDefaults
( [ in ] string aShapeType
);
294 //=============================================================================