Home
last modified time | relevance | path

Searched defs:xColPropertySet (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java101 XPropertySet xColPropertySet; field in TableDescriptor.ColumnDescriptor
171 XPropertySet xColPropertySet = null; in createPrimaryKeys() local
253 XPropertySet xColPropertySet = getByIndex(i); in createTable() local
692 … XPropertySet xColPropertySet = xColumnDataDescriptorFactory.createDataDescriptor(); in addPrimaryKeyColumn() local
725 XPropertySet xColPropertySet = getByName(oColumnDescriptor.Name); in getNonBinaryFieldNames() local
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java296 XPropertySet xColPropertySet = curTableDescriptor.getByName(_fieldname); in isAutoIncrementatable() local
354 XPropertySet xColPropertySet = curTableDescriptor.getByName(selfieldname); in onPrimeKeySelected() local
H A DFieldFormatter.java378 XPropertySet xColPropertySet = UnoRuntime.queryInterface(XPropertySet.class, oColumn); in updateColumnofColumnDescriptor() local
381 curTableDescriptor.modifyColumn(txtfieldname.getText(), xColPropertySet); in updateColumnofColumnDescriptor() local

Completed in 33 milliseconds