View | Details | Raw Unified | Return to issue 77677
Collapse All | Expand All

(-)offapi/com/sun/star/sheet/TableFilterField.idl (+17 lines)
Lines 93-98 Link Here
93
	 */
93
	 */
94
	string StringValue;
94
	string StringValue;
95
95
96
    //-------------------------------------------------------------------------
97
98
    /** specifies individual string values to match when the 
99
        <member>TableFilterField::MatchMultiStringValues</member> is <TRUE/>.
100
        These string values are used only when the value of 
101
        <member>TableFilterField::IsNumeric</member> is <FALSE/> and the value
102
        of <member>TableFilterField::MatchMultiStringValues</member> is <TRUE/>.
103
     */
104
    sequence< string > StringValues;
105
106
    //-------------------------------------------------------------------------
107
108
    /** specifies whether or not to filter by individual string values.  Note 
109
        that in order for this flag to be evaluated, the value of 
110
        <member>TableFilterField::IsNumeric</member> must be set to <FALSE/>.
111
      */
112
    boolean MatchMultiStringValues;
96
};
113
};
97
114
98
//=============================================================================
115
//=============================================================================

Return to issue 77677