LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
FilterFieldValue Struct Reference

import"FilterFieldValue.idl";

Public Attributes

boolean IsNumeric
 selects whether the TableFilterFieldValue::NumericValue or the TableFilterFieldValue::StringValue is used. More...
 
double NumericValue
 specifies a numeric value for the condition. More...
 
string StringValue
 specifies a string value for the condition. More...
 
long FilterType
 Which field should be used for filtering: More...
 
com::sun::star::util::Color ColorValue
 The color which is used for filtering. More...
 

Detailed Description

Since
LibreOffice 3.5

Member Data Documentation

◆ ColorValue

The color which is used for filtering.

Since
LibreOffice 7.2

◆ FilterType

long FilterType

◆ IsNumeric

boolean IsNumeric

selects whether the TableFilterFieldValue::NumericValue or the TableFilterFieldValue::StringValue is used.

Deprecated:
  • Use FilterType instead.

◆ NumericValue

double NumericValue

specifies a numeric value for the condition.

◆ StringValue

string StringValue

specifies a string value for the condition.


The documentation for this struct was generated from the following file: