Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java362 ArrayList<String> aStylePaths = new ArrayList<String>(); in getStylePaths() local
366aStylePaths = FileAccess.getOfficePaths(getMSF(), "Config", PropertyNames.EMPTY_STRING, PropertyNa… in getStylePaths()
367 FileAccess.combinePaths(getMSF(), aStylePaths, "/wizard/form/styles"); in getStylePaths() local
369 … String[][] LayoutFiles = FileAccess.getFolderTitles(getMSF(), null, aStylePaths, ".css"); in getStylePaths()
375 aStylePaths.add("default"); in getStylePaths()
377 return aStylePaths; in getStylePaths()

Completed in 15 milliseconds