Home
last modified time | relevance | path

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

/AOO42X/main/fpicker/source/aqua/
H A DControlHelper.cxx375 NSTextField *textField = createLabelWithString(label); in createUserPane() local
376 [textField sizeToFit]; in createUserPane()
377 m_aMapListLabelFields[(NSPopUpButton*)pControl] = textField; in createUserPane()
378 [m_pUserPane addSubview:textField]; in createUserPane()
380 NSRect tfRect = [textField frame]; in createUserPane()
381 …OSL_TRACE("frame for textfield %s is {%f, %f, %f, %f}", [[textField description] UTF8String], tfRe… in createUserPane()
960 NSTextField *textField = [NSTextField new]; in createLabelWithString() local
961 [textField setEditable:NO]; in createLabelWithString()
962 [textField setSelectable:NO]; in createLabelWithString()
963 [textField setDrawsBackground:NO]; in createLabelWithString()
[all …]
/AOO42X/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java134 String uri = selectorPanel.textField.getText(); in show()
255 public JTextField textField; field in ScriptSelectorPanel
301 textField.setText(""); in initUI()
316 textField.setText(str); in initUI()
323 textField = new JTextField(); in initUI()
324 add(textField, BorderLayout.SOUTH); in initUI()
/AOO42X/main/scripting/examples/java/selector/
H A DScriptSelector.java141 String uri = selectorPanel.textField.getText(); in showOrganizer()
356 public JTextField textField; field in ScriptSelectorPanel
402 textField.setText(""); in initUI()
417 textField.setText(str); in initUI()
424 textField = new JTextField(); in initUI()
425 add(textField, BorderLayout.SOUTH); in initUI()
/AOO42X/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js74 textField =
78 searchKey = textField.getText();
/AOO42X/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh63 XTextComponent textField = (XTextComponent)
67 String searchKey = textField.getText();
/AOO42X/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java156 final XTextComponent textField = (XTextComponent) in showInputDialog() local
173 resultHolder.setResult(textField.getText()); in showInputDialog()