Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java99 private String stylesheeturl; field in XSLTransformer
155 stylesheeturl = (String) AnyConverter.toObject( in initialize()
267 URL uStyle = new URL(stylesheeturl); in start()
281 … if ((ref = (java.lang.ref.WeakReference) xsltReferences.get(stylesheeturl)) == null || in start()
287 xsltReferences.remove(stylesheeturl); in start()
295 xsltTemplate = tfactory.newTemplates(new StreamSource(stylesheeturl)); in start()
302 xsltReferences.put(stylesheeturl, ref); in start()