Home
last modified time | relevance | path

Searched refs:path (Results 51 – 75 of 1042) sorted by relevance

12345678910>>...42

/aoo42x/main/solenv/bin/modules/
H A DRepoRevision.pm28 my $path = shift;
31 open( my $fh, '<', $path ) || return undef;
39 my $path = shift;
48 my $path = shift;
51 open my $proc, "cd $path && svn info 2>\&1 |";
75 my $path = shift;
82 my $NotGit = `cd $path && git rev-parse --git-dir > /dev/null 2>&1`;
83 if (!$NotGit || -d ".git" || -d "$path/.git")
85 $id = DetectRevisionIdFromGit ($path);
89 $id = DetectRevisionIdFromSVN ($path);
/aoo42x/main/icu/
H A Dcreatemak.pl31 my $path = $ENV{'INPATH'} . "/";
400 my $path = shift;
401 $path =~ /.+\\(.+)$/;
409 my $path = shift;
449 my $path = shift;
454 my $fullpath = $path . $sep . $cfile;
487 my $path = shift;
509 my $path = shift;
535 print_link_template($path,$outfile);
548 my $path = shift;
[all …]
/aoo42x/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl45 /** A service to support the substitution and resubstitution of path variables.
48 A path variable must be specified with the following syntax: "$("&lt;variable-name&gt;")".
52 A user defined list of path variables is supported. This list is stored in the Office
59 <dd>Installation path of the Office Basis layer.</dd>
61 <dd>Program path of the Office Basis layer.</dd>
63 <dd>Installation path of the Office Brand layer.</dd>
75 <dt>$(path)</dt>
85 Attention: Most predefined variables describe an absolute path.
88 are located at the start of a provided path string or are part of a multi-path.
90 provide (a) valid substituted path(s).
[all …]
H A DPathSettings.idl51 This service supports the usage of path variables to define
60 /** Main interface to have access to the path properties. */
77 one path separated by a semicolon.
82 one path separated by a semicolon.*/
89 one path separated by a semicolon.*/
110 one path separated by a semicolon.*/
117 /** The path to the Office help files. */
123 /** This is the path for the modules. */
131 one path separated by a semicolon.*/
142 can be more than one path separated by a semicolon.*/
[all …]
/aoo42x/main/odk/source/unoapploader/unx/
H A Dunoapploader.c70 char const* path; in main() local
76 path = getPath(); in main()
78 if ( path != NULL ) in main()
92 size_t pathlen = strlen(path); in main()
102 strcpy(unoinfo, path); in main()
122 p = path; in main()
128 if (p == path || p[-1] != '/') { in main()
176 libpath = (char *) path; in main()
264 char const* path = cppuhelper_detail_findSofficePath(); in getPath() local
266 if ( path == NULL ) in getPath()
[all …]
/aoo42x/main/scripting/source/storage/
H A DScriptSecurityManager.cxx145 bool match = isSecureURL( path ); in addScriptStorage()
166 int result = (int)executePathDialog( path ); in addScriptStorage()
175 addToSecurePaths(path); in addScriptStorage()
219 bool ScriptSecurityManager::isSecureURL( const OUString & path ) in isSecureURL() argument
225 ::rtl::OUStringToOString( path, in isSecureURL()
235 if( path.equalsIgnoreAsciiCase( m_secureURL[j] ) ) in isSecureURL()
238 if( path.equals( m_secureURL[j] ) ) in isSecureURL()
258 return executeDialog( path ); in executePathDialog()
265 if( path.getLength() != 0 ) in executeDialog()
269 aArgs[ 0 ] <<= path; in executeDialog()
[all …]
/aoo42x/main/unotools/source/config/
H A Dbootstrap.cxx91 OUString path; member
95 : path() in PathData()
483 _rData.getIniName(_rBootstrapFile.path); in implGetBootstrapFile()
494 _rData.getFrom(csVersionFileItem,_rVersionFile.path); in implGetVersionFile()
568 addMissingDirectoryError(_rBuf, _rData.aUserInstall_.path); in describeError()
576 addFileError(_rBuf, _rData.aVersionINI_.path, IS_INVALID); in describeError()
707 _rURL = aPathData.path; in locateBaseInstallation()
716 _rURL = aPathData.path; in locateUserInstallation()
761 _rURL = aPathData.path; in locateBootstrapFile()
770 _rURL = aPathData.path; in locateVersionFile()
[all …]
/aoo42x/main/pyuno/zipcore/
H A Dpython.cxx81 wchar_t path[MAX_PATH]; local
82 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH);
86 wchar_t * pathEnd = tools::filename(path);
91 !SetEnvironmentVariableW(L"UNO_PATH", path))
109 pythonpath2, path, pathEnd,
117 pythonpath3, path, pathEnd,
127 pythonpath4, path, pathEnd,
134 pythonpath5, path, pathEnd,
142 pythonhome, path, pathEnd,
149 pythonexe, path, pathEnd,
[all …]
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx967 char path[PATH_MAX]; in osl_openDirectory() local
991 if (strlen( path) == 2 && path[1] == ':') in osl_openDirectory()
992 strcat( path, "\\"); in osl_openDirectory()
1330 (void) path; in osl_file_adjustLockFlags()
2233 char path[PATH_MAX]; in osl_removeFile() local
2244 rc = DosDelete( (PCSZ)path); in osl_removeFile()
2814 char path[PATH_MAX]; in osl_createDirectory() local
2843 char path[PATH_MAX]; in osl_removeDirectory() local
2872 *(path + i) = 0; in path_make_parent()
2977 char path[PATH_MAX]; in osl_setFileAttributes() local
[all …]
/aoo42x/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl123 returns the path part of this URI reference.
126 the textual representation of the path part (with the exact spelling
134 returns whether this (relative) URI reference has a relative path.
137 <TRUE/> if this URI reference is relative and has a relative path.
145 an empty path, the number of path segments is zero. For a hierarchical
146 URI reference with an absolute, non-empty path, the number of path
148 For a hierarchical URI reference with a relative, non-empty path, the
153 the number of path segments.
158 returns a given path segment of this (hierarchical) URI reference.
161 the index of the path segment, starting at zero.
[all …]
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties22 # {0} - root path
25 # {0} - root path
27 # {0} - root path
33 # {2} - full path to file
37 # {2} - full path to file
41 # {2} - full path to file
45 # {2} - full path to file
49 # {2} - full path to file
54 # {3} - full path to old file
55 # {4} - full path to new file
[all …]
/aoo42x/main/solenv/bin/
H A Ddeliver.pl321 my $path = expand_macros(shift);
323 $path =~ s/\s$//;
326 print "MKDIR: $path\n";
329 if ( ! -d $path ) {
471 my $path = getcwd();
546 my $path = getcwd();
548 @field = split(/\//, $path);
1357 $createddir{$path} ++;
1401 foreach my $path ( @dirlist ) {
1402 $path = expand_macros($path);
[all …]
H A Dzipdep.pl95 my $path = shift;
96 $path =~ s/\//\$\//g;
97 $path =~ s/\\/\$\//g;
101 $path =~ s/\"//g;
103 return $path;
110 my $path = shift;
111 $path =~ s/\\/\//g;
112 $path =~ s/\/+/\//g;
116 $path =~ s/\"//g;
118 return $path;
/aoo42x/test/testgui/source/bvt/gui/
H A DFileExport.java73 public String path; field in FileExport.ContinuePoint
77 path = ""; in ContinuePoint()
102 File[] files = path.listFiles(); in recursionfiles()
174 thepoint.path = ""; in getcontinuepoint()
195 thepoint.path = line; in getcontinuepoint()
256 File file = new File(thepoint.path); in testSaveAs()
323 sourceFile = new File(path); in dotest()
328 if(!Open(path)){ in dotest()
339 if(!Open(path)) { in dotest()
347 if(!Open(path)) { in dotest()
[all …]
/aoo42x/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx55 bool contains(WCHAR const * paths, WCHAR const * path, WCHAR const * pathEnd) { in contains() argument
56 WCHAR const * q = path; in contains()
66 q = path; in contains()
109 WCHAR path[MAX_PATH]; in extendLoaderEnvironment() local
111 path, iniDirectory, iniDirEnd, MY_STRING(L"..\\basis-link")); in extendLoaderEnvironment()
126 pathEnd = tools::resolveLink(path); in extendLoaderEnvironment()
134 path, iniDirectory, iniDirEnd, MY_STRING(L"..")); in extendLoaderEnvironment()
139 pad, path, pathEnd, MY_STRING(L"\\..\\program")); in extendLoaderEnvironment()
149 pathEnd = tools::buildPath(path, path, pathEnd, MY_STRING(L"")); in extendLoaderEnvironment()
/aoo42x/main/fpicker/source/aqua/
H A DNSURL_OOoAdditions.cxx45 NSString* path = [self path]; variable
46 if (path == nil) {
50 sURLString = [path lastPathComponent];
56 NSString* path = [self absoluteString]; variable
57 if (path == nil) {
61 NSString* lastComponent = [path lastPathComponent];
63 sURLString = [path substringToIndex:([path length] - lastLength)];
/aoo42x/main/solenv/bin/modules/installer/patch/
H A DFileOperations.pm72 my ($self, $path) = @_;
78 $path
154 my $path = $operation->[1];
155 if ( -d $path)
161 $directories{$path} = 1;
250 my $path = $operation->[1];
251 if ( -d $path)
257 $installer::logger::Lang->printf("creating directory %s\n", $path);
260 if (File::Path::make_path($path, {'mode' => 0775}) == 0)
262 $installer::logger::Lang->printf("could not create directory %s\n", $path);
/aoo42x/main/configmgr/source/
H A Daccess.cxx462 path.push_back(i->first); in commitChildChanges()
704 path.append( in initBroadcasterAndChanges()
803 path.append( in initBroadcasterAndChanges()
1236 rtl::OUStringBuffer path; in getHierarchicalName() local
1245 path.append(rel); in getHierarchicalName()
1246 return path.makeStringAndClear(); in getHierarchicalName()
1267 if (path.getLength() != 0) { in composeHierarchicalName()
1270 path.append(aRelativeName); in composeHierarchicalName()
1994 if (path.getLength() != 0 && path[0] == '/') { in getSubChild()
2006 if (i == -1 || (i != path.getLength() && path[i] != '/')) { in getSubChild()
[all …]
H A Dpartial.cxx48 rtl::OUString const & path, sal_Int32 * index, rtl::OUString * segment) in parseSegment() argument
51 index != 0 && *index >= 0 && *index <= path.getLength() && in parseSegment()
53 if (path[(*index)++] == '/') { in parseSegment()
58 path, *index, &name, &setElement, &templateName); in parseSegment()
61 return *index == path.getLength(); in parseSegment()
65 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("bad path ")) + path, in parseSegment()
115 Partial::Containment Partial::contains(Path const & path) const { in contains()
120 for (Path::const_iterator i(path.begin()); i != path.end(); ++i) { in contains()
/aoo42x/main/qadevOOo/tests/java/ifc/util/
H A D_PathSettings.java74 String path = (String) oldVal; in _UIConfig()
75 if (path == null) path = ""; in _UIConfig()
76 if (path.length() > 0 && !path.endsWith(";")) { in _UIConfig()
77 path += ";"; in _UIConfig()
79 path += utils.getOfficeTemp((XMultiServiceFactory)tParam.getMSF()); in _UIConfig()
80 return path; in _UIConfig()
/aoo42x/main/cppuhelper/test/bootstrap/
H A Dbootstrap.test.cxx163 rtl::OUString path;//(RTL_CONSTASCII_USTRINGPARAM("file://")); in s_getSDrive() local
166 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive()
167 path += rtl::OUString(SAL_PATHDELIMITER); in s_getSDrive()
170 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive()
171 path += rtl::OUString(SAL_PATHDELIMITER); in s_getSDrive()
173 path += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("bin")); in s_getSDrive()
176 path += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("lib")); in s_getSDrive()
181 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive()
183 osl::FileBase::getFileURLFromSystemPath(path, path); in s_getSDrive()
185 return path; in s_getSDrive()
/aoo42x/main/desktop/source/splash/
H A Dsplash.cxx437 INetURLObject aObj( path, INET_PROT_FILE ); in loadBitmap()
458 bool SplashScreen::findBitmap(rtl::OUString const & path) { in findBitmap() argument
462 haveBitmap = findScreenBitmap(path); in findBitmap()
466 haveBitmap = findAppBitmap(path); in findBitmap()
510 bool haveBitmap = loadBitmap( path, aBmpFileName ); in findScreenBitmap()
514 haveBitmap = loadBitmap( path, aBmpFileName ); in findScreenBitmap()
528 haveBitmap = loadBitmap( path, aBmpFileName ); in findScreenBitmap()
532 haveBitmap = loadBitmap( path, aBmpFileName ); in findScreenBitmap()
538 bool SplashScreen::findAppBitmap(rtl::OUString const & path) in findAppBitmap() argument
552 haveBitmap = loadBitmap( path, aBmpFileName ); in findAppBitmap()
[all …]
/aoo42x/ext_libraries/gtest/
H A Dgtest-python3.patch18 if not os.path.isfile(os.path.join(directory, relative_path)):
39 - output_file = file(os.path.join(output_dir, GTEST_H_OUTPUT), 'w')
41 + output_file = open(os.path.join(output_dir, GTEST_H_OUTPUT), 'w')
53 - for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):
54 + for line in open(os.path.join(gtest_root, gtest_header_path), 'r'):
74 - for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):
75 + for line in open(os.path.join(gtest_root, gtest_source_file), 'r'):
83 - output_file = file(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
84 + output_file = open(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx87 OUString path; in get_this_libpath() local
88 Module::getUrlFromAddress( reinterpret_cast<oslGenericFunction>(get_this_libpath), path ); in get_this_libpath()
89 path = path.copy( 0, path.lastIndexOf( '/' ) ); in get_this_libpath()
92 s_path = path; in get_this_libpath()
531 OUString path; in bootstrap() local
532 if (osl::FileBase::getFileURLFromSystemPath(p2, path) != in bootstrap()
538 if (path.getLength() > 0 && path[path.getLength() - 1] != '/') { in bootstrap()
539 path += OUSTR("/"); in bootstrap()
546 Bootstrap::encode(path + OUSTR(SAL_CONFIGFILE("fundamental")))); in bootstrap()
598 (path + OUSTR("soffice")).pData, ar_args, ARLEN( ar_args ), in bootstrap()
/aoo42x/main/soltools/mkdepend/
H A Dmain.c761 void convert_slashes(path) in convert_slashes() argument
762 char* path; in convert_slashes()
770 for (ptr = (char*)path; *ptr; ++ptr)
774 for (ptr = (char*)path; *ptr; ++ptr)
779 (void)path;
783 char* append_slash(path) in append_slash() argument
784 char* path; in append_slash()
787 if ((path[strlen(path) - 1] == '/') || (path[strlen(path) - 1] == '\\')) {
788 new_string = path;
790 new_string = (char*)malloc(sizeof(char) * (strlen(path) + 2));
[all …]

Completed in 308 milliseconds

12345678910>>...42