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 BEGINS_WITH
selects begins-with entries.
Definition: FilterOperator2.idl:110
const long CONTAINS
selects contains entries.
Definition: FilterOperator2.idl:100
const long NOT_EMPTY
selects non-empty entries.
Definition: FilterOperator2.idl:45
const long EMPTY
selects empty entries.
Definition: FilterOperator2.idl:40
const long GREATER
value has to be greater than the specified value.
Definition: FilterOperator2.idl:60
const long DOES_NOT_BEGIN_WITH
selects does-not-begin-with entries.
Definition: FilterOperator2.idl:115
const long ENDS_WITH
selects ends-with entries.
Definition: FilterOperator2.idl:119
const long DOES_NOT_END_WITH
selects does-not-end-with entries.
Definition: FilterOperator2.idl:124
const long GREATER_EQUAL
value has to be greater than or equal to the specified value.
Definition: FilterOperator2.idl:65
const long BOTTOM_PERCENT
selects a specified percentage of entries with the lowest values.
Definition: FilterOperator2.idl:95
const long DOES_NOT_CONTAIN
selects does-not-contain entries.
Definition: FilterOperator2.idl:105
const long EQUAL
value has to be equal to the specified value.
Definition: FilterOperator2.idl:50
const long BOTTOM_VALUES
selects a specified number of entries with the lowest values.
Definition: FilterOperator2.idl:90
const long TOP_VALUES
selects a specified number of entries with the greatest values.
Definition: FilterOperator2.idl:80
const long LESS
value has to be less than the specified value.
Definition: FilterOperator2.idl:70
const long TOP_PERCENT
selects a specified percentage of entries with the greatest values.
Definition: FilterOperator2.idl:85
const long NOT_EQUAL
value must not be equal to the specified value.
Definition: FilterOperator2.idl:55
const long LESS_EQUAL
value has to be less than or equal to the specified value.
Definition: FilterOperator2.idl:75