Searched refs:sBasePath (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath() argument 186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
|
/aoo4110/main/unotools/source/config/ |
H A D | bootstrap.cxx | 259 OUString sBasePath; in implEnsureAbsolute() local 260 OSL_VERIFY(tools::getProcessWorkingDir(&sBasePath)); in implEnsureAbsolute() 263 if ( File::E_None == File::getAbsoluteFileURL(sBasePath, _rsURL, sAbsolute)) in implEnsureAbsolute()
|
H A D | moduleoptions.cxx | 549 ::rtl::OUString sBasePath ; in Commit() 556 sBasePath = PATHSEPERATOR + pInfo->getFactory() + PATHSEPERATOR; in Commit() 558 …quence< css::beans::PropertyValue > lChangedProperties = pInfo->getChangedProperties ( sBasePath ); in Commit()
|
/aoo4110/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 188 java.lang.String sBasePath , in getURLWithProtocolFromSystemPath() argument 191 …ithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 136 String sBasePath; in GetBasePath() local 149 sBasePath = sDocUrl.Copy( 0, sDocUrl.SearchBackward( '/' ) + 1 ); in GetBasePath() 150 return sBasePath; in GetBasePath()
|
Completed in 46 milliseconds