20 #ifndef __com_sun_star_sheet_TableFilterField_idl__
21 #define __com_sun_star_sheet_TableFilterField_idl__
27 module com { module sun { module star { module sheet {
FilterConnection Connection
specifies how the condition is connected to the previous condition.
Definition: TableFilterField.idl:39
FilterOperator
specifies the type of a single condition in a filter descriptor.
Definition: FilterOperator.idl:29
double NumericValue
specifies a numeric value for the condition.
Definition: TableFilterField.idl:60
FilterOperator Operator
specifies the type of the condition.
Definition: TableFilterField.idl:49
describes a single condition in a filter descriptor.
Definition: TableFilterField.idl:34
string StringValue
specifies a string value for the condition.
Definition: TableFilterField.idl:65
FilterConnection
used to specify how two conditions in a filter descriptor are connected.
Definition: FilterConnection.idl:30
boolean IsNumeric
selects whether the TableFilterField::NumericValue or the TableFilterField::StringValue is used...
Definition: TableFilterField.idl:55
long Field
specifies which field (column) is used for the condition.
Definition: TableFilterField.idl:44