Lines Matching refs:XInterface

33 import com.sun.star.uno.XInterface;
87 private static String getString(XInterface xInt) in getString()
94 private static void setString(XInterface xInt, String cText) in setString()
102 private static Object getValue(XInterface xInt) in getValue()
132 XInterface oTextField = mAT.getAccessibleObjectForRole(mXRoot, in setTextEditFiledText()
242 XInterface xRB =mAT.getAccessibleObjectForRole(mXRoot, in getRadioButtonValue()
258 public XInterface getGraphic(String GraphicName) throws java.lang.Exception in getGraphic()
275XInterface xRB =mAT.getAccessibleObjectForRole(mXRoot, AccessibleRole.RADIO_BUTTON, buttonName); in setRadioButtonValue()
371 XInterface xChildInterface = (XInterface) in getListBoxObjects()
372 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxObjects()
385 Object[]ret = new XInterface[Items.size()]; in getListBoxObjects()
435 XInterface xChildInterface = (XInterface) in getListBoxItems()
436 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxItems()
462 XInterface xNumericField =mAT.getAccessibleObjectForRole( in setNumericFieldValue()
486 XInterface xNumericField =mAT.getAccessibleObjectForRole( in getNumericFieldValue()
584 XInterface xChildInterface = (XInterface) in getTextBoxText()
585 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getTextBoxText()
615 XInterface xCheckBox =mAT.getAccessibleObjectForRole(mXRoot, in setCheckBoxValue()
637 XInterface xCheckBox =mAT.getAccessibleObjectForRole(mXRoot, in getCheckBoxValue()
662 XInterface xMessageInterface = (XInterface) in getMsgBoxText()
663 UnoRuntime.queryInterface(XInterface.class, xMessage); in getMsgBoxText()
680 XInterface xToolKit = null; in getTopWindow()
682 xToolKit = (XInterface) mMSF.createInstance("com.sun.star.awt.Toolkit") ; in getTopWindow()