Home
last modified time | relevance | path

Searched refs:aBasePath (Results 1 – 7 of 7) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx1003 ::rtl::OUString aBasePath; in implImportDialog()
1007 aBasePath = aOUCurPath.copy( 0, iSlash + 1 ); in implImportDialog()
1095 StringResourceWithLocation::create( xContext, aBasePath, bReadOnly, in implImportDialog()
/trunk/main/desktop/source/app/
H A Duserinstall.cxx237 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/l10ntools/source/filter/utils/
H A DFileHelper.java137 java.io.File aBasePath , in getURLWithProtocolFromSystemPath() argument
144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java337 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/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath() argument
139 String sBaseURL = URLHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
/trunk/main/vcl/source/gdi/
H A Dimagerepository.cxx84 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/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java67 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() argument
70 helpindexer.addToZipRecursively( zos , aFile , aBasePath ); in addToZipRecursively()

Completed in 28 milliseconds