Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/util/
H A DSOfficeFactory.java75 … SOfficeFactory soFactory = (SOfficeFactory) lookup.get(new Integer(xMSF.hashCode()).toString()); in getFactory() local
77 if (soFactory == null) { in getFactory()
78 soFactory = new SOfficeFactory(xMSF); in getFactory()
79 lookup.put(new Integer(xMSF.hashCode()).toString(), soFactory); in getFactory()
82 return soFactory; in getFactory()

Completed in 13 milliseconds