Lines Matching refs:rLibName
214 const OUString & rLibName, const OUString & rPath ) in makeComponentPath() argument
221 FileBase::getSystemPathFromFileURL( rLibName, aComp ) ); in makeComponentPath()
229 OUStringBuffer buf( rPath.getLength() + rLibName.getLength() + 12 ); in makeComponentPath()
237 sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); in makeComponentPath()
245 OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); in makeComponentPath()
250 nEnd = endsWith( rLibName, OUSTR(".uno") ); in makeComponentPath()
254 buf.append( rLibName ); in makeComponentPath()
259 buf.append( rLibName ); in makeComponentPath()
347 OUString const & rLibName, OUString const & rPath, in loadSharedLibComponentFactory() argument
353 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in loadSharedLibComponentFactory()
395 … rtl::OString libName(rtl::OUStringToOString(rLibName, RTL_TEXTENCODING_ASCII_US)); in loadSharedLibComponentFactory()
494 OUString const & rLibName, OUString const & rPath, in writeSharedLibComponentInfo() argument
499 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in writeSharedLibComponentInfo()