Searched refs:instPath (Results 1 – 6 of 6) sorted by relevance
276 rtl::OUString instPath( getKey( xHierAccess,"Path/Current/Help" ) ); in init() local277 if( ! instPath.getLength() ) in init()279 instPath = rtl::OUString::createFromAscii( "$(instpath)/help" ); in init()281 subst( instPath ); in init()369 instPath, in init()440 rtl::OUString instPath; in getKey() local453 aAny >>= instPath; in getKey()455 return instPath; in getKey()
184 const rtl::OUString& instPath,
140 const rtl::OUString& instPath, in Databases() argument179 setInstallPath( instPath ); in Databases()
664 rtl::OUString instPath( getKey( xHierAccess,"Path/Current/Help" ) ); in init() local665 if( ! instPath.getLength() ) in init()667 instPath = rtl::OUString::createFromAscii( "$(instpath)/help" ); in init()670 subst( xSMgr,instPath ); in init()716 osl::FileBase::RC errFile = osl::FileBase::getFileURLFromSystemPath( instPath,url ); in init()878 rtl::OUString instPath; in getKey() local890 aAny >>= instPath; in getKey()892 return instPath; in getKey()
38 private static String instPath = ""; field in MimeConfiguration50 instPath = stringSub.getSubstituteVariableValue( "$(inst)" ); in createFiles()211 String config = instPath + "/user/config"; in getConfigDir()
359 String instPath = s.substring(equals + 8, s.length()); in getOfficeVersions() local362 parts[1] = instPath + File.separator; in getOfficeVersions()
Completed in 86 milliseconds