Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java56 public static Document Document( String aModule, File aCaptionFile, File aContentFile ) in Document() argument
62 File aFile = aCaptionFile != null ? aCaptionFile : aContentFile; in Document()
71 doc.add( new Field( "caption", getReaderForFile( aCaptionFile ) ) ); in Document()
H A DHelpIndexerTool.java295 File aCaptionFile = new File( aCaptionFilesDir, aCaptionFileStr ); in indexDocs() local
302 writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs()
313 File aCaptionFile = null; in indexDocs() local
317 … writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs()

Completed in 17 milliseconds