Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds