Home
last modified time | relevance | path

Searched refs:sBasePath (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath() argument
186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
/trunk/main/unotools/source/config/
H A Dbootstrap.cxx259 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 Dmoduleoptions.cxx549 ::rtl::OUString sBasePath ; in Commit()
556 sBasePath = PATHSEPERATOR + pInfo->getFactory() + PATHSEPERATOR; in Commit()
558 …quence< css::beans::PropertyValue > lChangedProperties = pInfo->getChangedProperties ( sBasePath ); in Commit()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java188 java.lang.String sBasePath , in getURLWithProtocolFromSystemPath() argument
191 …ithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx125 String sBasePath; in GetBasePath() local
138 sBasePath = sDocUrl.Copy( 0, sDocUrl.SearchBackward( '/' ) + 1 ); in GetBasePath()
139 return sBasePath; in GetBasePath()

Completed in 46 milliseconds