Home
last modified time | relevance | path

Searched refs:path (Results 101 – 125 of 1042) sorted by relevance

12345678910>>...42

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java631 String path = getFileAccess().getPath(p.url, null); in publishTargetApproved() local
647 path, "%FILENAME"); in publishTargetApproved()
662 path, "%FILENAME"); in publishTargetApproved()
673 path, "%FILENAME"); in publishTargetApproved()
696 path, "%FILENAME"); in publishTargetApproved()
719 path, "%FILENAME"); in publishTargetApproved()
729 path, "%FILENAME"); in publishTargetApproved()
765 path, "%FILENAME"); in publishTargetApproved()
777 path, "%FILENAME"); in publishTargetApproved()
789 path, "%FILENAME"); in publishTargetApproved()
[all …]
/trunk/main/solenv/bin/
H A Dmkout.pl113 my $path = cwd();
115 @field = split(/\//, $path);
135 $path = $base_dir . '/' . $envpath . '/' . $dir;
137 $path .= "/remote";
139 eval { mkpath($path, 0, $dir_mode) };
143 print "Create path: $path\n" if $is_debug;
H A Dpchdelta.py46 import os.path
59 cwd = os.path.abspath(os.getcwd())
60 for path in dirlist:
61 os.chdir(path)
133 pchname = os.path.abspath(sys.argv[1])
137 if os.path.exists("buildlog.txt"):
H A Drelocate28 # path. It tries to re-write all the hard-coded path logic
141 my $path = "$new_root/$product_path/misc";
143 opendir ($misc_dir, $path) || return;
149 unlink ("$path/$name");
204 print " relocate /path/to/new/ooo/source_root\n";
208 $OOO_BUILD = shift (@ARGV) || die "Pass path to relocated source tree";
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java78 String path = null; in initComponents() local
79 if ( (path = netbeansProps.getProperty(key) ) != null ) { in initComponents()
81 ideProps.put(key, path); in initComponents()
294 String path = null; in MyTableModelIDE() local
296 if ((path = properties.getProperty(key)) != null) { in MyTableModelIDE()
305 row.add(2, path); in MyTableModelIDE()
306 if (path.length() > ((String)longValues[2]).length()) { in MyTableModelIDE()
307 longValues[2] = path; in MyTableModelIDE()
/trunk/main/sal/osl/unx/
H A Duunxapi.cxx64 sal_Char path[PATH_MAX]; in macxp_resolveAliasAndConvert() local
67 strcpy(path, p.getStr()); in macxp_resolveAliasAndConvert()
68 macxp_resolveAlias(path, PATH_MAX); in macxp_resolveAliasAndConvert()
69 p = rtl::OString(path); in macxp_resolveAliasAndConvert()
122 int mkdir_u(const rtl_uString* path, mode_t mode) in mkdir_u() argument
124 return mkdir(OUStringToOString(path).getStr(), mode); in mkdir_u()
H A Dfile_stat.cxx363 char path[PATH_MAX]; in osl_setFileAttributes() local
369 eRet = FileURLToPath( path, PATH_MAX, ustrFileURL ); in osl_setFileAttributes()
374 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_setFileAttributes()
378 return osl_psz_setFileAttributes( path, uAttributes ); in osl_setFileAttributes()
472 char path[PATH_MAX]; in osl_setFileTime() local
478 eRet = FileURLToPath( path, PATH_MAX, ustrFileURL ); in osl_setFileTime()
483 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_setFileTime()
487 return osl_psz_setFileTime( path, pCreationTime, pLastAccessTime, pLastWriteTime ); in osl_setFileTime()
H A Dprocess.c150 sal_Char path[PATH_MAX + 1]; in osl_searchPath_impl() local
153 path[0] = '\0'; in osl_searchPath_impl()
175 pstr = path; in osl_searchPath_impl()
180 if ((pstr > path) && ((*(pstr - 1) != '/'))) in osl_searchPath_impl()
185 strcat(path, pszName); in osl_searchPath_impl()
187 if (access(path, 0) == 0) in osl_searchPath_impl()
194 strcpy(pszBuffer, path); in osl_searchPath_impl()
845 sal_Char path[PATH_MAX + 1]; in osl_psz_executeProcess() local
849 path[0] = '\0'; in osl_psz_executeProcess()
867 (osl_searchPath_impl(pszImageName, NULL, '\0', path, sizeof(path)) == osl_Process_E_None)) in osl_psz_executeProcess()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java119 String path = null; in getPackagePath() local
128 path = dir.getPath(); in getPackagePath()
132 if ( path != null ) { in getPackagePath()
133 if ( ! path.endsWith("/")) { in getPackagePath()
134 path = path + "/"; in getPackagePath()
138 if ( path != null ) { in getPackagePath()
139 System.err.println("Path to packages: " + path); in getPackagePath()
144 return path; in getPackagePath()
/trunk/main/lucene/
H A Dlong_path.patch8 + String path = file.getPath();
9 + //File.getCanonicalPath fails on Windows with long path names
10 + //Long path names created by osl_getSystemPathFromFileURL are already
14 + if (!path.startsWith("\\\\?\\"))
24 + //File.getCanonicalPath fails on Windows with long path names
25 + //Long path names created by osl_getSystemPathFromFileURL are already
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReferenceFactory.idl72 &ldquo;<code>..</code>&rdquo;) within the path of the base URI (except
74 RFC&nbsp;2396. If <FALSE/>, special segments within the path of the base
112 authority components, and the path component of <code>uriReference</code>
116 relative URI reference has a relative path (e.g.,
125 authority components (if present), but share no common path segments. If
126 <TRUE/>, the generated relative URI reference has an absolute path (e.g.,
128 reference has a relative path (e.g., &ldquo;<code>../c/d</code>&rdquo;).
132 &ldquo;<code>..</code>&rdquo;) that are already present in the path
134 relative path returned from this method, are encoded (as
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java333 File path = NativeLibraryLoader.getResource( in getProgramPath() local
335 if (path != null) { in getProgramPath()
336 mProgramPath = path.getParent(); in getProgramPath()
380 String path = null; in parseUnoUrlWithOfficePath() local
462 if (path == null) in parseUnoUrlWithOfficePath()
463 path = buffer.toString(); in parseUnoUrlWithOfficePath()
524 if (path != null) in parseUnoUrlWithOfficePath()
525 mProgramPath = path; in parseUnoUrlWithOfficePath()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java106 final String path, in deriveKey() argument
117 if (path.startsWith("sun:oo://")) in deriveKey()
119 resource = path; in deriveKey()
121 else if (path.charAt(0) == '/') in deriveKey()
123 resource = "sun:oo:/" + path; in deriveKey()
127 resource = LoaderUtils.mergePaths(parentKey.getPath(), path); in deriveKey()
/trunk/main/
H A Dconfigure.ac25 AC_ARG_WITH(dmake-path,
389 them via --with-{dict,hyph,thes}-path=/path
469 AC_ARG_WITH(libmysql-path,
699 AC_ARG_WITH(mspdb-path,
705 AC_ARG_WITH(midl-path,
709 Usage: --with-midl-path=<absolute path to midl.exe>
711 AC_ARG_WITH(csc-path,
715 Usage: --with-csc-path=<absolute path to csc.exe>
717 AC_ARG_WITH(nsis-path,
718 [ --with-nsis-path For Windows users, please supply the path to the
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx397 i != path.end(); ++i) in pathToString()
412 std::vector< rtl::OUString > const & path): in Key()
413 data_(data), path_(path) { OSL_ASSERT(data.is()); in Key()
837 std::vector< rtl::OUString > path; in openKey() local
838 if (!find(aKeyName, &path, 0, 0)) { in openKey()
841 return new Key(data_, path); in openKey()
933 std::vector< rtl::OUString > path; in getResolvedName() local
934 find(aKeyName, &path, 0, 0); in getResolvedName()
935 return pathToString(path); in getResolvedName()
950 if (path != 0) { in find()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx435 rtl::OUString path = get_path(); in open() local
440 Any aEntry = xNA->getByHierarchicalName( path ); in open()
505 rtl::OUString path = get_path(); in open() local
510 Any aEntry = xNA->getByHierarchicalName( path ); in open()
751 rtl::OUString language,jar,path; in zipOpen() local
759 path = ugblData->m_pInitial->get_path(); in zipOpen()
763 ugblData->m_pDatabases->findJarFileForPath( jar, language, path ); in zipOpen()
771 Any aEntry = xNA->getByHierarchicalName( path ); in zipOpen()
790 rtl::OUString language,jar,path; in helpOpen() local
797 path = urlpar.get_path(); in helpOpen()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx204 OUString MatchFixBrokenPath(const OUString& path) in MatchFixBrokenPath() argument
206 OSL_ASSERT(path.getLength() >= 4); in MatchFixBrokenPath()
208 if (path[1] == ':' && path[2] == '.' && path[3] == '\\') in MatchFixBrokenPath()
211 return (path.copy(0,2) + path.copy(3)); in MatchFixBrokenPath()
213 return path; in MatchFixBrokenPath()
/trunk/main/stoc/source/uriproc/
H A DExternalUriReferenceTranslator.cxx130 for (bool path = true;;) { in translateToInternal() local
134 && (!path || externalUriReference[j] != '/')) in translateToInternal()
155 path = externalUriReference[j] == '/'; in translateToInternal()
174 for (bool path = true;;) { in translateToExternal() local
178 && (!path || internalUriReference[j] != '/')) in translateToExternal()
202 path = internalUriReference[j] == '/'; in translateToExternal()
/trunk/main/migrationanalysis/src/wizard/
H A DCollectedFiles.cls305 Dim path As String
333 path = sRoot & sFileName
336 If Not MatchSpec(path, mWordDriverPath) Then
341 mWordFilesCol.add path
385 path = sRoot & sFileName
387 If Not MatchSpec(path, mPPDriverPath) Then
392 mPPFilesCol.add path
/trunk/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm281 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product);
282 return File::Spec->catfile($path, "unpacked");
298 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product);
299 return File::Spec->catfile($path, "unpacked");
330 my ($path, $version) = @_;
336 $path,
345 my ($path, $version) = @_;
348 $path,
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java191 String path; in browseButtonActionPerformed() local
193 path = target.getCanonicalPath(); in browseButtonActionPerformed()
196 path = target.getAbsolutePath(); in browseButtonActionPerformed()
199 OfficeInstallation oi = new OfficeInstallation(path, path); in browseButtonActionPerformed()
202 installPath.setText(path); in browseButtonActionPerformed()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file.cxx47 inline void ensure_final_slash(/*inout*/ rtl::OUString& path) in ensure_final_slash() argument
49 if ((path.getLength() > 0) && in ensure_final_slash()
50 (SLASH.pData->buffer[0] != path.pData->buffer[path.getLength() - 1])) in ensure_final_slash()
51 path += SLASH; in ensure_final_slash()
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl64 <p>The access path starts with the root "/" and all parent
91 specifies the relative path from the current key to
306 the relative path from the current key to the key
324 specifies the relative path from the current key to
350 specifies the relative path from the current key to
395 specifies the relative path from the current key to
399 specifies the full path of the key which will be
415 specifies the relative path from the current key to
428 the target (complete path of a key) of the link specified by rLinkName.
431 specifies the relative path from the current key to
[all …]
/trunk/main/basegfx/qa/
H A Dmkpolygons.pl240 my $path = $pathAry->[1];
246 print $OUT $path;
348 foreach $path (@paths)
350 writeSlideHeader($pathNum, $path->[1]);
351 writePath($path);
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl80 /** attempts to get the full path for the given profile.
83 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
85 the profile name to get full path.
87 the full path of the given profile.
95 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
107 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".

Completed in 117 milliseconds

12345678910>>...42