Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java207 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in checkDocumentCount() local
211 while (allComp.hasMoreElements()){ in checkDocumentCount()
212 allComp.nextElement(); in checkDocumentCount()
254 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in compareWindowPositions() local
258 while (allComp.hasMoreElements()){ in compareWindowPositions()
262 XComponent.class, allComp.nextElement()); in compareWindowPositions()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java149 XEnumeration allComp = getAllComponents(xMSF); in getAllOpenDocuments() local
151 while (allComp.hasMoreElements()) in getAllOpenDocuments()
156 XComponent.class, allComp.nextElement()); in getAllOpenDocuments()