Home
last modified time | relevance | path

Searched refs:columnSet (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java248 … final XPropertySet columnSet = UnoRuntime.queryInterface(XPropertySet.class, column); in getFilterConditions() local
269columnSet.setPropertyValue(PropertyNames.PROPERTY_NAME, aFieldColumn.getFieldName()); in getFilterConditions()
270columnSet.setPropertyValue("Type", aFieldColumn.getXColumnPropertySet().getPropertyValue("Type")); in getFilterConditions()
292 columnSet.setPropertyValue("Value", value); in getFilterConditions()
293 …composer.getQueryComposer().appendFilterByColumn(columnSet, getfilterstate() == this.SOI_MATCHALL,… in getFilterConditions()