LibreOffice
LibreOffice 24.2 SDK API Reference
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 {
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: */
boolean IsSortNumeric2
determines if the sorting in the third search key is done in numeric or alphanumeric order...
Definition: TextSortDescriptor.idl:75
boolean IsSortAscending2
determines if the sorting in the third search key is done in ascending or descending order...
Definition: TextSortDescriptor.idl:80
specifies the properties which can be used to describe a sort order applied to an XSortable...
Definition: SortDescriptor.idl:31
long SortRowOrColumnNo2
contains the row or column index used in the third search key.
Definition: TextSortDescriptor.idl:70
Definition: Ambiguous.idl:20
describes sort criteria for sorting text.
Definition: TextSortDescriptor.idl:28
char Delimiter
contains the character that marks the separation of columns.
Definition: TextSortDescriptor.idl:30
boolean IsSortAscending1
determines if the sorting in the second search key is done in ascending or descending order...
Definition: TextSortDescriptor.idl:66
boolean IsSortAscending0
determines if the sorting in the first search key is done in ascending or descending order...
Definition: TextSortDescriptor.idl:52
boolean IsSortInTable
determines if the content of a table is to be sorted.
Definition: TextSortDescriptor.idl:38
long SortRowOrColumnNo0
contains the row or column index used in the first search key.
Definition: TextSortDescriptor.idl:42
boolean IsSortNumeric1
determines if the sorting in the second search key is done in numeric or alphanumeric order...
Definition: TextSortDescriptor.idl:61
long SortRowOrColumnNo1
contains the row or column index used in the second search key.
Definition: TextSortDescriptor.idl:56
boolean IsSortNumeric0
determines if the sorting in the first search key is done numeric or alphanumeric order...
Definition: TextSortDescriptor.idl:47