| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
import "TableFilterField3.idl";
| Public Types | |
| typedef sequence< FilterFieldValue > | Values | 
| specifies values to match against. | |
| Public Attributes | |
| FilterConnection | Connection | 
| specifies how the condition is connected to the previous condition. | |
| long | Field | 
| specifies which field (column) is used for the condition. | |
| long | Operator | 
| specifies the type of the condition as defined in FilterOperator2. | |
| sequence<FilterFieldValue> Values | 
specifies values to match against.
Each filter field may have one or more values.
| FilterConnection Connection | 
specifies how the condition is connected to the previous condition.
| long Field | 
specifies which field (column) is used for the condition.
| long Operator | 
specifies the type of the condition as defined in FilterOperator2.