Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java627 …ColumnPropertySet oPropertySet = new ColumnPropertySet(oTypeInspector, xColumnDataDescriptorFactor… in addColumn() local
628 oPropertySet.assignPropertyValues(_aNewPropertyValues, true); in addColumn()
629 … ColumnDescriptor oColumnDescriptor = new ColumnDescriptor(oPropertySet.xPropertySet, sname); in addColumn()
669 …ColumnPropertySet oPropertySet = new ColumnPropertySet(oTypeInspector, xColumnDataDescriptorFactor… in addColumn() local
670 oPropertySet.assignNewPropertySet(_columnname, _xNewColPropertySet); in addColumn()
671 … ColumnDescriptor oColumnDescriptor = new ColumnDescriptor(oPropertySet.xPropertySet, _columnname); in addColumn()

Completed in 11 milliseconds