Searched refs:allComp (Results 1 – 2 of 2) sorted by relevance
214 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in checkDocumentCount() local218 while (allComp.hasMoreElements()){ in checkDocumentCount()219 allComp.nextElement(); in checkDocumentCount()264 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in compareWindowPositions() local268 while (allComp.hasMoreElements()){ in compareWindowPositions()272 XComponent.class, allComp.nextElement()); in compareWindowPositions()
149 XEnumeration allComp = getAllComponents(xMSF); in getAllOpenDocuments() local151 while (allComp.hasMoreElements()) in getAllOpenDocuments()156 XComponent.class, allComp.nextElement()); in getAllOpenDocuments()
Completed in 33 milliseconds