Home
last modified time | relevance | path

Searched refs:aIndexFile (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java257 File aIndexFile = new File( aIndexStr ); in queryImpl() local
258 IndexReader reader = IndexReader.open( NIOFSDirectory.open( aIndexFile ), true ); in queryImpl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGCreator.java87 File aIndexFile = new File(sIndexFile); in checkOneFile() local
88 if (aIndexFile.exists()) in checkOneFile()
H A DEnhancedComplexTestCase.java221 File aIndexFile = new File(sIndexFile); in runThroughEveryReportInIndex() local
222 if (aIndexFile.exists()) in runThroughEveryReportInIndex()
294 assure("File '" + sIndexFile + "' doesn't exists.", aIndexFile.exists(), true); in runThroughEveryReportInIndex()
442 File aIndexFile = new File(sIndexFile); in foreachResultCreateHTML() local
443 if (aIndexFile.exists()) in foreachResultCreateHTML()

Completed in 29 milliseconds