Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java428 Object otextcomponent = UnoDialog.getModel(aTextEvent.Source); in textChanged() local
429 String sName = (String) Helper.getUnoPropertyValue(otextcomponent, "Text"); in textChanged()
431 Helper.setUnoPropertyValue(otextcomponent, "Text", sName); in textChanged()