21 module
com { module sun { module star { module sheet {
31 published constants FilterOperator2
const long BEGINS_WITH
selects begins-with entries.
Definition: FilterOperator2.idl:107
const long CONTAINS
selects contains entries.
Definition: FilterOperator2.idl:97
const long NOT_EMPTY
selects non-empty entries.
Definition: FilterOperator2.idl:42
Definition: Ambiguous.idl:20
const long EMPTY
selects empty entries.
Definition: FilterOperator2.idl:37
const long GREATER
value has to be greater than the specified value.
Definition: FilterOperator2.idl:57
const long DOES_NOT_BEGIN_WITH
selects does-not-begin-with entries.
Definition: FilterOperator2.idl:112
const long ENDS_WITH
selects ends-with entries.
Definition: FilterOperator2.idl:116
const long DOES_NOT_END_WITH
selects does-not-end-with entries.
Definition: FilterOperator2.idl:121
const long GREATER_EQUAL
value has to be greater than or equal to the specified value.
Definition: FilterOperator2.idl:62
const long BOTTOM_PERCENT
selects a specified percentage of entries with the lowest values.
Definition: FilterOperator2.idl:92
const long DOES_NOT_CONTAIN
selects does-not-contain entries.
Definition: FilterOperator2.idl:102
const long EQUAL
value has to be equal to the specified value.
Definition: FilterOperator2.idl:47
const long BOTTOM_VALUES
selects a specified number of entries with the lowest values.
Definition: FilterOperator2.idl:87
const long TOP_VALUES
selects a specified number of entries with the greatest values.
Definition: FilterOperator2.idl:77
const long LESS
value has to be less than the specified value.
Definition: FilterOperator2.idl:67
const long TOP_PERCENT
selects a specified percentage of entries with the greatest values.
Definition: FilterOperator2.idl:82
const long NOT_EQUAL
value must not be equal to the specified value.
Definition: FilterOperator2.idl:52
const long LESS_EQUAL
value has to be less than or equal to the specified value.
Definition: FilterOperator2.idl:72