Index: offapi/com/sun/star/sheet/TableFilterField.idl =================================================================== RCS file: /cvs/api/offapi/com/sun/star/sheet/TableFilterField.idl,v retrieving revision 1.6 diff -u -r1.6 TableFilterField.idl --- offapi/com/sun/star/sheet/TableFilterField.idl 8 Sep 2005 04:58:16 -0000 1.6 +++ offapi/com/sun/star/sheet/TableFilterField.idl 22 May 2007 20:33:25 -0000 @@ -93,6 +93,23 @@ */ string StringValue; + //------------------------------------------------------------------------- + + /** specifies individual string values to match when the + TableFilterField::MatchMultiStringValues is . + These string values are used only when the value of + TableFilterField::IsNumeric is and the value + of TableFilterField::MatchMultiStringValues is . + */ + sequence< string > StringValues; + + //------------------------------------------------------------------------- + + /** specifies whether or not to filter by individual string values. Note + that in order for this flag to be evaluated, the value of + TableFilterField::IsNumeric must be set to . + */ + boolean MatchMultiStringValues; }; //=============================================================================