2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef __ooo_vba_excel_XAxis_idl__
20 #define __ooo_vba_excel_XAxis_idl__
22 #include
<com
/sun
/star
/script
/BasicErrorException.idl
>
23 #include
<ooo
/vba
/XHelperInterface.idl
>
25 module ooo
{ module vba
{ module excel
{
29 interface ::ooo
::vba
::XHelperInterface
;
32 raises
(com
::sun
::star
::script
::BasicErrorException
);
34 XAxisTitle getAxisTitle
()
35 raises
(com
::sun
::star
::script
::BasicErrorException
);
37 void setDisplayUnit
([in] long DisplayUnit
)
38 raises
(com
::sun
::star
::script
::BasicErrorException
);
41 raises
(com
::sun
::star
::script
::BasicErrorException
);
43 void setCrosses
([in] long Crosses
)
44 raises
(com
::sun
::star
::script
::BasicErrorException
);
47 raises
(com
::sun
::star
::script
::BasicErrorException
);
49 void setCrossesAt
([in] double CrossesAt
)
50 raises
(com
::sun
::star
::script
::BasicErrorException
);
53 raises
(com
::sun
::star
::script
::BasicErrorException
);
55 void setType
([in] long Type
)
56 raises
(com
::sun
::star
::script
::BasicErrorException
);
59 raises
(com
::sun
::star
::script
::BasicErrorException
);
61 void setHasTitle
([in] boolean HasTitle
)
62 raises
(com
::sun
::star
::script
::BasicErrorException
);
65 raises
(com
::sun
::star
::script
::BasicErrorException
);
67 void setMinorUnit
([in] double MinorUnit
)
68 raises
(com
::sun
::star
::script
::BasicErrorException
);
71 raises
(com
::sun
::star
::script
::BasicErrorException
);
73 void setMinorUnitIsAuto
([in] boolean MinorUnitIsAuto
)
74 raises
(com
::sun
::star
::script
::BasicErrorException
);
76 boolean getMinorUnitIsAuto
()
77 raises
(com
::sun
::star
::script
::BasicErrorException
);
79 void setReversePlotOrder
([in] boolean ReversePlotOrder
)
80 raises
(com
::sun
::star
::script
::BasicErrorException
);
82 boolean getReversePlotOrder
()
83 raises
(com
::sun
::star
::script
::BasicErrorException
);
85 void setMajorUnit
([in] double MajorUnit
)
86 raises
(com
::sun
::star
::script
::BasicErrorException
);
89 raises
(com
::sun
::star
::script
::BasicErrorException
);
91 void setMajorUnitIsAuto
([in] boolean MajorUnitIsAuto
)
92 raises
(com
::sun
::star
::script
::BasicErrorException
);
94 boolean getMajorUnitIsAuto
()
95 raises
(com
::sun
::star
::script
::BasicErrorException
);
97 void setMaximumScale
([in] double MaximumScale
)
98 raises
(com
::sun
::star
::script
::BasicErrorException
);
100 double getMaximumScale
()
101 raises
(com
::sun
::star
::script
::BasicErrorException
);
103 void setMaximumScaleIsAuto
([in] boolean MaximumScaleIsAuto
)
104 raises
(com
::sun
::star
::script
::BasicErrorException
);
106 boolean getMaximumScaleIsAuto
()
107 raises
(com
::sun
::star
::script
::BasicErrorException
);
109 void setMinimumScale
([in] double MinimumScale
)
110 raises
(com
::sun
::star
::script
::BasicErrorException
);
112 double getMinimumScale
()
113 raises
(com
::sun
::star
::script
::BasicErrorException
);
115 void setMinimumScaleIsAuto
([in] boolean MinimumScaleIsAuto
)
116 raises
(com
::sun
::star
::script
::BasicErrorException
);
118 boolean getMinimumScaleIsAuto
()
119 raises
(com
::sun
::star
::script
::BasicErrorException
);
121 long getAxisGroup
();//
122 raises
(com
::sun
::star
::script
::BasicErrorException
);
124 void setScaleType
([in] long ScaleType
)
125 raises
(com
::sun
::star
::script
::BasicErrorException
);
128 raises
(com
::sun
::star
::script
::BasicErrorException
);
131 raises
(com
::sun
::star
::script
::BasicErrorException
);
133 void setHeight
([in] /* double */ double height
)
134 raises
(com
::sun
::star
::script
::BasicErrorException
);
137 raises
(com
::sun
::star
::script
::BasicErrorException
);
139 void setWidth
([in] /* double */ double width
)
140 raises
(com
::sun
::star
::script
::BasicErrorException
);
143 raises
(com
::sun
::star
::script
::BasicErrorException
);
145 void setTop
([in] /* double */ double top
)
146 raises
(com
::sun
::star
::script
::BasicErrorException
);
149 raises
(com
::sun
::star
::script
::BasicErrorException
);
151 void setLeft
([in] /* double */ double left
)
152 raises
(com
::sun
::star
::script
::BasicErrorException
);
155 // XBorder getBorder( ) raises ( com::sun::star::script::BasicErrorException );
157 // void setMinorGridlines( [in] XGridlines MinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
159 // XGridlines getMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
161 // void setMinorTickMark( [in] long MinorTickMark ) raises ( com::sun::star::script::BasicErrorException );
163 // long getMinorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
165 // void setTickLabelPosition( [in] long TickLabelPosition ) raises ( com::sun::star::script::BasicErrorException );
167 // long getTickLabelPosition( ) raises ( com::sun::star::script::BasicErrorException );
169 // void setTickLabels( [in] XTickLabels TickLabels ) raises ( com::sun::star::script::BasicErrorException );
171 // XTickLabels getTickLabels( ) raises ( com::sun::star::script::BasicErrorException );
173 // void setTickLabelSpacing( [in] long TickLabelSpacing ) raises ( com::sun::star::script::BasicErrorException );
175 // long getTickLabelSpacing( ) raises ( com::sun::star::script::BasicErrorException );
177 // void setTickMarkSpacing( [in] long TickMarkSpacing ) raises ( com::sun::star::script::BasicErrorException );
179 // long getTickMarkSpacing( ) raises ( com::sun::star::script::BasicErrorException );
181 // void setMajorGridlines( [in] XGridlines MajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
183 // XGridlines getMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
185 // void setMajorTickMark( [in] long MajorTickMark ) raises ( com::sun::star::script::BasicErrorException );
187 // long getMajorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
189 // void setBaseUnit( [in] long BaseUnit ) raises ( com::sun::star::script::BasicErrorException );
191 // long getBaseUnit( ) raises ( com::sun::star::script::BasicErrorException );
193 // void setBaseUnitIsAuto( [in] boolean BaseUnitIsAuto ) raises ( com::sun::star::script::BasicErrorException );
195 // boolean getBaseUnitIsAuto( ) raises ( com::sun::star::script::BasicErrorException );
197 // void setMajorUnitScale( [in] long MajorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
199 // long getMajorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
201 // void setMinorUnitScale( [in] long MinorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
203 // long getMinorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
205 // void setCategoryType( [in] long CategoryType ) raises ( com::sun::star::script::BasicErrorException );
207 // long getCategoryType( ) raises ( com::sun::star::script::BasicErrorException );
209 // void setHasMajorGridlines( [in] boolean HasMajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
211 // boolean getHasMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
213 // void setHasMinorGridlines( [in] boolean HasMinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
215 // boolean getHasMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
217 // void setCategoryNames( [in] any CategoryNames ) raises ( com::sun::star::script::BasicErrorException );
219 // any getCategoryNames( ) raises ( com::sun::star::script::BasicErrorException );
221 // void setDisplayUnitCustom( [in] double DisplayUnitCustom ) raises ( com::sun::star::script::BasicErrorException );
223 // double getDisplayUnitCustom( ) raises ( com::sun::star::script::BasicErrorException );
225 // void setHasDisplayUnitLabel( [in] boolean HasDisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
227 // boolean getHasDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
229 // void setDisplayUnitLabel( [in] XDisplayUnitLabel DisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
231 // XDisplayUnitLabel getDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
233 // any Select( ) raises ( com::sun::star::script::BasicErrorException );
235 // void setAxisBetweenCategories( [in] boolean AxisBetweenCategories ) raises ( com::sun::star::script::BasicErrorException );
237 // boolean getAxisBetweenCategories( ) raises ( com::sun::star::script::BasicErrorException );