:: com :: sun :: star :: ucb ::

constants group ContentResultSetCapability

Constants
SORTED indicates that a ContentResultSet is properly sorted, exactly following the rules given during the ContentResultSet was created.  
Constants' Details
SORTED
const short SORTED = 1;
Description
indicates that a ContentResultSet is properly sorted, exactly following the rules given during the ContentResultSet was created.
Top of Page