Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/trunk/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm279 my ($version, $is_current_version, $language, $package_format, $product) = @_;
281 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product);
296 my ($version, $is_current_version, $language, $package_format, $product) = @_;
298 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product);
312 my ($version, $is_current_version, $language, $package_format, $product) = @_;
321 installer::patch::Version::StringToNumberArray($version)),
330 my ($path, $version) = @_;
334 $version));
345 my ($path, $version) = @_;
515 my ($version, $language, $package_format) = @_;
[all …]
H A DReleasesList.pm330 my $version = sprintf("%d.%d.%d", $version_major, $version_minor, $version_micro);
331 die "could not read version from releases.xml" if $version eq "";
333 push @{$self->{'releases'}}, $version;
342 $self->{$version}->{$package_format}->{'upgrade-code'} = $upgrade_code;
343 $self->{$version}->{$package_format}->{'build-id'} = $build_id;
344 $self->{$version}->{$package_format}->{'url-template'} = $url_template;
353 $self->{$version}->{$package_format}->{$language} = $download_data;
356 $self->{$version}->{$package_format}->{'languages'} = \@languages;
429 foreach my $version (@{$self->{'releases'}})
433 my @version_array = split(/\./, $version);
[all …]
H A DMsi.pm42 my ($class, $version, $is_current_version, $language, $product_name) = @_;
44 my $condensed_version = $version;
52 $version,
62 return $class->new($filename, $version, $is_current, $language, $product_name);
81 my ($class, $filename, $version, $is_current_version, $language, $product_name) = @_;
86 $version,
95 'version' => $version,
106 if ( ! (defined $version && defined $language && defined $product_name))
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java158 private String getMainVersion (String version) { in getMainVersion() argument
161 int pos = version.indexOf(","); in getMainVersion()
163 mainVersion = version.substring(0, pos); in getMainVersion()
169 private String getPackageRevision(String version) { in getPackageRevision() argument
172 int pos = version.indexOf("="); in getPackageRevision()
174 revision = version.substring(pos + 1, version.length() ); in getPackageRevision()
180 private Vector getVectorOfNumbers(String version) { in getVectorOfNumbers() argument
185 pos = version.indexOf("."); in getVectorOfNumbers()
187 String number = version.substring(0, pos); in getVectorOfNumbers()
188 version = version.substring(pos + 1, version.length()); in getVectorOfNumbers()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_versionboxes.src29 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
30 "The newer version $DEPLOYED is already installed.\n"
36 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
37 "The newer version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
45 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
46 "That version is already installed.\n"
52 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
53 "That version, named \'$OLDNAME\', is already installed.\n"
61 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
62 "The older version $DEPLOYED is already installed.\n"
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java101 private int version = 0; field in PalmDB
118 public PalmDB(int creatorID, int typeID, int version, short attribute) { in PalmDB() argument
121 setAttributes(creatorID, typeID, version, attribute); in PalmDB()
141 public PalmDB(String name, int creatorID, int typeID, int version, in PalmDB() argument
145 this(name.getBytes(PdbUtil.ENCODING), creatorID, typeID, version, in PalmDB()
167 public PalmDB(byte[] name, int creatorID, int typeID, int version, in PalmDB() argument
174 setAttributes(creatorID, typeID, version, attribute); in PalmDB()
186 public void setAttributes (int creatorID, int typeID, int version, short attribute) { in setAttributes() argument
189 this.version = version; in setAttributes()
276 return version; in getVersion()
/trunk/main/solenv/bin/
H A Dpatch_make_releases_xml.pl55 my $version = $ARGV[0];
147 my @lines = split(/\n/, DownloadFile("http://archive.apache.org/dist/openoffice/".$version."/binari…
162 printf " <version>%s</version>\n", $version;
166 …dist/openoffice/%s/binaries/%%L/Apache_OpenOffice_%s_Win_x86_install_%%L.exe\n",$version, $version;
174 $version,
176 $version,
180 …sprintf("http://archive.apache.org/dist/openoffice/%s/binaries/%s/%s.sha256", $version, $language,…
186 …sprintf("http://archive.apache.org/dist/openoffice/%s/binaries/%s/%s", $version, $language, $name)…
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBeginningOfFile.java42 private byte[] version = new byte[2]; field in BeginningOfFile
65 private void setVersion(short version) { in setVersion() argument
66 this.version = EndianConverter.writeShort(version); in setVersion()
70 return EndianConverter.readShort(version); in getVersion()
92 int numBytesRead = input.read(version); in read()
94 Debug.log(Debug.TRACE,"\tVersion : "+ EndianConverter.readShort(version) + in read()
103 output.write(version); in write()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXVersionedSchemaSupplier.idl54 Returns the schema version for a particular component.
57 component whose schema version will be determined
60 a <atom>string</atom> that identifies the schema version for
63 <p> The format of the version string is arbitrary. No meaning
65 defines one. If no version can be determined, an empty
70 same version are identical. The converse is not true.
71 In particular an implementation may return the same version
72 string for all schemas it supplies (i.e. return a version for
80 if an error occurs while accessing the version data.
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx509 aComboInfo.version = 0; in drawNativeControl()
527 aMenuItemDrawInfo.version = 0; in drawNativeControl()
538 aThemeBackgroundInfo.version = 0; in drawNativeControl()
560 aMenuInfo.version = 0; in drawNativeControl()
589 aTextInfo.version = 0; in drawNativeControl()
619 aPushInfo.version = 0; in drawNativeControl()
678 aInfo.version = 0; in drawNativeControl()
733 aInfo.version = 0; in drawNativeControl()
767 aTrackInfo.version = 0; in drawNativeControl()
881 aTabPaneDrawInfo.version = 0; in drawNativeControl()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx115 void printUsageAndExit(const char* programname, const char* version) in printUsageAndExit() argument
133 << programname << " Version " << version << "\n\n"; in printUsageAndExit()
140 const char* version = "0.4"; variable
144 printUsageAndExit(programname, version);
177 printUsageAndExit(programname, version);
182 << " Version " << version << "\n\n";
189 printUsageAndExit(programname, version);
287 printUsageAndExit(programname, version);
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DCustomAc.ulf23 en-US = "A newer version of [DEFINEDPRODUCT] was found. To install an older version, the newer vers…
26 en-US = "The same version of [DEFINEDPRODUCT] is already installed."
29 en-US = "An older version of [DEFINEDPRODUCT] was found. To install a newer version, the older vers…
/trunk/main/
H A Daclocal.m421 # the Free Software Foundation; either version 2 of the License, or
22 # (at your option) any later version.
53 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
54 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
101 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
200 # cause an error if the version of python installed on the system
212 dnl No version check is needed.
219 dnl A version check is needed.
222 AC_MSG_CHECKING([whether $PYTHON version >= $1])
230 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
[all …]
H A Dconfigure.ac792 NOTE: requires patched version because of a bug in
794 explicitly enable if your version of ccache does not
795 identify as version 2.4_OOo
859 AC_ARG_WITH(os-version,
860 [ --with-os-version For FreeBSD users, use this option option to override
863 Usage: --with-os-version=<OSVERSION>
885 AC_ARG_WITH(build-version,
886 [ --with-build-version Allows the builder to add a custom version tag
890 Usage: --with-build-version
[all...]
H A DLICENSE_category_b99 License or a future version of this License issued under Section 6.1.
174 Section 2.2. The Source Code version of Covered Code may be
175 distributed only under the terms of this License or a future version
179 version that alters or restricts the applicable version of this
187 either on the same media as an Executable version or via an accepted
189 Executable version available; and if made available via Electronic
192 (6) months after a subsequent version of that particular Modification
194 ensuring that the Source Code version remains available even if the
204 Executable version or related documentation in which You describe the
259 and if You include a notice stating that the Source Code version of
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx90 string getElement(string const & version, string::size_type * index) { in getElement() argument
91 while (*index < version.size() && version[*index] == '0') { in getElement()
95 *index = version.find('.', i); in getElement()
97 *index = version.size(); in getElement()
98 return string(version, i); in getElement()
101 return string(version, i, *index - 1 - i); in getElement()
/trunk/main/unoil/climaker/
H A Dmakefile.mk36 .INCLUDE : version.txt
63 $(BIN)/cli_oootypes.dll : $(RDB) $(EXTRA_RDB) version.txt
66 --assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
76 $(BIN)$/cli_oootypes.config: cli_oootypes_config version.txt
82 -version:$(CLI_OOOTYPES_POLICY_VERSION) \
88 $(BIN)$/clioootypesversion.mk: version.txt
/trunk/main/oovbaapi/
H A Dttt.diff56 +# it under the terms of the GNU Lesser General Public License version 3
62 +# GNU Lesser General Public License version 3 for more details
66 +# version 3 along with OpenOffice.org. If not, see
98 +# it under the terms of the GNU Lesser General Public License version 3
104 +# GNU Lesser General Public License version 3 for more details
108 +# version 3 along with OpenOffice.org. If not, see
132 +# it under the terms of the GNU Lesser General Public License version 3
138 +# GNU Lesser General Public License version 3 for more details
142 +# version 3 along with OpenOffice.org. If not, see
166 +# it under the terms of the GNU Lesser General Public License version 3
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dmodule.properties30 version.major: 0
31 version.minor: 90
32 version.patchlevel: 0
36 version.major: 0
37 version.minor: 92
38 version.patchlevel: 0
/trunk/main/solenv/bin/modules/installer/windows/
H A Dproperty.pm42 my $version = $allvariables->{'PRODUCTVERSION'};
43 my $comment = $name . " " . $version;
146 my $version = $allvariables->{'PRODUCTVERSION'};
147 my $productname = $name . " " . $version;
167 $productname = $name . " " . $version . " Language Pack" . " " . $langstring;
192 my $version = $allvariables->{'PRODUCTVERSION'};
193 my $quickstartername = $name . " " . $version;
598 my $version = $allvariables->{'PRODUCTVERSION'};
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java305 final String version = (String) param.get(PropertyName.VERSION); in getCwsModuleCommand() local
307 if (version.startsWith("cws_")) in getCwsModuleCommand()
312 final String cws = version.substring(4, version.length()); in getCwsModuleCommand()
594 final String version = (String) param.get(PropertyName.VERSION); in setUnoApiCwsStatus() local
595 if (version.startsWith("cws_")) in setUnoApiCwsStatus()
601 final String cws = version.substring(4, version.length()); in setUnoApiCwsStatus()
/trunk/main/offapi/com/sun/star/task/
H A DFutureDocumentVersionProductUpdateRequest.idl35 /** describes a request to the user to update OpenOffice.org to a newer version, since
36 an ODF document was encountered which conforms to an ODF version unknown to the
37 current OpenOffice.org version.
44 /// specifies the URL of the document which conforms to a future ODF version
47 /** the ODF version which the document conforms to
49 … <p>If the request was not issued because of a too-new ODF version of the document, but because
/trunk/main/testgraphical/prechecks/
H A Dsoftwaretests.pl45 our $version; # Version option flag
71 "version" => \$version
80 if ($version)
471 my @version = split('\.', $javaversion);
472 … print "Found Java version: $version[1] the complete version: $javaversion\n" if ($verbose);
473 if ( $version[1] < 6)
/trunk/main/sal/inc/osl/
H A Dmodule.h43 #define SAL_MODULENAME_WITH_VERSION(name, version) name version SAL_DLLEXTENSION argument
47 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name ".dylib"
49 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name SAL_DLLEXTENSION "." version
/trunk/main/ure/source/uretest/
H A DMakefile.pln81 out.pln/cppmain.uno.so: out.pln/cppmain.o version.map | out.pln \
85 -Wl,--version-script=version.map $< -Lout.pln/lib -luno_cppu \
96 out.pln/cpptest.uno.so: out.pln/cpptest.o version.map | out.pln \
100 -Wl,--version-script=version.map $< -Lout.pln/lib -luno_cppu \
111 out.pln/cppserver.uno.so: out.pln/cppserver.o version.map | out.pln \
115 -Wl,--version-script=version.map $< -Lout.pln/lib -luno_cppu \

12345678910>>...23