summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/TableFilterField2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableFilterField2.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableFilterField2.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sheet/TableFilterField2.idl b/offapi/com/sun/star/sheet/TableFilterField2.idl
index 5ad8bbc21553..ba89cf796be3 100644
--- a/offapi/com/sun/star/sheet/TableFilterField2.idl
+++ b/offapi/com/sun/star/sheet/TableFilterField2.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/FilterConnection.idl>
#include <com/sun/star/sheet/FilterOperator2.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes a single condition in a filter descriptor.
@@ -40,39 +38,33 @@ module com { module sun { module star { module sheet {
*/
published struct TableFilterField2
{
- //-------------------------------------------------------------------------
/** specifies how the condition is connected to the previous condition.
*/
FilterConnection Connection;
- //-------------------------------------------------------------------------
/** specifies which field (column) is used for the condition.
*/
long Field;
- //-------------------------------------------------------------------------
/** specifies the type of the condition as defined in
<type>FilterOperator2</type>.
*/
long Operator;
- //-------------------------------------------------------------------------
/** selects whether the <member>TableFilterField2::NumericValue</member>
or the <member>TableFilterField2::StringValue</member> is used.
*/
boolean IsNumeric;
- //-------------------------------------------------------------------------
/** specifies a numeric value for the condition.
*/
double NumericValue;
- //-------------------------------------------------------------------------
/** specifies a string value for the condition.
*/
@@ -80,7 +72,6 @@ published struct TableFilterField2
};
-//=============================================================================
}; }; }; };