Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DValueBinding.java65 …XPropertySet textControl = m_formLayer.insertControlLine( "DatabaseTextField", "enter some text", … in prepareDocument() local
71 XBindableValue.class, textControl in prepareDocument()
/aoo4110/main/forms/qa/integration/forms/
H A DValueBinding.java103 … XPropertySet textControl = m_formLayer.insertControlLine( "DatabaseTextField", "Test", "", 10 ); in prepareDocument() local
109 XBindableValue.class, textControl in prepareDocument()
/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java695 private void focus(Object textControl)
697 UnoRuntime.queryInterface(XWindow.class, textControl).setFocus();
698 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, textControl);
701 XControl xc = UnoRuntime.queryInterface(XControl.class, textControl);

Completed in 18 milliseconds