Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java390 XPropertySet xNewPropertySet = curTableDescriptor.clonePropertySet(_ColumnName, _xColumn); in updateColumnDescriptor() local
391 if (xNewPropertySet != null) in updateColumnDescriptor()
393 Helper.setUnoPropertyValue(oColumnDescriptorModel, "Column", xNewPropertySet); in updateColumnDescriptor()