Home
last modified time | relevance | path

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

/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java38 File jarFile = data.getJarFilePath(); in copySourceFile() local
41 if ( jarFile != null ) { in copySourceFile()
42 String sourceDir = jarFile.getParent(); in copySourceFile()
213 File jarFile = data.getJarFilePath(); in removeSpecialFiles() local
214 SystemManager.deleteFile(jarFile); in removeSpecialFiles()
216 String jarFilePath = jarFile.getParent(); in removeSpecialFiles()
288 File jarFile = data.getJarFilePath(); in prepareUninstallation() local
289 copySourceFile(jarFile.getName()); in prepareUninstallation()
H A DSystemManager.java50 File jarFile = null; in getJarFilePath() local
61 jarFile = new File(new URI(urlString)); in getJarFilePath()
70 if ( jarFile != null ) { in getJarFilePath()
71 System.err.println("Jar file: " + jarFile.getPath()); in getJarFilePath()
76 return jarFile; in getJarFilePath()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx432 m_pDatabases->jarFile( rtl::OUString::createFromAscii( "picture.jar" ), in open()
502 m_pDatabases->jarFile( rtl::OUString::createFromAscii( "picture.jar" ), in open()
H A Ddatabases.hxx261 jarFile( const rtl::OUString& jar,
H A Ddatabases.cxx972 Reference< XHierarchicalNameAccess > Databases::jarFile( const rtl::OUString& jar, in jarFile() function in Databases
1843 xNA = m_rDatabases.jarFile( m_aInitialModule, m_aLanguage ); in nextJarFile()
/aoo42x/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx212 bool jarFile, bool bRemoved,
1613 bool jarFile, bool bRemoved, OUString const & identifier) in TypelibraryPackageImpl() argument
1616 m_jarFile( jarFile ) in TypelibraryPackageImpl()

Completed in 64 milliseconds