20 #ifndef __com_sun_star_sheet_FilterOperator2_idl__
21 #define __com_sun_star_sheet_FilterOperator2_idl__
24 module com { module sun { module star { module sheet {
34 published constants FilterOperator2
const long GREATER_EQUAL
greater or equal than
Definition: SQLFilterOperator.idl:50
selects a specified number of entries with the greatest values.
Definition: FilterOperator.idl:74
const long NOT_EQUAL
not equal to
Definition: SQLFilterOperator.idl:38
selects non-empty entries.
Definition: FilterOperator.idl:39
const short LESS
Definition: Key.idl:282
const long DOES_NOT_BEGIN_WITH
selects does-not-begin-with entries.
Definition: FilterOperator2.idl:115
const short GREATER
Definition: Key.idl:285
const long DOES_NOT_END_WITH
selects does-not-end-with entries.
Definition: FilterOperator2.idl:124
const byte EMPTY
Item is empty.
Definition: GalleryItemType.idl:31
const long DOES_NOT_CONTAIN
selects does-not-contain entries.
Definition: FilterOperator2.idl:105
selects a specified percentage of entries with the greatest values.
Definition: FilterOperator.idl:79
const short EQUAL
Definition: Key.idl:288
selects a specified number of entries with the lowest values.
Definition: FilterOperator.idl:84
selects a specified percentage of entries with the lowest values.
Definition: FilterOperator.idl:89
const long LESS_EQUAL
less or equal than
Definition: SQLFilterOperator.idl:47