Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java350 String selfieldname = lstSinglePrimeKey.getSelectedItem(); in onPrimeKeySelected() local
351 boolean bdoenable = isAutoIncrementatable(selfieldname); in onPrimeKeySelected()
354 XPropertySet xColPropertySet = curTableDescriptor.getByName(selfieldname); in onPrimeKeySelected()