Lines Matching refs:xListBox
302 XAccessibleContext xListBox = null; in selectListboxItem() local
304 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in selectListboxItem()
306 if (xListBox == null){ in selectListboxItem()
307 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in selectListboxItem()
311 UnoRuntime.queryInterface(XAccessible.class, xListBox); in selectListboxItem()
340 XAccessibleContext xListBox = null; in getListBoxObjects() local
343 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxObjects()
345 if (xListBox == null){ in getListBoxObjects()
346 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxObjects()
350 if (xListBox == null){ in getListBoxObjects()
359 UnoRuntime.queryInterface(XAccessible.class, xListBox); in getListBoxObjects()
404 XAccessibleContext xListBox = null; in getListBoxItems() local
407 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxItems()
409 if (xListBox == null){ in getListBoxItems()
410 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxItems()
414 if (xListBox == null){ in getListBoxItems()
423 UnoRuntime.queryInterface(XAccessible.class, xListBox); in getListBoxItems()