|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module sheet {
describes a single condition in a filter descriptor.
Definition: TableFilterField2.idl:34
double NumericValue
specifies a numeric value for the condition.
Definition: TableFilterField2.idl:60
string StringValue
specifies a string value for the condition.
Definition: TableFilterField2.idl:65
long Operator
specifies the type of the condition as defined in FilterOperator2.
Definition: TableFilterField2.idl:49
FilterConnection Connection
specifies how the condition is connected to the previous condition.
Definition: TableFilterField2.idl:38
boolean IsNumeric
selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used.
Definition: TableFilterField2.idl:55
Definition: Ambiguous.idl:20
long Field
specifies which field (column) is used for the condition.
Definition: TableFilterField2.idl:43
FilterConnection
used to specify how two conditions in a filter descriptor are connected.
Definition: FilterConnection.idl:28