/aoo41x/main/svtools/source/control/ |
H A D | ctrlbox.src | 77 /* alphanumeric sorting algorithm */ 83 /* default or normal sorting algorithm */ 89 /* default or normal sorting algorithm */ 95 /* german dictionary word order / sorting */ 101 /* chinese sorting algorithm */ 107 /* chinese sorting algorithm */ 113 /* chinese sorting algorithm */ 119 /* sorting according to the unicode code point of the character */ 125 /* chinese sorting algorithm */ 131 /* phone book sorting algorithm. e.g. German */ [all …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextSortDescriptor.idl | 38 /** 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 D | DocumentIndexMarkAsian.idl | 37 which is used for sorting. If the user does not provide these 38 strings, they are not considered for sorting.
|
H A D | TextSortable.idl | 41 /** provides an interface for sorting.
|
H A D | TextSortDescriptor2.idl | 43 /** describes sort criterias for sorting paragraphs or table contents in
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | TableSortDescriptor.idl | 45 /** 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 D | TableSortField.idl | 69 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.
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | SheetSortDescriptor.idl | 49 /** 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 D | SheetSortDescriptor2.idl | 51 /** 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 D | SubTotalDescriptor.idl | 95 /** 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 D | DataPilotItem.idl | 74 /** specifies the item's position in its field if sorting is manual.
|
/aoo41x/main/offapi/com/sun/star/text/fieldmaster/ |
H A D | Bibliography.idl | 51 sorting of the entries. 63 /** determins the sorting of the bibliography entries in a bibliography index. 74 <LI><P>Determins wheter the sorting is ascending or descending.
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | SortingInfo.idl | 32 /** contains a sorting info. 37 /** specifies the name of a property to use for sorting ( e.g. "Title" ).
|
H A D | NumberedSortingInfo.idl | 31 /** 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 D | XSortedDynamicResultSetFactory.idl | 46 will be sorted according to the given sorting options. 53 data, an (unsorted) XDynamicResultSet and the sorting info.
|
H A D | XCachedDynamicResultSetStubFactory.idl | 94 to the given sorting data. 99 properties that are involved in sorting.
|
H A D | SortedDynamicResultSetFactory.idl | 36 will be sorted according to the given sorting options.
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextImplementation.java | 232 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()
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | SortDescriptor.idl | 57 /** specifies the sorting order. 59 The sorting order may be defined for sepearte keys in specific
|
H A D | Sortable.idl | 41 /** provides an interface for sorting.
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 279 final String sorting = (String) pair[1]; in getOrderStatement() local 280 if (sorting == null || sorting.equals(OfficeToken.FALSE)) in getOrderStatement()
|
/aoo41x/main/offapi/com/sun/star/form/runtime/ |
H A D | XFormController.idl | 211 …<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>
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | TableDescriptor.idl | 39 with additional display informations, sorting, and filtering criteria.
|
H A D | Table.idl | 39 with additional display information, sorting, and filtering criterias.
|
H A D | DataSettings.idl | 43 with additional display information, sorting and filtering criterias.
|