Home
last modified time | relevance | path

Searched refs:HashMap (Results 51 – 75 of 117) sorted by relevance

12345

/aoo4110/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java31 import java.util.HashMap;
354 public HashMap<String, Object> getPerfData() { in getPerfData()
355 HashMap<String, Object> proccessInfo = SystemUtil.findProcess(processPattern); in getPerfData()
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java29 import java.util.HashMap;
37 protected HashMap algorithms = new HashMap();
/aoo4110/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java37 import java.util.HashMap;
409 HashMap aCheckMap = new HashMap(c2); in impl_checkDispatchInfo()
/aoo4110/main/qadevOOo/runner/util/
H A DValueComparer.java35 import java.util.HashMap;
81 HashMap hm1 = new HashMap(); in compareArrayOfPropertyValue()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DExtMap.java30 import java.util.HashMap;
39 public class ExtMap extends HashMap {
H A DGSIandSDFMerger.java31 import java.util.HashMap;
47 private Map temp=new HashMap();
H A DGSIReader.java33 import java.util.HashMap;
135 Map GSIBlock = new HashMap(); in getGSIData()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DFontFaceDeclsSection.java27 import java.util.HashMap;
46 fontFaces = new HashMap(); in FontFaceDeclsSection()
H A DOfficeMasterStyles.java25 import java.util.HashMap;
52 masterPages = new HashMap(); in OfficeMasterStyles()
/aoo4110/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java24 import java.util.HashMap;
78 private static Map<String, String> filterMap = new HashMap<String, String>();
83 private static Map<String, String> formatMap = new HashMap<String, String>();
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java32 import java.util.HashMap;
201 this.masterPages = new HashMap(); in MasterPageFactory()
203 this.pageLayouts = new HashMap(); in MasterPageFactory()
/aoo4110/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java29 import java.util.HashMap;
45 this.properties = new HashMap(); in DefaultJobProperties()
H A DDefaultParameterMap.java27 import java.util.HashMap;
38 backend = new HashMap(); in DefaultParameterMap()
H A DManifestWriter.java31 import java.util.HashMap;
58 entries = new HashMap(); in ManifestWriter()
/aoo4110/main/l10ntools/java/receditor/java/transex3/model/
H A DResourceFile.java28 HashMap sdfHashMap = new HashMap();
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/
H A DOneOfConstantsMapper.java27 import java.util.HashMap;
44 this.mappings = new HashMap(); in OneOfConstantsMapper()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapper.java25 import java.util.HashMap;
54 this.backend = new HashMap(); in StyleMapper()
/aoo4110/main/framework/qa/complex/accelerators/
H A DKeyMapping.java26 import java.util.HashMap;
40 class IdentifierHashMap extends HashMap
52 class CodeHashMap extends HashMap
/aoo4110/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java40 import java.util.HashMap;
428 final HashMap aModuleHashMap = new HashMap(); in getTranslatedNames()
/aoo4110/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java30 private HashMap hm = new HashMap();
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java36 import java.util.HashMap;
54 private static final Map PARCEL_DESCRIPTOR_MAP = new HashMap(5);
233 Map langProps = new HashMap(); in getScriptEntries()
H A DScriptEntry.java26 import java.util.HashMap;
47 this.languagedepprops = new HashMap(); in ScriptEntry()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java27 import java.util.HashMap;
34 private Map map= new HashMap();
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java29 import java.util.HashMap;
132 map = new HashMap(); in deriveKey()
/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java26 import java.util.HashMap;
86 private static final HashMap __javaClassToTypeClass = new HashMap();

Completed in 96 milliseconds

12345