Home
last modified time | relevance | path

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

/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DDeployedUnoPackagesDB.java78 ArrayList packageUrls = new ArrayList(4); in getDeployedPackages() local
110 packageUrls.add( e.getAttribute("value") ); in getDeployedPackages()
114 if ( !packageUrls.isEmpty() ) in getDeployedPackages()
116 return (String[])packageUrls.toArray( new String[0] ); in getDeployedPackages()

Completed in 14 milliseconds