Home
last modified time | relevance | path

Searched refs:path (Results 151 – 175 of 1042) sorted by relevance

12345678910>>...42

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx516 /*inout*/ sal_Unicode* path, in _osl_resolvepath() argument
525 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) in _osl_resolvepath()
531 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath()
534 current_pos = ustrtoend(path) - 1; in _osl_resolvepath()
736 rtl::OUString path = rtl::OUString::createFromAscii("PATH"); in find_in_PATH() local
739 if (osl_Process_E_None == osl_getEnvironment(path.pData, &env_path.pData)) in find_in_PATH()
H A Dsystem.c383 int macxp_resolveAlias(char *path, int buflen) in macxp_resolveAlias() argument
389 char *unprocessedPath = path; in macxp_resolveAlias()
404 if ( FSPathMakeRef( (const UInt8 *)path, &aFSRef, 0 ) == noErr ) in macxp_resolveAlias()
425 strcpy( path, tmpPath); in macxp_resolveAlias()
426 unprocessedPath = path + nTmpPathLen; in macxp_resolveAlias()
430 strcpy( path, tmpPath); in macxp_resolveAlias()
/trunk/main/solenv/bin/modules/installer/
H A Dfollowme.pm58 foreach my $path ( @{$includepatharrayref} ) { push(@filecontent, "includepatharray: $path"); }
151 my $path = $1;
152 if( $^O =~ /cygwin/i ) { $path =~ s/\\/\//; }
153 push(@includepatharray, $path . "\n");
H A Djavainstaller.pm1087 my $path = "";
1093 $path = $1;
1094 installer::systemactions::create_directory_structure($path);
1104 if ( $path ne "" ) { $pkgname = $path . $installer::globals::separator . $pkgname; }
1119 my $path = "";
1123 $path = $1;
1126 if ( $path ne "" ) { installer::systemactions::create_directory_structure($path); }
/trunk/main/jurt/source/pipe/wrapper/
H A Dwrapper.c42 wchar_t path[32767]; in DllMain() local
44 size = GetModuleFileNameW(hinstDLL, path, 32767); in DllMain()
48 path[size - 5] = L'x'; /* ...\jpipe.dll -> ...\jpipx.dll */ in DllMain()
49 module = LoadLibraryExW(path, NULL, LOAD_WITH_ALTERED_SEARCH_PATH); in DllMain()
/trunk/main/scripting/examples/java/debugger/
H A DDebugRunner.java42 String path = ""; in go() local
62 path = new File(f, filename).getAbsolutePath(); in go()
66 path = f.getAbsolutePath(); in go()
69 debugger.go(xsctxt, path); in go()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java341 public void setDatabasePath(String path) { in setDatabasePath() argument
342 databasePath = path; in setDatabasePath()
352 public void setPackagePath(String path) { in setPackagePath() argument
353 packagePath = path; in setPackagePath()
384 public void setLocalTempPath(String path) { in setLocalTempPath() argument
385 localTempPath = path; in setLocalTempPath()
/trunk/main/tools/workben/
H A Durltest.cxx1650 rtl::OUString path; in main() local
1651 path = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/a/b/c")); in main()
1653 path, in main()
1655 INetURLObject(path, INetURLObject::FSYS_DETECT).GetMainURL( in main()
1658 path = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("a\\b\\c")); in main()
1660 path, in main()
1662 INetURLObject(path, INetURLObject::FSYS_DETECT).GetMainURL( in main()
1665 path = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("a:b:c")); in main()
1667 path, INetURLObject(path, INetURLObject::FSYS_DETECT).HasError(), in main()
1670 path, in main()
[all …]
/trunk/main/
H A Dset_soenv.in2642 my $path = shift @pairs;
2646 if (! -x "$path/$cmd") {
2647 AddWarning ("Missing executable $path/$cmd\n");
2651 if ($elem eq $path) {
2652 # print "Hit duplicate path in path; break\n";
2657 # print "Element already in path ...\n";
2658 unshift @sysPath, $path;
2666 push @sysPath, $path;
2672 my $path = shift @pairs;
2677 if (!($realpath eq $path)) {
[all …]
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.hxx74 short executeDialog ( const rtl::OUString & path )
78 short executePathDialog(const rtl::OUString & path)
81 void addToSecurePaths ( const rtl::OUString & path )
83 bool isSecureURL( const rtl::OUString & path );
/trunk/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl88 in a storage a stream with a path "a/b/c" is accessed using hierarchical
100 hierarchical path.
109 the path to the substream that should be open
141 hierarchical path.
155 the path to the substream that should be open
199 the path to the element to remove
/trunk/main/desktop/source/splash/
H A Dsplash.hxx72 bool findScreenBitmap(rtl::OUString const & path);
73 bool findAppBitmap(rtl::OUString const & path);
74 bool findBitmap(rtl::OUString const & path);
76 rtl::OUString const & path, const rtl::OUString &rBmpFileName );
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm50 my $path = $installsetpath;
51 installer::pathanalyzer::get_path_from_fullqualifiedname(\$path);
53 $path =~ s/\Q$installer::globals::separator\E\s*$//;
58 my $newpath = $path . $installer::globals::separator . $dirname;
88 my $path = $installsetpath;
89 installer::pathanalyzer::get_path_from_fullqualifiedname(\$path);
91 $path =~ s/\Q$installer::globals::separator\E\s*$//;
96 my $newpath = $path . $installer::globals::separator . $dirname;
/trunk/main/registry/source/
H A Dkeyimpl.cxx1058 OUString ORegKey::getFullPath(OUString const & path) const { in getFullPath()
1059 OSL_ASSERT(m_name.getLength() != 0 && path.getLength() != 0); in getFullPath()
1062 if (path[0] == '/') { in getFullPath()
1063 b.append(path.getStr() + 1, path.getLength() - 1); in getFullPath()
1065 b.append(path); in getFullPath()
1068 if (path[0] != '/') { in getFullPath()
1071 b.append(path); in getFullPath()
/trunk/main/solenv/bin/
H A Dsubsequenttests78 my $path = $sc->get_module_path($module) . $dir;
79 my $makefile = $path . '/makefile.mk';
83 push(@testpaths, $path);
101 foreach $path (@testpaths) {
102 print "$path\n";
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java301 private URL createURL( String path ) throws java.net.MalformedURLException in createURL() argument
304 int indexOfColon = path.indexOf(":"); in createURL()
305 String scheme = path.substring( 0, indexOfColon ); in createURL()
308 path += UCBStreamHandler.separator; in createURL()
309 url = new URL(null, path, handler); in createURL()
/trunk/main/setup_native/scripts/
H A Dosx_install_languagepack.applescript60 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
96 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
106 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
120 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
124 -- now only check whether the path is really from [PRODUCTNAME]
H A Dosx_install_patch.applescript58 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
94 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
104 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
118 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
122 -- now only check whether the path is really from [PRODUCTNAME]
/trunk/main/offapi/com/sun/star/rendering/
H A DPathCapType.idl29 stroked path.<p>
39 /// End the path at its start or end point, without any cap.
44 /// Extend the path with a half circle cap, diameter is the line width.
49 /// Extend the path with a rectangular cap, half the line width long.
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg57 # base path where the generated documentation will be put.
58 # If a relative path is entered, it will be relative to the location
126 # to NO the shortest path that makes the file name unique will be used.
131 # can be used to strip a user-defined part of the path. Stripping is
135 # path to strip.
140 # the path mentioned in the documentation of a class, which tells
864 # can add a path in front of the file if the result should not be
908 # The path specified is relative to the HTML output folder.
1301 # (where the name does NOT include the path)
1303 # is run, you must also specify the path to the tagfile here.
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx74 void stripFinalBackslash(std::string * path) { in stripFinalBackslash() argument
75 std::string::size_type i = path->size(); in stripFinalBackslash()
78 if ((*path)[i] == '\\') { in stripFinalBackslash()
79 path->erase(i); in stripFinalBackslash()
H A Dlayerlinks.cxx84 void stripFinalBackslash(std::string * path) { in stripFinalBackslash() argument
85 std::string::size_type i = path->size(); in stripFinalBackslash()
88 if ((*path)[i] == '\\') { in stripFinalBackslash()
89 path->erase(i); in stripFinalBackslash()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx894 *path = 0; in BSplineToPSPath()
1000 *path = (PSPathElement*)calloc(nPathCount, sizeof(PSPathElement)); in BSplineToPSPath()
1001 assert(*path != 0); in BSplineToPSPath()
1997 PSPathElement *path; in CreateT3FromTTGlyphs() local
2091 n = BSplineToPSPath(pa, r, &path); in CreateT3FromTTGlyphs()
2094 path = 0; in CreateT3FromTTGlyphs()
2109 switch (path[j].type) in CreateT3FromTTGlyphs()
2112 … fprintf(outf, "\t%d %d moveto\n", XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1)); in CreateT3FromTTGlyphs()
2116 … fprintf(outf, "\t%d %d lineto\n", XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1)); in CreateT3FromTTGlyphs()
2120 …ts(UPEm, path[j].x1), XUnits(UPEm, path[j].y1), XUnits(UPEm, path[j].x2), XUnits(UPEm, path[j].y2)… in CreateT3FromTTGlyphs()
[all …]
/trunk/main/instsetoo_native/util/
H A Dmakefile.mk155 --output-path $(OUT) \
381 --output-path $(OUT) \
382 --data-path $(PRJ)$/data \
390 --output-path $(OUT) \
398 --output-path $(OUT) \
406 --output-path $(OUT) \
407 --data-path $(PRJ)$/data \
/trunk/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl111 * ancestor path)
122 * Collapses a tree path
124 * Each element in the ancestor path of the node will be checked,
127 * @param node the start point of the path from where the tree
128 * path will be collapsed

Completed in 121 milliseconds

12345678910>>...42