Home
last modified time | relevance | path

Searched refs:path (Results 26 – 50 of 1042) sorted by relevance

12345678910>>...42

/aoo42x/main/sal/osl/w32/
H A Dpipe.c128 rtl_uString* path = NULL; in osl_createPipe() local
178 rtl_uString_assign(&temp, path); in osl_createPipe()
213 path->buffer, in osl_createPipe()
224 rtl_uString_release( path ); in osl_createPipe()
244 rtl_uString_release( path ); in osl_createPipe()
272 path->buffer, in osl_createPipe()
284 rtl_uString_release( path ); in osl_createPipe()
300 nCharsNeeded = WideCharToMultiByte( CP_ACP, 0, path->buffer, path->length, NULL, 0, NULL, NULL ); in osl_createPipe()
311 rtl_uString_release( path ); in osl_createPipe()
383 rtl_uString* path = NULL; in osl_acceptPipe() local
[all …]
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenuItem.java37 private String[] path = null; field in VclMenuItem
57 public VclMenuItem(VclApp app, String path) { in VclMenuItem() argument
59 this.path = path.split("->"); in VclMenuItem()
83 this.path = path.split("->"); in VclMenuItem()
91 throw new RuntimeException("Menu item '" + path[path.length - 1] + "' can be found!"); in invoke()
101 if (path != null) { in getId()
107 String itemText = path[path.length - 1]; in getId()
128 for (int i = 0; i < path.length; i++) { in select()
129 new VclMenuItem(app, path[i]).pick(); in select()
145 for (int i = 0; i < path.length - 1; i++) in selectParent()
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/util/
H A D_XURLTransformer.java54 final static String path = "/pub/path"; field in _XURLTransformer
60 + server + ":" + port + path
81 url[0].Path = path; in _assemble()
86 port + path + "/" + name; in _assemble()
108 url[0].Path = path; in _assemble()
111 port + path + "/" + name; in _assemble()
179 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseStrict()
250 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseStrict()
319 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseSmart()
348 port + path + "/" + name; in _parseSmart()
[all …]
/aoo42x/test/testgui/source/testlib/gui/
H A DAppTool.java90 public static void open(String path) { in open() argument
92 submitOpenDlg(getPath(path)); in open()
95 public static void saveAs(String path) { in saveAs() argument
97 submitSaveDlg(getPath(path)); in saveAs()
113 public static void saveAndReopen(String path){ in saveAndReopen() argument
114 saveAs(path); in saveAndReopen()
116 open(path); in saveAndReopen()
152 filePickerPath.setText(path); in submitOpenDlg()
157 fileSavePath.setText(path); in submitSaveDlg()
177 fileSavePath.setText(path); in submitSaveDlg()
[all …]
/aoo42x/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java95 String path = mainAttributes == null ? in getClassLoader() local
97 if (path == null) { in getClassLoader()
98 path = "<>"; in getClassLoader()
100 for (int i = 0; i < path.length();) { in getClassLoader()
101 while (i < path.length() && path.charAt(i) == ' ') { in getClassLoader()
104 if (i < path.length()) { in getClassLoader()
106 if (path.charAt(i) == '<') { in getClassLoader()
109 url = path.substring(i + 1); in getClassLoader()
110 i = path.length(); in getClassLoader()
118 j = path.length(); in getClassLoader()
[all …]
/aoo42x/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl64 $path = "";
754 $path .= ",";
756 $path .= $x;
759 $path .= ",";
761 $path .= $y;
778 $path = "";
836 $path .= "m";
839 $path .= "l";
842 $path .= "c";
849 $path .= "x";
[all …]
/aoo42x/main/pyuno/source/loader/
H A Dpythonloader.py44 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
46 print("checking for existence of " + encfile( path ))
47 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
49 print("adding " + encfile( path ) + " to sys.path")
50 sys.path.append( path )
52 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
53 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
55 print("adding " + encfile( path ) + " to sys.path")
56 sys.path.append( path )
/aoo42x/main/l10ntools/java/jpropex/java/
H A DJPropEx.java140 String path = makeAbs( filename ).trim(); in prepareSdfObj() local
144 path = path.replace("\\","/"); in prepareSdfObj()
145 path = path.replace( myRootArg, "" ); in prepareSdfObj()
146 path = path.replace("/","\\"); in prepareSdfObj()
245 String path = new String(); in writeSinglePropertiesFile() local
259 path = outputFileArg; in writeSinglePropertiesFile()
266 path = outputFileArg; in writeSinglePropertiesFile()
275 File dir = new File( path ); in writeSinglePropertiesFile()
292 path += name; in writeSinglePropertiesFile()
478 private String makeAbs( String path ) in makeAbs() argument
[all …]
/aoo42x/main/solenv/bin/modules/installer/
H A Ddownloadsigner.pm257 foreach my $path ( @{$followmeinfohash->{'includepatharray'}} )
259 $installer::logger::Lang->print($path);
271 …oreach my $path ( @{$followmeinfohash->{'includepatharray'}} ) { if (( $path =~ /\Q$oldvalue\E/ ) …
281 foreach my $path ( @{$followmeinfohash->{'includepatharray'}} )
283 if (( $path =~ /\Q$oldvalue\E\s*$/ ) && ( ! ( $path =~ /\Q$srcpath\E/ )))
285 $path =~ s/\Q$oldvalue\E\s*$/$newvalue/;
286 $path = $path . "\n";
301 …foreach my $path ( @{$followmeinfohash->{'includepatharray'}} ) { if ( $path =~ /\Q$srcpath\E/ ) {…
310 foreach my $path ( @{$followmeinfohash->{'includepatharray'}} )
312 $installer::logger::Lang->print($path);
[all …]
/aoo42x/main/sal/qa/
H A Dbuildall.pl362 my $path;
372 ($path, $file) = split(/;/, $line);
375 $file = $path;
378 $path = trim($path);
380 return $path, $file;
385 my $path = shift;
390 if (!$path || $path eq "")
402 print "Work in directory: $path\n";
403 my $newpath = $cwd . $FS . $path;
474 my $path;
[all …]
/aoo42x/main/
H A Doowintool85 return $path if ( ! defined $path );
88 $path =~ s|/*\s*$||;
90 $path =~ s|\\*\s*$||;
96 $path =~ s|\\|/|g;
97 $path =~ s|([a-zA-Z]):/|/cygdrive/$1/|g;
100 $path =~ s|/cygdrive/([a-zA-Z])/|/$1/|g;
101 $path =~ s|/|\\|g;
104 return $path;
109 my ($path, $unix) = @_;
111 $path = cygpath ($path, $unix, $output_format);
[all …]
/aoo42x/main/sal/workben/
H A Dt_osl_getVolInfo.cxx91 rtl::OUString path = rtl::OUString::createFromAscii(TEST_PATH_1); in test_osl_getVolumeInformation() local
93 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
96 path = rtl::OUString::createFromAscii(TEST_PATH_2); in test_osl_getVolumeInformation()
97 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
100 path = rtl::OUString::createFromAscii(TEST_PATH_3); in test_osl_getVolumeInformation()
101 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
104 path = rtl::OUString::createFromAscii(TEST_PATH_4); in test_osl_getVolumeInformation()
105 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
108 path = rtl::OUString::createFromAscii(TEST_PATH_5); in test_osl_getVolumeInformation()
109 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
[all …]
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl58 …<p>An <type>XWizardController</type> can declare a certain path as active path by calling the <mem…
174 /** activates a path
177 another path.</p>
179 <p>You can only activate a path which shares the first <code>k</code> pages with the path
181 path.</p>
187 second path, since both paths start with <code>(0,1)</code>.<br/>
193 …<p>If <TRUE/>, the path will be completely activated, even if it is a conflicting path (i.e. there…
194 path which shares the first <code>k</code> states with the to-be-activated path.)</p>
196 …<p>If <FALSE/>, then the new path is checked for conflicts with other paths. If such conflicts exi…
207 if there is no path with the given index
[all …]
/aoo42x/main/sal/osl/unx/
H A Dfile_path_helper.cxx98 rtl::OUString path(*ppustrPath); in osl_systemPathEnsureSeparator() local
99 sal_Int32 lp = path.getLength(); in osl_systemPathEnsureSeparator()
100 sal_Int32 i = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathEnsureSeparator()
104 path += FPH_PATH_SEPARATOR(); in osl_systemPathEnsureSeparator()
105 rtl_uString_assign(ppustrPath, path.pData); in osl_systemPathEnsureSeparator()
108 OSL_POSTCOND(path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR) == (path.getLength() - 1), \ in osl_systemPathEnsureSeparator()
156 rtl::OUString path(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart() local
158 osl_systemPathRemoveSeparator(path.pData); in osl_systemPathGetFileNameOrLastDirectoryPart()
162 if (path.getLength() > 1 || (1 == path.getLength() && *path.getStr() != FPH_CHAR_PATH_SEPARATOR)) in osl_systemPathGetFileNameOrLastDirectoryPart()
164 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart()
[all …]
H A Dfile_misc.cxx152 char path[PATH_MAX]; in osl_openDirectory() local
168 && macxp_resolveAlias( path, PATH_MAX ) == 0 in osl_openDirectory()
173 DIR *pdir = opendir( path ); in osl_openDirectory()
387 char path[PATH_MAX]; in osl_createDirectory() local
402 return osl_psz_createDirectory( path ); in osl_createDirectory()
411 char path[PATH_MAX]; in osl_removeDirectory() local
426 return osl_psz_removeDirectory( path ); in osl_removeDirectory()
474 int i = rtl_ustr_lastIndexOfChar(path, '/'); in path_make_parent()
478 *(path + i) = 0; in path_make_parent()
648 char path[PATH_MAX]; in osl_removeFile() local
[all …]
/aoo42x/main/python/
H A Dpython-solver-before-std.patch12 f = os.path.join(dir, filename)
15 f = os.path.join(sysroot, dir[1:], filename)
17 - if os.path.exists(f): return []
18 + if os.path.exists(f):
25 f = os.path.join(dir, filename)
28 f = os.path.join(sysroot, dir[1:], filename)
30 if os.path.exists(f):
47 dirname = os.path.dirname(result)
52 # Ensure path doesn't end with path separator
58 if os.path.join(sysroot, p[1:]) == dirname:
[all …]
/aoo42x/main/postprocess/packconfig/
H A Dpackconfig.pl157 my $path = $files_path;
158 $path .= "/" if "$path" ne "";
159 $path .= "$_";
160 print_message("checking '$path' ...") if $extra_verbose;
161 my $mtime = (stat($path))[9];
177 my $path = "$files_path/$_";
180 if ( ( $platform =~ /^.*macx*/) && ($path =~ /^.*menubar.xml/ ) ) {
181 $path = modify_mac_menus($path);
183 print_message("zipping '$path' ...") if $extra_verbose;
184 if ( !$zip->addFile($path, $_) ) {
[all …]
/aoo42x/main/ucb/source/ucp/webdav/
H A DCurlRequest.hxx71 CURLcode copy( CurlUri uri, rtl::OUString path ) throw(DAVException);
72 CURLcode delete_( CurlUri uri, rtl::OUString path ) throw(DAVException);
73 CURLcode get( CurlUri uri, rtl::OUString path ) throw(DAVException);
74 CURLcode head( CurlUri uri, rtl::OUString path ) throw(DAVException);
75 CURLcode lock( CurlUri uri, rtl::OUString path ) throw(DAVException);
76 CURLcode mkcol( CurlUri uri, rtl::OUString path ) throw(DAVException);
77 CURLcode move( CurlUri uri, rtl::OUString path ) throw(DAVException);
78 CURLcode post( CurlUri uri, rtl::OUString path ) throw(DAVException);
81 CURLcode put( CurlUri uri, rtl::OUString path ) throw(DAVException);
82 CURLcode unlock( CurlUri uri, rtl::OUString path ) throw(DAVException);
[all …]
/aoo42x/main/sal/osl/os2/
H A Dfile_path_helper.cxx97 rtl::OUString path(*ppustrPath); in osl_systemPathEnsureSeparator() local
98 sal_Int32 lp = path.getLength(); in osl_systemPathEnsureSeparator()
99 sal_Int32 i = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathEnsureSeparator()
103 path += FPH_PATH_SEPARATOR(); in osl_systemPathEnsureSeparator()
104 rtl_uString_assign(ppustrPath, path.pData); in osl_systemPathEnsureSeparator()
107 OSL_POSTCOND(path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR) == (path.getLength() - 1), \ in osl_systemPathEnsureSeparator()
180 rtl::OUString path(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart() local
182 osl_systemPathRemoveSeparator(path.pData); in osl_systemPathGetFileNameOrLastDirectoryPart()
186 if (path.getLength() > 1 || (1 == path.getLength() && *path.getStr() != FPH_CHAR_PATH_SEPARATOR)) in osl_systemPathGetFileNameOrLastDirectoryPart()
188 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart()
[all …]
/aoo42x/main/solenv/bin/
H A Dpackimages.pl224 for my $path (@custom_path) {
225 find({ wanted => \&wanted, no_chdir => 0 }, $path);
227 if ( /^\Q$path\E\/(.*)$/ ) {
230 $custom_hash_ref->{$keep_back} = $path;
300 my $path = $test_hash_ref->{$_};
301 $path .= "/" if "$path" ne "";
302 $path .= "$_";
304 my $mtime = (stat($path))[9];
357 my $path = $zip_hash_ref->{$_} . "/$_";
358 print_message("zipping '$path' ...") if $extra_verbose;
[all …]
/aoo42x/main/configmgr/source/
H A Dchildaccess.cxx107 path.push_back(name_); in getAbsolutePath()
108 return path; in getAbsolutePath()
112 Path path; in getRelativePath() local
115 path = parent->getRelativePath(); in getRelativePath()
117 path.push_back(name_); in getRelativePath()
118 return path; in getRelativePath()
122 rtl::OUStringBuffer path; in getRelativePathRepresentation() local
126 if (path.getLength() != 0) { in getRelativePathRepresentation()
131 return path.makeStringAndClear(); in getRelativePathRepresentation()
337 Path path(getAbsolutePath()); in commitChanges() local
[all …]
/aoo42x/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv11 …ption=Try to get permssion when run macro is set to according to path list, doc in path, no warnin…
12 …ion=Try to get permssion when run macro is set to according to path list, doc not in path, no warn…
13 …ption=Try to get permssion when run macro is set to according to path list, doc in path, warning d…
14 …ption=Try to get permssion when run macro is set to according to path list, doc in path, warning d…
15 …ion=Try to get permssion when run macro is set to according to path list, doc not in path, warning…
16 …ion=Try to get permssion when run macro is set to according to path list, doc not in path, warning…
17 …ion=Try to get permssion when run macro is set to according to path list, doc not in path, warning…
18 …ion=Try to get permssion when run macro is set to according to path list, doc not in path, warning…
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java145 String path = tokens.nextToken(); in load() local
146 OfficeInstallation oi = new OfficeInstallation(name, path); in load()
154 public static String toFileURL(String path) { in toFileURL() argument
155 File f = new File(path); in toFileURL()
161 path = f.getCanonicalPath(); in toFileURL()
168 path = path.replace(File.separatorChar, '/'); in toFileURL()
171 buf.append(path); in toFileURL()
201 String path = unoil.getParent(); in getPathForUnoil() local
202 path = path.substring(path.indexOf(UNOPACKAGEDIR)); in getPathForUnoil()
203 return officeInstall + path; in getPathForUnoil()
/aoo42x/main/cli_ure/source/native/
H A Dpath.cxx38 WCHAR * filename(WCHAR * path) { in filename() argument
39 WCHAR * f = path; in filename()
40 for (WCHAR * p = path;;) { in filename()
52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument
92 if (frontBegin == path) { in buildPath()
95 p = path; in buildPath()
111 WCHAR * resolveLink(WCHAR * path) { in resolveLink() argument
113 path, FILE_READ_DATA, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); in resolveLink()
204 end = path; in resolveLink()
207 end = filename(path); in resolveLink()
[all …]
/aoo42x/main/tools/source/misc/
H A Dpathutils.cxx38 WCHAR * filename(WCHAR * path) { in filename() argument
39 WCHAR * f = path; in filename()
40 for (WCHAR * p = path;;) { in filename()
52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument
92 if (frontBegin == path) { in buildPath()
95 p = path; in buildPath()
111 WCHAR * resolveLink(WCHAR * path) { in resolveLink() argument
113 path, FILE_READ_DATA, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); in resolveLink()
204 end = path; in resolveLink()
207 end = filename(path); in resolveLink()
[all …]

Completed in 121 milliseconds

12345678910>>...42