21 module com { module sun { module star { module sheet {
31 published constants FilterOperator2
const long GREATER_EQUAL
greater or equal than
Definition: SQLFilterOperator.idl:48
selects a specified number of entries with the greatest values.
Definition: FilterOperator.idl:71
const long NOT_EQUAL
not equal to
Definition: SQLFilterOperator.idl:36
selects non-empty entries.
Definition: FilterOperator.idl:36
const short LESS
Definition: Key.idl:282
const long DOES_NOT_BEGIN_WITH
selects does-not-begin-with entries.
Definition: FilterOperator2.idl:112
const short GREATER
Definition: Key.idl:285
const long DOES_NOT_END_WITH
selects does-not-end-with entries.
Definition: FilterOperator2.idl:121
const byte EMPTY
Item is empty.
Definition: GalleryItemType.idl:28
const long DOES_NOT_CONTAIN
selects does-not-contain entries.
Definition: FilterOperator2.idl:102
selects a specified percentage of entries with the greatest values.
Definition: FilterOperator.idl:76
const short EQUAL
Definition: Key.idl:288
selects a specified number of entries with the lowest values.
Definition: FilterOperator.idl:81
selects a specified percentage of entries with the lowest values.
Definition: FilterOperator.idl:86
const long LESS_EQUAL
less or equal than
Definition: SQLFilterOperator.idl:45