Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / text / TextSortDescriptor.idl
blob2a75f847ee8d494cf09e8bec0237aeab685681e5
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: TextSortDescriptor.idl,v $
10 * $Revision: 1.10 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_text_TextSortDescriptor_idl__
31 #define __com_sun_star_text_TextSortDescriptor_idl__
33 #ifndef __com_sun_star_util_SortDescriptor_idl__
34 #include <com/sun/star/util/SortDescriptor.idl>
35 #endif
38 //=============================================================================
40 module com { module sun { module star { module text {
42 //=============================================================================
44 // DocMerge from xml: service com::sun::star::text::TextSortDescriptor
45 /** describes sort criteria for sorting text.
47 @deprecated
49 published service TextSortDescriptor
51 // DocMerge: empty anyway
52 service com::sun::star::util::SortDescriptor;
54 //-------------------------------------------------------------------------
56 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::Delimiter
57 /** contains the character that marks the separation of columns.
59 [property] char Delimiter;
61 //-------------------------------------------------------------------------
63 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortInTable
64 /** determines if the content of a table is to be sorted.
66 [property] boolean IsSortInTable;
68 //-------------------------------------------------------------------------
70 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo0
71 /** contains the row or column index used in the first search key.
73 [property] long SortRowOrColumnNo0;
75 //-------------------------------------------------------------------------
77 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric0
78 /** determines if the sorting in the first search key is done
79 numeric or alphanumeric order.
81 [property] boolean IsSortNumeric0;
83 //-------------------------------------------------------------------------
85 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending0
86 /** determines if the sorting in the first search key is done
87 in ascending or descending order.
89 [property] boolean IsSortAscending0;
91 //-------------------------------------------------------------------------
93 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo1
94 /** contains the row or column index used in the second search key.
96 [property] long SortRowOrColumnNo1;
98 //-------------------------------------------------------------------------
100 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric1
101 /** determines if the sorting in the second search key is done
102 in numeric or alphanumeric order.
104 [property] boolean IsSortNumeric1;
106 //-------------------------------------------------------------------------
108 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending1
109 /** determines if the sorting in the second search key is done
110 in ascending or descending order.
112 [property] boolean IsSortAscending1;
114 //-------------------------------------------------------------------------
116 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo2
117 /** contains the row or column index used in the third search key.
119 [property] long SortRowOrColumnNo2;
121 //-------------------------------------------------------------------------
123 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric2
124 /** determines if the sorting in the third search key is done
125 in numeric or alphanumeric order.
127 [property] boolean IsSortNumeric2;
129 //-------------------------------------------------------------------------
131 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending2
132 /** determines if the sorting in the third search key is done
133 in ascending or descending order.
135 [property] boolean IsSortAscending2;
139 //=============================================================================
141 }; }; }; };
143 /*=============================================================================
145 =============================================================================*/
146 #endif