merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / text / TextTableCursor.idl
blobb5b108ef3a723f65d4303d8827b73fc2f122ca2a
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 #ifndef __com_sun_star_text_TextTableCursor_idl__
28 #define __com_sun_star_text_TextTableCursor_idl__
30 #ifndef __com_sun_star_text_XTextTableCursor_idl__
31 #include <com/sun/star/text/XTextTableCursor.idl>
32 #endif
34 #ifndef __com_sun_star_beans_XPropertySet_idl__
35 #include <com/sun/star/beans/XPropertySet.idl>
36 #endif
37 #ifndef __com_sun_star_style_CharacterProperties_idl__
38 #include <com/sun/star/style/CharacterProperties.idl>
39 #endif
40 #ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
41 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
42 #endif
43 #ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__
44 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
45 #endif
46 #ifndef __com_sun_star_style_ParagraphProperties_idl__
47 #include <com/sun/star/style/ParagraphProperties.idl>
48 #endif
49 #ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_
50 #include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
51 #endif
54 //=============================================================================
56 module com { module sun { module star { module text {
58 //=============================================================================
60 /** specifies a cursor in text tables.
62 <p>This cursor can be used to:</p>
63 <ul>
64 <li>travel through text table cells</li>
65 <li>select text table cells</li>
66 <li>get property values from the selected cells</li>
67 <li>set property values in the selected cells</li>
68 </ul>
70 @see com::sun::star::text::TextTable
72 published service TextTableCursor
74 interface com::sun::star::text::XTextTableCursor;
76 interface com::sun::star::beans::XPropertySet;
78 service com::sun::star::style::CharacterProperties;
79 service com::sun::star::style::CharacterPropertiesAsian;
80 service com::sun::star::style::CharacterPropertiesComplex;
81 service com::sun::star::style::ParagraphProperties;
83 [optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
86 //=============================================================================
88 }; }; }; };
90 #endif