Searched refs:aModulePath (Results 1 – 2 of 2) sorted by relevance
272 static OUString getLibEnv(OUString const & aModulePath, in getLibEnv() argument303 aExcMsg = aModulePath; in getLibEnv()354 if (! checkAccessPath( &aModulePath )) in loadSharedLibComponentFactory()358 aModulePath, in loadSharedLibComponentFactory()438 aExcMsg = aModulePath; in loadSharedLibComponentFactory()458 aExcMsg = aModulePath; in loadSharedLibComponentFactory()501 if (! checkAccessPath( &aModulePath )) in writeSharedLibComponentInfo()505 aModulePath, in writeSharedLibComponentInfo()552 aExcMsg = aModulePath; in writeSharedLibComponentInfo()560 aExcMsg = aModulePath; in writeSharedLibComponentInfo()[all …]
175 File aModulePath = new File(sModulePath); in getQaUnoApiPath() local176 if (! aModulePath.exists()) in getQaUnoApiPath()178 aModulePath = new File(sModulePath + ".lnk"); in getQaUnoApiPath()179 if (! aModulePath.exists()) in getQaUnoApiPath()181 aModulePath = new File(sModulePath + ".link"); in getQaUnoApiPath()182 if (! aModulePath.exists()) in getQaUnoApiPath()189 sModulePath = aModulePath.getAbsolutePath(); in getQaUnoApiPath()
Completed in 24 milliseconds