Home
last modified time | relevance | path

Searched refs:sorting (Results 1 – 25 of 112) sorted by relevance

12345

/trunk/main/svtools/source/control/
H A Dctrlbox.src68 /* alphanumeric sorting algorithm */
74 /* default or normal sorting algorithm */
80 /* default or normal sorting algorithm */
86 /* German dictionary word order / sorting */
92 /* Chinese sorting algorithm */
98 /* Chinese sorting algorithm */
104 /* Chinese sorting algorithm */
110 /* sorting according to the unicode code point of the character */
116 /* Chinese sorting algorithm */
122 /* phone book sorting algorithm. e.g. German */
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextSortDescriptor.idl38 /** describes sort criteria for sorting text.
71 /** determines if the sorting in the first search key is done
79 /** determines if the sorting in the first search key is done
94 /** determines if the sorting in the second search key is done
102 /** determines if the sorting in the second search key is done
117 /** determines if the sorting in the third search key is done
125 /** determines if the sorting in the third search key is done
H A DDocumentIndexMarkAsian.idl37 which is used for sorting. If the user does not provide these
38 strings, they are not considered for sorting.
H A DTextSortable.idl41 /** provides an interface for sorting.
H A DTextSortDescriptor2.idl43 /** describes sort criteria for sorting paragraphs or table contents in
/trunk/main/offapi/com/sun/star/table/
H A DTableSortDescriptor.idl45 /** contains properties which describe sorting of rows or columns in a table.
57 /** contains common sorting properties.
75 /** specifies the sorting orientation (sort rows or columns).
77 <p>Some implementations may not support sorting columns.</p>
H A DTableSortField.idl69 the algorithm used for sorting is application specific.
76 /** the locale used by the collator when comparing/sorting text.
87 /** the algorithm used by the collator when comparing/sorting text.
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetSortDescriptor.idl49 /** provides common table sorting properties.
62 /** specifies if a user defined sorting list is used.
68 /** specifies which user defined sorting list is used.
H A DSheetSortDescriptor2.idl51 /** provides common sorting properties.
69 /** specifies if a user defined sorting list is used.
75 /** specifies which user defined sorting list is used.
H A DSubTotalDescriptor.idl95 /** specifies if a user defined sorting list is used.
101 /** specifies which user defined sorting list is used.
124 /** specifies the sorting order if
H A DDataPilotItem.idl74 /** specifies the item's position in its field if sorting is manual.
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl51 sorting of the entries.
63 /** determines the sorting of the bibliography entries in a bibliography index.
74 <LI><P>Determines wheter the sorting is ascending or descending.
/trunk/main/offapi/com/sun/star/ucb/
H A DSortingInfo.idl32 /** contains a sorting info.
37 /** specifies the name of a property to use for sorting ( e.g. "Title" ).
H A DNumberedSortingInfo.idl31 /** contains information for sorting a <type>ContentResultSet</type>.
34 used to be on the safe side, that no one asks for sorting by a property
H A DXSortedDynamicResultSetFactory.idl46 will be sorted according to the given sorting options.
53 data, an (unsorted) XDynamicResultSet and the sorting info.
H A DXCachedDynamicResultSetStubFactory.idl94 to the given sorting data.
99 properties that are involved in sorting.
H A DSortedDynamicResultSetFactory.idl36 will be sorted according to the given sorting options.
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java232 String sorting = PropertyNames.EMPTY_STRING; in reconnectToDatabase() local
234 sorting = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, "Sorting"); in reconnectToDatabase()
242 if ( sorting.length() > 0) in reconnectToDatabase()
244 … String[] sortList = JavaTools.ArrayoutofString(sorting, PropertyNames.SEMI_COLON); in reconnectToDatabase()
/trunk/main/offapi/com/sun/star/util/
H A DSortDescriptor.idl57 /** specifies the sorting order.
59 The sorting order may be defined for separate keys in specific
H A DSortable.idl41 /** provides an interface for sorting.
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java279 final String sorting = (String) pair[1]; in getOrderStatement() local
280 if (sorting == null || sorting.equals(OfficeToken.FALSE)) in getOrderStatement()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl211 …<td>opens an dialog, which allows the user to manipulate the current sorting order of the form. If…
212 is closed with OK, the form is reloaded after setting the new sorting order.</td>
239 <td>completely removes any filter and sorting order from the form, and reloads it.</td>
/trunk/main/offapi/com/sun/star/sdb/
H A DTableDescriptor.idl39 with additional display informations, sorting, and filtering criteria.
H A DTable.idl39 with additional display information, sorting, and filtering criteria.
H A DDataSettings.idl43 with additional display information, sorting and filtering criteria.

Completed in 67 milliseconds

12345