LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
TextSortDescriptor.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
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/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
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 .
18
*/
19
20
21
22
module
com
{ module sun { module star { module text {
23
28
published service
TextSortDescriptor
29
{
30
service
com::sun::star::util::SortDescriptor
;
31
34
[property]
char
Delimiter
;
35
38
[property]
boolean
IsSortInTable
;
39
42
[property]
long
SortRowOrColumnNo0
;
43
47
[property]
boolean
IsSortNumeric0
;
48
52
[property]
boolean
IsSortAscending0
;
53
56
[property]
long
SortRowOrColumnNo1
;
57
61
[property]
boolean
IsSortNumeric1
;
62
66
[property]
boolean
IsSortAscending1
;
67
70
[property]
long
SortRowOrColumnNo2
;
71
75
[property]
boolean
IsSortNumeric2
;
76
80
[property]
boolean
IsSortAscending2
;
81
82
};
83
84
85
}; }; }; };
86
87
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com
Definition
Ambiguous.idl:20
com::sun::star::text::TextSortDescriptor
describes sort criteria for sorting text.
Definition
TextSortDescriptor.idl:29
com::sun::star::text::TextSortDescriptor::IsSortNumeric1
boolean IsSortNumeric1
determines if the sorting in the second search key is done in numeric or alphanumeric order.
Definition
TextSortDescriptor.idl:61
com::sun::star::text::TextSortDescriptor::IsSortInTable
boolean IsSortInTable
determines if the content of a table is to be sorted.
Definition
TextSortDescriptor.idl:38
com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo0
long SortRowOrColumnNo0
contains the row or column index used in the first search key.
Definition
TextSortDescriptor.idl:42
com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo1
long SortRowOrColumnNo1
contains the row or column index used in the second search key.
Definition
TextSortDescriptor.idl:56
com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo2
long SortRowOrColumnNo2
contains the row or column index used in the third search key.
Definition
TextSortDescriptor.idl:70
com::sun::star::text::TextSortDescriptor::IsSortNumeric2
boolean IsSortNumeric2
determines if the sorting in the third search key is done in numeric or alphanumeric order.
Definition
TextSortDescriptor.idl:75
com::sun::star::text::TextSortDescriptor::IsSortNumeric0
boolean IsSortNumeric0
determines if the sorting in the first search key is done numeric or alphanumeric order.
Definition
TextSortDescriptor.idl:47
com::sun::star::text::TextSortDescriptor::IsSortAscending2
boolean IsSortAscending2
determines if the sorting in the third search key is done in ascending or descending order.
Definition
TextSortDescriptor.idl:80
com::sun::star::text::TextSortDescriptor::Delimiter
char Delimiter
contains the character that marks the separation of columns.
Definition
TextSortDescriptor.idl:34
com::sun::star::text::TextSortDescriptor::IsSortAscending0
boolean IsSortAscending0
determines if the sorting in the first search key is done in ascending or descending order.
Definition
TextSortDescriptor.idl:52
com::sun::star::text::TextSortDescriptor::IsSortAscending1
boolean IsSortAscending1
determines if the sorting in the second search key is done in ascending or descending order.
Definition
TextSortDescriptor.idl:66
com::sun::star::util::SortDescriptor
specifies the properties which can be used to describe a sort order applied to an XSortable.
Definition
SortDescriptor.idl:32
com
sun
star
text
TextSortDescriptor.idl
Generated by
1.17.0