Searched refs:addToZipRecursively (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpIndexerTool.java | 332 addToZipRecursively( zos, aChildrenFiles[i], null ); in createZipFile() 337 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() method in HelpIndexerTool 354 addToZipRecursively( zos, aChildrenFiles[i], aNewBasePath ); in addToZipRecursively()
|
/aoo42x/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/ |
H A D | HelpIndexer.java | 67 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() method in HelpIndexer 70 helpindexer.addToZipRecursively( zos , aFile , aBasePath ); in addToZipRecursively()
|
Completed in 14 milliseconds