Home
last modified time | relevance | path

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

/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java361 Parcel[] theParcels = (Parcel[])parcels.toArray( new Parcel[0] ); in getElementNames() local
362 String[] names = new String[ theParcels.length ]; in getElementNames()
365 names[count] = theParcels[ count ].getName(); in getElementNames()

Completed in 7 milliseconds