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: LegendSymbolStyle.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_chart_LegendSymbolStyle_idl
31 #define com_sun_star_chart_LegendSymbolStyle_idl
33 #include
<com
/sun
/star
/uno
/XInterface.idl
>
35 #include
<com
/sun
/star
/chart2
/XTitle.idl
>
48 enum LegendSymbolStyle
50 /** A square box with border.
54 /** A rectangle that is wider than high with border.
58 /** A square box with border, that may change its aspect ratio if
59 the layout of the legend requires this.
63 /** A filled rectangle with no border that uses all the space
64 available for the legend entry's symbol, leaving no padding
65 space. This is especially useful for legends representing a
70 /** A line extending from the left edge to the right edge
74 /** A line extending from the top edge to the bottom edge
78 /** A line spanning the diagonal of the box you would get with
83 /** A line like with <member>LINE</member>, but with a small
84 bordered square box in the middle.
88 /** A line like with <member>LINE</member>, but with the symbol
89 that is returned by <member>XLegendEntry::getSymbol</member>
90 (see also <member>USER_DEFINED</member>).
94 /** A bordered circle which has the same bounding-box as the
99 /** Use the symbol that is returned by
100 <member>XLegendEntry::getSymbol</member>.