Searched refs:aBasePath (Results 1 – 7 of 7) sorted by relevance
/trunk/main/l10ntools/source/help/ |
H A D | HelpIndexerTool.java | 337 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() argument 348 if( aBasePath != null ) in addToZipRecursively() 349 aNewBasePath += aBasePath + File.separator; in addToZipRecursively() 369 if( aBasePath != null ) in addToZipRecursively() 370 aEntryName += aBasePath + "/"; in addToZipRecursively()
|
/trunk/main/vcl/source/gdi/ |
H A D | imagerepository.cxx | 84 rtl::OUString aBasePath( RTL_CONSTASCII_USTRINGPARAM( "$OOO_BASE_DIR/program" ) ); in loadBrandingImage() local 85 rtl::Bootstrap::expandMacros( aBasePath ); in loadBrandingImage() 101 bLoaded = lcl_loadPNG( aBasePath, in loadBrandingImage()
|
/trunk/main/desktop/source/app/ |
H A D | userinstall.cxx | 237 OUString aBasePath; in create_user_install() local 238 if (utl::Bootstrap::locateBaseInstallation(aBasePath) != utl::Bootstrap::PATH_EXISTS) in create_user_install() 249 aBasePath + OUString::createFromAscii(pszSrcList[i]), in create_user_install()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | URLHelper.java | 136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath() argument 139 String sBaseURL = URLHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
|
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/ |
H A D | HelpIndexer.java | 67 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() argument 70 helpindexer.addToZipRecursively( zos , aFile , aBasePath ); in addToZipRecursively()
|
/trunk/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 137 java.io.File aBasePath , in getURLWithProtocolFromSystemPath() argument 144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
|
/trunk/main/basctl/source/basicide/ |
H A D | baside3.cxx | 1003 ::rtl::OUString aBasePath; in implImportDialog() 1007 aBasePath = aOUCurPath.copy( 0, iSlash + 1 ); in implImportDialog() 1095 StringResourceWithLocation::create( xContext, aBasePath, bReadOnly, in implImportDialog()
|
Completed in 39 milliseconds