Home
last modified time | relevance | path

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

/aoo41x/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java214 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in checkDocumentCount() local
218 while (allComp.hasMoreElements()){ in checkDocumentCount()
219 allComp.nextElement(); in checkDocumentCount()
264 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in compareWindowPositions() local
268 while (allComp.hasMoreElements()){ in compareWindowPositions()
272 XComponent.class, allComp.nextElement()); in compareWindowPositions()
/aoo41x/main/qadevOOo/runner/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()

Completed in 15 milliseconds