Searched refs:allComp (Results 1 – 2 of 2) sorted by relevance
207 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in checkDocumentCount() local211 while (allComp.hasMoreElements()){ in checkDocumentCount()212 allComp.nextElement(); in checkDocumentCount()254 XEnumeration allComp = DesktopTools.getAllComponents(xMSF); in compareWindowPositions() local258 while (allComp.hasMoreElements()){ in compareWindowPositions()262 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()