xref: /trunk/main/oovbaapi/ooo/vba/excel/XFormat.idl (revision 6fbb7301)
1*6fbb7301SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*6fbb7301SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*6fbb7301SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*6fbb7301SAndrew Rist * distributed with this work for additional information
6*6fbb7301SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*6fbb7301SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*6fbb7301SAndrew Rist * "License"); you may not use this file except in compliance
9*6fbb7301SAndrew Rist * with the License.  You may obtain a copy of the License at
10*6fbb7301SAndrew Rist *
11*6fbb7301SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*6fbb7301SAndrew Rist *
13*6fbb7301SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*6fbb7301SAndrew Rist * software distributed under the License is distributed on an
15*6fbb7301SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*6fbb7301SAndrew Rist * KIND, either express or implied.  See the License for the
17*6fbb7301SAndrew Rist * specific language governing permissions and limitations
18*6fbb7301SAndrew Rist * under the License.
19*6fbb7301SAndrew Rist *
20*6fbb7301SAndrew Rist *************************************************************/
21*6fbb7301SAndrew Rist
22*6fbb7301SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef __ooo_vba_excel_XFormat_idl__
25cdf0e10cSrcweir#define __ooo_vba_excel_XFormat_idl__
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef __com_sun_star_script_BasicErrorException_idl__
28cdf0e10cSrcweir#include <com/sun/star/script/BasicErrorException.idl>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir#ifndef __ooo_vba_XHelperInterface_idl__
31cdf0e10cSrcweir#include <ooo/vba/XHelperInterface.idl>
32cdf0e10cSrcweir#endif
33cdf0e10cSrcweir
34cdf0e10cSrcweirmodule ooo {  module vba { module excel {
35cdf0e10cSrcweir
36cdf0e10cSrcweirinterface XBorders;
37cdf0e10cSrcweirinterface XFont;
38cdf0e10cSrcweirinterface XInterior;
39cdf0e10cSrcweir
40cdf0e10cSrcweirinterface XFormat
41cdf0e10cSrcweir{
42cdf0e10cSrcweir    interface ::ooo::vba::XHelperInterface;
43cdf0e10cSrcweir    // void			Clear(  ) raises ( com::sun::star::script::BasicErrorException );
44cdf0e10cSrcweir
45cdf0e10cSrcweir    any Borders( [in] any Item )
46cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
47cdf0e10cSrcweir
48cdf0e10cSrcweir    XFont Font()
49cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
50cdf0e10cSrcweir
51cdf0e10cSrcweir    XInterior Interior()
52cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
53cdf0e10cSrcweir
54cdf0e10cSrcweir    void setNumberFormat([in] any NumberFormat)
55cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
56cdf0e10cSrcweir
57cdf0e10cSrcweir    any getNumberFormat()
58cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
59cdf0e10cSrcweir
60cdf0e10cSrcweir    void setNumberFormatLocal([in] any NumberFormatLocal)
61cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
62cdf0e10cSrcweir
63cdf0e10cSrcweir    any getNumberFormatLocal()
64cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
65cdf0e10cSrcweir
66cdf0e10cSrcweir    void setIndentLevel([in] any IndentLevel)
67cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
68cdf0e10cSrcweir
69cdf0e10cSrcweir    any getIndentLevel()
70cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
71cdf0e10cSrcweir
72cdf0e10cSrcweir    void setHorizontalAlignment([in] any HorizontalAlignment)
73cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
74cdf0e10cSrcweir
75cdf0e10cSrcweir    any getHorizontalAlignment()
76cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
77cdf0e10cSrcweir
78cdf0e10cSrcweir    void setVerticalAlignment([in] any VerticalAlignment)
79cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
80cdf0e10cSrcweir
81cdf0e10cSrcweir    any getVerticalAlignment()
82cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
83cdf0e10cSrcweir
84cdf0e10cSrcweir    void setOrientation([in] any Orientation)
85cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
86cdf0e10cSrcweir
87cdf0e10cSrcweir    any getOrientation()
88cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
89cdf0e10cSrcweir
90cdf0e10cSrcweir    void setShrinkToFit([in] any ShrinkToFit)
91cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
92cdf0e10cSrcweir
93cdf0e10cSrcweir    any getShrinkToFit()
94cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
95cdf0e10cSrcweir
96cdf0e10cSrcweir    void setWrapText([in] any WrapText)
97cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
98cdf0e10cSrcweir
99cdf0e10cSrcweir    any getWrapText()
100cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
101cdf0e10cSrcweir
102cdf0e10cSrcweir    void setLocked([in] any Locked)
103cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
104cdf0e10cSrcweir
105cdf0e10cSrcweir    any getLocked()
106cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
107cdf0e10cSrcweir
108cdf0e10cSrcweir    void setFormulaHidden([in] any FormulaHidden)
109cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
110cdf0e10cSrcweir
111cdf0e10cSrcweir    any getFormulaHidden()
112cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
113cdf0e10cSrcweir
114cdf0e10cSrcweir    void setMergeCells([in] any MergeCells)
115cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
116cdf0e10cSrcweir
117cdf0e10cSrcweir    any getMergeCells()
118cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
119cdf0e10cSrcweir
120cdf0e10cSrcweir    void setReadingOrder([in] any ReadingOrder)
121cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
122cdf0e10cSrcweir
123cdf0e10cSrcweir    any getReadingOrder()
124cdf0e10cSrcweir        raises(com::sun::star::script::BasicErrorException);
125cdf0e10cSrcweir
126cdf0e10cSrcweir};
127cdf0e10cSrcweir
128cdf0e10cSrcweir}; }; };
129cdf0e10cSrcweir
130cdf0e10cSrcweir#endif
131cdf0e10cSrcweir
132