Home
last modified time | relevance | path

Searched refs:path (Results 126 – 150 of 1042) sorted by relevance

12345678910>>...42

/aoo42x/main/l10ntools/scripts/tool/
H A Dl10ntool.py174 if os.path.exists(dir):
175 if os.path.isfile(dir):
211 absfile = os.path.realpath(os.path.abspath(inputfile))
212 absroot = os.path.realpath(os.path.abspath(self._options.project_root))
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java492 File path = NativeLibraryLoader.getResource( in getProgramPath() local
494 if (path != null) in getProgramPath()
495 mProgramPath = path.getParent(); in getProgramPath()
538 String path = null; in parseUnoUrlWithOfficePath() local
620 if (path == null) in parseUnoUrlWithOfficePath()
621 path = buffer.toString(); in parseUnoUrlWithOfficePath()
682 if (path != null) in parseUnoUrlWithOfficePath()
683 mProgramPath = path; in parseUnoUrlWithOfficePath()
/aoo42x/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME17 pkgsend -s url_to_pkg_server add file installed mode=644 owner=root group=bin path=${EXTENSIONPAT…
18 pkgsend -s url_to_pkg_server add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path
19 pkgsend -s url_to_pkg_server add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path
24 ${EXTENSIONPATH} must be replaced by the path to the folder containing the
25 bundled extensions. This path changes with every major release of OOo because of
47 behalf of every extension and adds the path to that extension to the file
/aoo42x/main/odk/examples/cpp/custompanel/
H A DMakefile105 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)CalcWindowState.xcu$(QM)"/$(CSEP…
107 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)DrawWindowState.xcu$(QM)"/$(CSEP…
109 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ImpressWindowState.xcu$(QM)"/$(C…
111 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)WriterWindowState.xcu$(QM)"/$(CS…
113 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Factories.xcu$(QM)"/$(CSEP) >> $@
115 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/aoo42x/main/migrationanalysis/src/wizard/
H A DUtilities.bas316 Optional path As String = CNO_OPTIONAL_PARAM, _
325 If path = "" Then
329 If path = CNO_OPTIONAL_PARAM Then
330 path = logFile
332 Call WritePrivateProfileString(section, key, value, path)
477 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
/aoo42x/main/qadevOOo/runner/helper/
H A DCfgParser.java167 String path = ""; in getDefaultFileName() local
171 path = System.getProperty("user.home"); in getDefaultFileName()
175 path = System.getProperty("user.dir"); in getDefaultFileName()
180 return path + fileSeparator + ".runner.props"; in getDefaultFileName()
185 return path + fileSeparator + "runner.props"; in getDefaultFileName()
/aoo42x/main/offapi/com/sun/star/animations/
H A DXAnimateMotion.idl36 /** Interface for animation by defining motion on a path.
42 /** Specifies an optional path.
44 If a path is used, the <member>From</member>, <member>To</member> and
46 The value type of the path depends on the used rendering system.
47 Possible types maybe a svg:d path encoded in a string.
/aoo42x/main/scripting/workben/installer/
H A DInstallWizard.java220 public static void storeLocation(String path) in storeLocation() argument
222 locations.add(path); in storeLocation()
356 public static synchronized void setTypesPath(String path) in setTypesPath() argument
358 typesPath = path; in setTypesPath()
361 public static synchronized void setJavaPath(String path) in setJavaPath() argument
363 javaPath = path; in setJavaPath()
H A DVersion.java271 String path = null; in MyTableModel() local
274 ( path = properties.getProperty(key)) != null) { in MyTableModel()
275 String pkgChkPath = path + File.separator + "program" + File.separator; in MyTableModel()
295 row.add(2, path); in MyTableModel()
296 if (path.length() > ((String)longValues[2]).length()) { in MyTableModel()
297 longValues[2] = path; in MyTableModel()
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java170 String path = InstallationFinder.getPath(); in getCustomLoader() local
171 if ( path != null ) { in getCustomLoader()
172 File fClassesDir = new File( path, CLASSESDIR ); in getCustomLoader()
214 callUnoinfo(path, vec); in getCustomLoader()
246 private static void callUnoinfo(String path, Vector urls) { in callUnoinfo() argument
250 new String[] { new File(path, "unoinfo").getPath(), "java" }); in callUnoinfo()
/aoo42x/main/soltools/javadep/
H A Djavadep.c273 char path[PATH_MAX+1]; in add_to_dependencies() local
292 memcpy(path, pfilt->parray[i], nlen_filt); in add_to_dependencies()
293 path[nlen_filt] = '/'; in add_to_dependencies()
294 memcpy( path+nlen_filt+1, pstr, nlen_str+1); in add_to_dependencies()
296 if ( access(path, F_OK) != 0 ) { in add_to_dependencies()
305 && realpath(path, cnp_str) ) ) { in add_to_dependencies()
310 && _fullpath(cnp_str, path, sizeof(cnp_str)) ) ) { in add_to_dependencies()
327 append_to_growable(pdep, strdup(path)); in add_to_dependencies()
/aoo42x/main/offapi/com/sun/star/rendering/
H A DPathJoinType.idl28 /** Determines which shape to use when joining path segments.<p>
38 /** Do not join the path segments at all.<p>
47 /** Join the path segment by extending the outer border until they
54 /** Join the path segment with a pie-like patch, such that the
61 /** Join the path segment by connecting the outer ends of the
H A DStrokeAttributes.idl28 /** This structure contains all attributes required for path stroking.<p>
92 travelling from the start point of the path to the end
106 path poly-polygon.<p>
116 The end point is the last point of every polygon of the path
128 within a single path polygon, a shape of this type is inserted
130 that distinct polygons within the path poly-polygon are not
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx100 std::string path(pbuff); in FindProductInstallationPath() local
101 std::string::size_type idx = path.rfind("program\\soffice.exe"); in FindProductInstallationPath()
103 return path.substr(0, idx); in FindProductInstallationPath()
147 std::string path = FindProductInstallationPath(hKey); in SetProductInstallationPath() local
148 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), path.c_str()); in SetProductInstallationPath()
/aoo42x/main/odk/examples/java/Inspector/
H A DMakefile129 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
131 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
133 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ObjectInspector.xcs$(QM)"/$(CSEP…
135 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ObjectInspector.xcu$(QM)"/$(CSEP…
137 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(SAM…
139 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(SAM…
/aoo42x/main/sal/osl/w32/
H A Dprocimpl.cxx304 rtl::OUString getShortPath(rtl::OUString const & path, rtl::OUString const & extension) in getShortPath() argument
306 rtl::OUString ret(path); in getShortPath()
307 if (path.getLength() > 260) in getShortPath()
309 std::vector<sal_Unicode> vec(path.getLength() + 1); in getShortPath()
312 …reinterpret_cast<LPCWSTR>(path.getStr()), reinterpret_cast<LPWSTR>(&vec[0]), path.getLength() + 1); in getShortPath()
317 const rtl::OUString extPath(path + extension); in getShortPath()
/aoo42x/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk36 /// A partial, relative or absolute filesystem path.
42 /// The absolute filesystem path representing the target.
77 /// The (phony) absolute filesystem path to clean the target.
86 /// The absolute filesystem path to the file containing the dependencies.
95 /// The absolute filesystem path to the source file.
130 … /// The absolute filesystem path which is touched when all headers for this target are prepared.
134 …/// The absolute filesystem path which is touched when all external headers for this target are pr…
/aoo42x/main/solenv/bin/modules/installer/patch/
H A DTools.pm40 my ($path) = @_;
42 my $windows_path = qx(cygpath -w "$path");
54 my ($path) = @_;
56 my $windows_path = qx(cygpath -w "$path");
/aoo42x/main/solenv/bin/modules/installer/
H A Dconverter.pm284 my ( $path ) = @_;
286 my $oldpath = $path;
288 …while ( $path =~ /(^.*)(\Q$installer::globals::separator\E.*?[^\.])(\Q$installer::globals::separat…
295 $path = $part1 . $part2;
298 return $path;
/aoo42x/main/testgraphical/prechecks/
H A Dsoftwaretests.pl109 my $path = shift;
110 $path =~ s/\\/\//g; # make out of '\' a '/'
111 return $path;
126 my @path = split($sep, $sPathList);
135 foreach $startdir (@path)
/aoo42x/main/i18npool/source/isolang/
H A Dlangid.pl102 my( $regex, $path, $module, $name, @addregex) = @_;
110 if ("$path/$module/$name" eq "$SOLENVINC/i18npool/lang.h") {
117 $file = "$path/$module/$name";
121 $file = "$path/$module.lnk/$name";
124 $file = "$path/$module.link/$name";
/aoo42x/main/tools/qa/
H A Dtest_pathutils.cxx35 wchar_t const * front, wchar_t const * back, wchar_t const * path) in buildPath() argument
41 ASSERT_EQ(p + std::wcslen(path), e); in buildPath()
42 ASSERT_EQ(0, std::wcscmp(path, p)); in buildPath()
46 (void) path; in buildPath()
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker.idl96 /** Returns a sequence of the selected files including path information in
110 <p> The complete path of the file or directory currently selected
115 path/filename in URL format.</li>
119 of the sequence contains the complete path/filename in URL format.
121 the path in URL format, and the other entries contains the names of the selected
122 files without path information.</li>
/aoo42x/main/writerfilter/documentation/doxygen/
H A DDoxyfile49 # base path where the generated documentation will be put.
50 # If a relative path is entered, it will be relative to the location
127 # to NO the shortest path that makes the file name unique will be used.
132 # can be used to strip a user-defined part of the path. Stripping is
134 # the path. The tag can be used to show relative paths in the file list.
136 # path to strip.
141 # the path mentioned in the documentation of a class, which tells
651 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
698 # can add a path in front of the file if the result should not be
1060 # (where the name does NOT include the path)
[all …]
/aoo42x/main/solenv/bin/
H A Dlinkoo100 my $path = shift;
104 my $dirname = "$path/$suffix";
128 my $path = shift;
129 my $linked_dir = "$path/linked";
145 if ($link =~ /^\//) { # Absolute path
322 …printf "Usage: linkoo </path/to/ooo/install> [</path/to/ooo/build/tree>] [--product] [--dry-run]\n…

Completed in 106 milliseconds

12345678910>>...42