| /AOO41X/main/solenv/bin/modules/installer/patch/ |
| H A D | InstallationSet.pm | 279 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 D | ReleasesList.pm | 330 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 D | Msi.pm | 42 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))
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
| H A D | SolarisHelper.java | 158 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 …]
|
| /AOO41X/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_versionboxes.src | 29 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 …]
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/ |
| H A D | PalmDB.java | 101 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()
|
| /AOO41X/main/solenv/bin/ |
| H A D | patch_make_releases_xml.pl | 55 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)…
|
| /AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
| H A D | BeginningOfFile.java | 42 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()
|
| /AOO41X/main/offapi/com/sun/star/configuration/backend/ |
| H A D | XVersionedSchemaSupplier.idl | 54 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.
|
| /AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
| H A D | CustomAc.ulf | 23 en-US = "A newer version of [ProductName] was found. To install an older version, the newer versio… 26 en-US = "The same version of this product is already installed." 29 en-US = "An older version of [ProductName] was found. To install a newer version, the older version…
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 509 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 …]
|
| /AOO41X/main/unodevtools/source/skeletonmaker/ |
| H A D | skeletonmaker.cxx | 115 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);
|
| /AOO41X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | dotnetcheck.cxx | 90 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()
|
| /AOO41X/main/ |
| H A D | aclocal.m4 | 21 # 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 D | LICENSE_category_b | 99 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 …]
|
| H A D | configure.ac | 803 NOTE: requires patched version because of a bug in 805 explicitly enable if your version of ccache does not 806 identify as version 2.4_OOo 870 AC_ARG_WITH(os-version, 871 [ --with-os-version For FreeBSD users, use this option option to override 874 Usage: --with-os-version=<OSVERSION> 896 AC_ARG_WITH(build-version, 897 [ --with-build-version Allows the builder to add a custom version tag 901 Usage: --with-build-version="Built by Jim" 1057 AC_MSG_CHECKING([Cygwin version]) [all …]
|
| /AOO41X/main/unoil/climaker/ |
| H A D | makefile.mk | 36 .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
|
| /AOO41X/main/sal/inc/osl/ |
| H A D | module.h | 43 #define SAL_MODULENAME_WITH_VERSION(name, version) name version SAL_DLLEXTENSION argument 47 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name ".dylib." version 49 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name SAL_DLLEXTENSION "." version
|
| /AOO41X/main/solenv/inc/ |
| H A D | tg_compv.mk | 39 CFLAGSVERSION=--version 40 CFLAGSVERSION_CMD=--version | head -n1 | sed -e"s/.*version //" -e"s/ .*//" 59 CFLAGSVERSION= -version 60 CFLAGSVERSION_CMD= -version |& cut -d" " -f4- 61 CFLAGSNUMVERSION_CMD= -version |& cut -d" " -f4- 124 @echo Could not detect compiler version!
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | module.properties | 30 version.major: 0 31 version.minor: 90 32 version.patchlevel: 0 36 version.major: 0 37 version.minor: 92 38 version.patchlevel: 0
|
| /AOO41X/main/offapi/com/sun/star/task/ |
| H A D | FutureDocumentVersionProductUpdateRequest.idl | 35 /** 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
|
| /AOO41X/main/solenv/bin/modules/installer/windows/ |
| H A D | property.pm | 42 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'};
|
| /AOO41X/main/qadevOOo/tests/java/complex/unoapi/ |
| H A D | CheckModuleAPI.java | 304 final String version = (String) param.get(PropertyName.VERSION); in getCwsModuleCommand() local 306 if (version.startsWith("cws_")) in getCwsModuleCommand() 311 final String cws = version.substring(4, version.length()); in getCwsModuleCommand() 593 final String version = (String) param.get(PropertyName.VERSION); in setUnoApiCwsStatus() local 594 if (version.startsWith("cws_")) in setUnoApiCwsStatus() 600 final String cws = version.substring(4, version.length()); in setUnoApiCwsStatus()
|
| /AOO41X/main/testgraphical/prechecks/ |
| H A D | softwaretests.pl | 45 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)
|
| /AOO41X/main/setup_native/source/opensolaris/bundledextensions/ |
| H A D | README | 26 the version number which is part of a folder name. The 52 When a new version of OOo becomes available, then the respective OOo package 53 containes a new version of 'installed'. That is, it contains a version string, 55 file in every release. Otherwise IPS would not replace the installed version of 63 for the version string.
|