Home
last modified time | relevance | path

Searched refs:ascending (Results 1 – 25 of 94) sorted by relevance

1234

/trunk/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl66 the name pattern and supports a special feature; sort it ascending<br>
67 "name=*myname_??_;sort=ascending;feature=VISIBLE"<br>
70 and match by name pattern;ascending sort is the default<br>
98 Parameters[0].Value = "ascending"<br>
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl76 The property names must be sorted ascending.
94 The order of the properties is also alphabetically ascending.
114 The property names must be sorted ascending.
139 The property names must be sorted ascending.
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryorder.src60 < "ascending" ; Default ; > ;
85 < "ascending" ; Default ; > ;
110 < "ascending" ; Default ; > ;
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java394 for ( boolean ascending : new boolean[] { true, false } ) in testSortableDataModel()
396 m_dataModel.sortByColumn( colIndex, ascending ); in testSortableDataModel()
399 …( "invalid current sort direction", ((Boolean)currentSortOrder.Second).booleanValue(), ascending ); in testSortableDataModel()
415 …assertTrue( "data in row " + rowIndex + " is actually not sorted " + ( ascending ? "ascending" : "… in testSortableDataModel()
416 ascending ? currentIntValue <= nextIntValue in testSortableDataModel()
/trunk/main/offapi/com/sun/star/text/
H A DTextSortDescriptor.idl80 in ascending or descending order.
103 in ascending or descending order.
126 in ascending or descending order.
/trunk/main/offapi/com/sun/star/sdb/
H A DXSQLQueryComposer.idl134 @param ascending
135 <TRUE/> when the order should be ascending, otherwise <FALSE/>
140 [in] boolean ascending)
H A DXSingleSelectQueryComposer.idl204 @param ascending
205 <TRUE/> when the order should be ascending, otherwise if <FALSE/> descending.
210 [in] boolean ascending)
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DWizard.idl40 … the IDs of the pages which constitute the execution path. IDs must be in ascending order.
52 …IDs of the pages which constitute the execution paths. IDs in each path must be in ascending order.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXSortableGridData.idl45 is <TRUE/> if the data should be sorted ascending, <FALSE/> otherwise.
61 …r scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted ascending,
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl184 The rows are in ascending order corresponding to
192 with the rows in ascending order based on the indices.
224 The rows are in ascending order corresponding to
/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalSheetCache.idl59 The row numbers are sorted in ascending order.
67 sorted in ascending order.
H A DTableValidationVisibility.idl52 /** The List is shown sorted ascending.
H A DDataPilotFieldSortInfo.idl48 /** <TRUE/> if data are sorted in ascending order,
/trunk/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx307 …:appendOrderByColumn( const Reference< XPropertySet >& column, sal_Bool ascending ) throw(SQLExcep… in appendOrderByColumn() argument
315 m_xComposerHelper->appendOrderByColumn(column,ascending); in appendOrderByColumn()
/trunk/main/offapi/com/sun/star/ucb/
H A DSortingInfo.idl42 /** contains a flag indicating the sort mode (ascending or descending).
H A DNumberedSortingInfo.idl45 /** contains a flag indicating the sort mode (ascending or descending).
/trunk/main/offapi/com/sun/star/sdbcx/
H A DIndexColumn.idl41 /** is the column sorted in ascending order.
H A DIndexColumnDescriptor.idl41 /** is the column sorted in ascending order.
/trunk/main/offapi/com/sun/star/util/
H A DSortField.idl47 /** <TRUE/> if data are sorted in ascending order,
/trunk/main/extensions/source/scanner/
H A Dgrid.src68 Text [ en-US ] = "Linear ascending" ;
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl203 selected rows in the table. This sequence is in ascending
213 selected columns in the table. This sequence is in ascending
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXPossibleHyphens.idl84 an ascending sequence of numbers where each number is an offset
/trunk/main/offapi/com/sun/star/table/
H A DTableSortField.idl54 /** <TRUE/> if data are sorted in ascending order,
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl74 <LI><P>Determines wheter the sorting is ascending or descending.
/trunk/main/dbaccess/source/core/inc/
H A Dquerycomposer.hxx124 …o::Reference< ::com::sun::star::beans::XPropertySet >& column, sal_Bool ascending ) throw(::com::s…

Completed in 77 milliseconds

1234