1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 .
20 #ifndef __ooo_vba_excel_XAxis_idl__
21 #define __ooo_vba_excel_XAxis_idl__
23 #include
<com
/sun
/star
/script
/BasicErrorException.idl
>
24 #include
<ooo
/vba
/XHelperInterface.idl
>
26 module ooo
{ module vba
{ module excel
{
30 interface ::ooo
::vba
::XHelperInterface
;
33 raises
(com
::sun
::star
::script
::BasicErrorException
);
35 XAxisTitle getAxisTitle
()
36 raises
(com
::sun
::star
::script
::BasicErrorException
);
38 void setDisplayUnit
([in] long DisplayUnit
)
39 raises
(com
::sun
::star
::script
::BasicErrorException
);
42 raises
(com
::sun
::star
::script
::BasicErrorException
);
44 void setCrosses
([in] long Crosses
)
45 raises
(com
::sun
::star
::script
::BasicErrorException
);
48 raises
(com
::sun
::star
::script
::BasicErrorException
);
50 void setCrossesAt
([in] double CrossesAt
)
51 raises
(com
::sun
::star
::script
::BasicErrorException
);
54 raises
(com
::sun
::star
::script
::BasicErrorException
);
56 void setType
([in] long Type
)
57 raises
(com
::sun
::star
::script
::BasicErrorException
);
60 raises
(com
::sun
::star
::script
::BasicErrorException
);
62 void setHasTitle
([in] boolean HasTitle
)
63 raises
(com
::sun
::star
::script
::BasicErrorException
);
66 raises
(com
::sun
::star
::script
::BasicErrorException
);
68 void setMinorUnit
([in] double MinorUnit
)
69 raises
(com
::sun
::star
::script
::BasicErrorException
);
72 raises
(com
::sun
::star
::script
::BasicErrorException
);
74 void setMinorUnitIsAuto
([in] boolean MinorUnitIsAuto
)
75 raises
(com
::sun
::star
::script
::BasicErrorException
);
77 boolean getMinorUnitIsAuto
()
78 raises
(com
::sun
::star
::script
::BasicErrorException
);
80 void setReversePlotOrder
([in] boolean ReversePlotOrder
)
81 raises
(com
::sun
::star
::script
::BasicErrorException
);
83 boolean getReversePlotOrder
()
84 raises
(com
::sun
::star
::script
::BasicErrorException
);
86 void setMajorUnit
([in] double MajorUnit
)
87 raises
(com
::sun
::star
::script
::BasicErrorException
);
90 raises
(com
::sun
::star
::script
::BasicErrorException
);
92 void setMajorUnitIsAuto
([in] boolean MajorUnitIsAuto
)
93 raises
(com
::sun
::star
::script
::BasicErrorException
);
95 boolean getMajorUnitIsAuto
()
96 raises
(com
::sun
::star
::script
::BasicErrorException
);
98 void setMaximumScale
([in] double MaximumScale
)
99 raises
(com
::sun
::star
::script
::BasicErrorException
);
101 double getMaximumScale
()
102 raises
(com
::sun
::star
::script
::BasicErrorException
);
104 void setMaximumScaleIsAuto
([in] boolean MaximumScaleIsAuto
)
105 raises
(com
::sun
::star
::script
::BasicErrorException
);
107 boolean getMaximumScaleIsAuto
()
108 raises
(com
::sun
::star
::script
::BasicErrorException
);
110 void setMinimumScale
([in] double MinimumScale
)
111 raises
(com
::sun
::star
::script
::BasicErrorException
);
113 double getMinimumScale
()
114 raises
(com
::sun
::star
::script
::BasicErrorException
);
116 void setMinimumScaleIsAuto
([in] boolean MinimumScaleIsAuto
)
117 raises
(com
::sun
::star
::script
::BasicErrorException
);
119 boolean getMinimumScaleIsAuto
()
120 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 );
246 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */