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 module ooo
{ module vba
{ module excel
{
24 interface ::ooo
::vba
::XHelperInterface
;
27 raises
(com
::sun
::star
::script
::BasicErrorException
);
29 XAxisTitle getAxisTitle
()
30 raises
(com
::sun
::star
::script
::BasicErrorException
);
32 void setDisplayUnit
([in] long DisplayUnit
)
33 raises
(com
::sun
::star
::script
::BasicErrorException
);
36 raises
(com
::sun
::star
::script
::BasicErrorException
);
38 void setCrosses
([in] long Crosses
)
39 raises
(com
::sun
::star
::script
::BasicErrorException
);
42 raises
(com
::sun
::star
::script
::BasicErrorException
);
44 void setCrossesAt
([in] double CrossesAt
)
45 raises
(com
::sun
::star
::script
::BasicErrorException
);
48 raises
(com
::sun
::star
::script
::BasicErrorException
);
50 void setType
([in] long Type
)
51 raises
(com
::sun
::star
::script
::BasicErrorException
);
54 raises
(com
::sun
::star
::script
::BasicErrorException
);
56 void setHasTitle
([in] boolean HasTitle
)
57 raises
(com
::sun
::star
::script
::BasicErrorException
);
60 raises
(com
::sun
::star
::script
::BasicErrorException
);
62 void setMinorUnit
([in] double MinorUnit
)
63 raises
(com
::sun
::star
::script
::BasicErrorException
);
66 raises
(com
::sun
::star
::script
::BasicErrorException
);
68 void setMinorUnitIsAuto
([in] boolean MinorUnitIsAuto
)
69 raises
(com
::sun
::star
::script
::BasicErrorException
);
71 boolean getMinorUnitIsAuto
()
72 raises
(com
::sun
::star
::script
::BasicErrorException
);
74 void setReversePlotOrder
([in] boolean ReversePlotOrder
)
75 raises
(com
::sun
::star
::script
::BasicErrorException
);
77 boolean getReversePlotOrder
()
78 raises
(com
::sun
::star
::script
::BasicErrorException
);
80 void setMajorUnit
([in] double MajorUnit
)
81 raises
(com
::sun
::star
::script
::BasicErrorException
);
84 raises
(com
::sun
::star
::script
::BasicErrorException
);
86 void setMajorUnitIsAuto
([in] boolean MajorUnitIsAuto
)
87 raises
(com
::sun
::star
::script
::BasicErrorException
);
89 boolean getMajorUnitIsAuto
()
90 raises
(com
::sun
::star
::script
::BasicErrorException
);
92 void setMaximumScale
([in] double MaximumScale
)
93 raises
(com
::sun
::star
::script
::BasicErrorException
);
95 double getMaximumScale
()
96 raises
(com
::sun
::star
::script
::BasicErrorException
);
98 void setMaximumScaleIsAuto
([in] boolean MaximumScaleIsAuto
)
99 raises
(com
::sun
::star
::script
::BasicErrorException
);
101 boolean getMaximumScaleIsAuto
()
102 raises
(com
::sun
::star
::script
::BasicErrorException
);
104 void setMinimumScale
([in] double MinimumScale
)
105 raises
(com
::sun
::star
::script
::BasicErrorException
);
107 double getMinimumScale
()
108 raises
(com
::sun
::star
::script
::BasicErrorException
);
110 void setMinimumScaleIsAuto
([in] boolean MinimumScaleIsAuto
)
111 raises
(com
::sun
::star
::script
::BasicErrorException
);
113 boolean getMinimumScaleIsAuto
()
114 raises
(com
::sun
::star
::script
::BasicErrorException
);
118 void setScaleType
([in] long ScaleType
)
119 raises
(com
::sun
::star
::script
::BasicErrorException
);
122 raises
(com
::sun
::star
::script
::BasicErrorException
);
125 raises
(com
::sun
::star
::script
::BasicErrorException
);
127 void setHeight
([in] /* double */ double height
)
128 raises
(com
::sun
::star
::script
::BasicErrorException
);
131 raises
(com
::sun
::star
::script
::BasicErrorException
);
133 void setWidth
([in] /* double */ double width
)
134 raises
(com
::sun
::star
::script
::BasicErrorException
);
137 raises
(com
::sun
::star
::script
::BasicErrorException
);
139 void setTop
([in] /* double */ double top
)
140 raises
(com
::sun
::star
::script
::BasicErrorException
);
143 raises
(com
::sun
::star
::script
::BasicErrorException
);
145 void setLeft
([in] /* double */ double left
)
146 raises
(com
::sun
::star
::script
::BasicErrorException
);
149 // XBorder getBorder( ) raises ( com::sun::star::script::BasicErrorException );
151 // void setMinorGridlines( [in] XGridlines MinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
153 // XGridlines getMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
155 // void setMinorTickMark( [in] long MinorTickMark ) raises ( com::sun::star::script::BasicErrorException );
157 // long getMinorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
159 // void setTickLabelPosition( [in] long TickLabelPosition ) raises ( com::sun::star::script::BasicErrorException );
161 // long getTickLabelPosition( ) raises ( com::sun::star::script::BasicErrorException );
163 // void setTickLabels( [in] XTickLabels TickLabels ) raises ( com::sun::star::script::BasicErrorException );
165 // XTickLabels getTickLabels( ) raises ( com::sun::star::script::BasicErrorException );
167 // void setTickLabelSpacing( [in] long TickLabelSpacing ) raises ( com::sun::star::script::BasicErrorException );
169 // long getTickLabelSpacing( ) raises ( com::sun::star::script::BasicErrorException );
171 // void setTickMarkSpacing( [in] long TickMarkSpacing ) raises ( com::sun::star::script::BasicErrorException );
173 // long getTickMarkSpacing( ) raises ( com::sun::star::script::BasicErrorException );
175 // void setMajorGridlines( [in] XGridlines MajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
177 // XGridlines getMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
179 // void setMajorTickMark( [in] long MajorTickMark ) raises ( com::sun::star::script::BasicErrorException );
181 // long getMajorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
183 // void setBaseUnit( [in] long BaseUnit ) raises ( com::sun::star::script::BasicErrorException );
185 // long getBaseUnit( ) raises ( com::sun::star::script::BasicErrorException );
187 // void setBaseUnitIsAuto( [in] boolean BaseUnitIsAuto ) raises ( com::sun::star::script::BasicErrorException );
189 // boolean getBaseUnitIsAuto( ) raises ( com::sun::star::script::BasicErrorException );
191 // void setMajorUnitScale( [in] long MajorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
193 // long getMajorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
195 // void setMinorUnitScale( [in] long MinorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
197 // long getMinorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
199 // void setCategoryType( [in] long CategoryType ) raises ( com::sun::star::script::BasicErrorException );
201 // long getCategoryType( ) raises ( com::sun::star::script::BasicErrorException );
203 // void setHasMajorGridlines( [in] boolean HasMajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
205 // boolean getHasMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
207 // void setHasMinorGridlines( [in] boolean HasMinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
209 // boolean getHasMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
211 // void setCategoryNames( [in] any CategoryNames ) raises ( com::sun::star::script::BasicErrorException );
213 // any getCategoryNames( ) raises ( com::sun::star::script::BasicErrorException );
215 // void setDisplayUnitCustom( [in] double DisplayUnitCustom ) raises ( com::sun::star::script::BasicErrorException );
217 // double getDisplayUnitCustom( ) raises ( com::sun::star::script::BasicErrorException );
219 // void setHasDisplayUnitLabel( [in] boolean HasDisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
221 // boolean getHasDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
223 // void setDisplayUnitLabel( [in] XDisplayUnitLabel DisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
225 // XDisplayUnitLabel getDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
227 // any Select( ) raises ( com::sun::star::script::BasicErrorException );
229 // void setAxisBetweenCategories( [in] boolean AxisBetweenCategories ) raises ( com::sun::star::script::BasicErrorException );
231 // boolean getAxisBetweenCategories( ) raises ( com::sun::star::script::BasicErrorException );
238 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */