Home
last modified time | relevance | path

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

/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java54 private static final Map PARCEL_DESCRIPTOR_MAP = new HashMap(5); field in ParcelDescriptor
70 PARCEL_DESCRIPTOR_MAP.remove(path); in removeParcelDescriptor()
75 ParcelDescriptor pd = (ParcelDescriptor)PARCEL_DESCRIPTOR_MAP.get(oldPath); in renameParcelDescriptor()
77 PARCEL_DESCRIPTOR_MAP.remove(oldPath); in renameParcelDescriptor()
80 PARCEL_DESCRIPTOR_MAP.put(newPath, pd); in renameParcelDescriptor()
90 ParcelDescriptor pd = (ParcelDescriptor)PARCEL_DESCRIPTOR_MAP.get(path); in getParcelDescriptor()
99 PARCEL_DESCRIPTOR_MAP.put(path, pd); in getParcelDescriptor()
118 PARCEL_DESCRIPTOR_MAP.put(path, pd); in createParcelDescriptor()

Completed in 19 milliseconds