Lines Matching refs:xFilterProp

100 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes…  in testStandardFilterForString()  local
101 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterForString()
158 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterOptionCaseSensitive() local
159 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterOptionCaseSensitive()
160 xFilterProp.setPropertyValue("IsCaseSensitive", false); in testStandardFilterOptionCaseSensitive()
176 xFilterProp.setPropertyValue("IsCaseSensitive", true); in testStandardFilterOptionCaseSensitive()
230 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterOptionContainsHeader() local
231 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterOptionContainsHeader()
247 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(false)); in testStandardFilterOptionContainsHeader()
310 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterOptionCopyOutput() local
311 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterOptionCopyOutput()
312 xFilterProp.setPropertyValue("CopyOutputData", new Boolean(true)); in testStandardFilterOptionCopyOutput()
313 xFilterProp.setPropertyValue("OutputPosition", copytoAddress); in testStandardFilterOptionCopyOutput()
404 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterOptionSkipDuplicates() local
405 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterOptionSkipDuplicates()
406 xFilterProp.setPropertyValue("SkipDuplicates", new Boolean(true)); in testStandardFilterOptionSkipDuplicates()
422 xFilterProp.setPropertyValue("SkipDuplicates", new Boolean(false)); in testStandardFilterOptionSkipDuplicates()
479 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterOptionUseRegularExpressions() local
480 xFilterProp.setPropertyValue("ContainsHeader", new Boolean(true)); in testStandardFilterOptionUseRegularExpressions()
481 xFilterProp.setPropertyValue("UseRegularExpressions", new Boolean(true)); in testStandardFilterOptionUseRegularExpressions()