Home
last modified time | relevance | path

Searched refs:version (Results 26 – 50 of 600) sorted by relevance

12345678910>>...24

/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 \
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt64 -Create a new release for the extension. Upload the version 2.0 (update/pub8.oxt).
70 -Install version 1.0 of the extension:
111 -Create a new release for the extension. Upload the version 2.0 (update/pub9.oxt).
117 -Install version 1.0 of the extension:
153 -Create a new release for the extension. Upload the version 2.0 (update/pub10.oxt).
159 -Install version 1.0 of the extension:
196 -Create a new release for the extension. Upload the version 2.0 (update/pub11.oxt).
202 -Install version 1.0 of the extension:
/trunk/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME26 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 contains 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.
/trunk/main/desktop/test/deployment/update/updateinfocreation/
H A Dreadme.txt8 The updateinfo.oxt in this directory has the version 1.0 and in the sub-directory "update is the ve…
10 and version 2.0 here
19 The latter location (version 2.0) will also be referenced by the update information
22 The build sub-directory contains the code of the extension (version 2.0) and can
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win3216 /* Flex version as a decimal */
200 /* YAJL has API version 2 */
241 /* Define to the full name and version of this package. */
253 /* Define to the version of this package. */
289 /* Minimum supported package version */
373 /* Release version as a decimal */
377 /* Major version number */
381 /* Minor version number */
385 /* Release version number */
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-SinceTag_Handling.txt26 - The developer inserts the OpenOffice.org version into the @since tag.
29 …The first cipher following immediately on a white space is interpreted as start of the version num…
65 The first string is the OpenOffice.org version number which is found in the @since tag.
66 The second string is the string to display for this version.
70 - Within OpenOffice.org version strings, no whitespace is allowed.
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DCustomAc.idt9 SameProductFound 19 The same version of this product is already installed.
10 NewProductFound 19 A newer version of [ProductName] was found. To install an older version, the ne…
/trunk/main/apache-commons/patches/
H A Dlogging.patch7 - <property name="target.version" value="1.1"/>
8 + <property name="target.version" value="1.5"/>
11 - <property name="source.version" value="1.2"/>
12 + <property name="source.version" value="1.3"/>
/trunk/main/desktop/source/deployment/misc/
H A Ddp_version.cxx38 ::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index) in getElement() argument
40 while (*index < version.getLength() && version[*index] == '0') { in getElement()
43 return version.getToken(0, '.', *index); in getElement()
/trunk/test/testassistant/META-INF/
H A DMANIFEST.MF9 org.eclipse.ui.editors;bundle-version="3.6.0",
10 org.eclipse.jface.text;bundle-version="3.6.0",
11 org.eclipse.core.resources;bundle-version="3.6.0",
12 org.eclipse.jdt.core;bundle-version="3.6.0"
/trunk/main/extensions/source/oooimprovement/
H A Dcorecontroller.cxx44 …sal_Bool SAL_CALL CoreController::enablingUiEventsLoggerAllowed(sal_Int16 version) throw(RuntimeEx… in enablingUiEventsLoggerAllowed() argument
47 …if(version==1 && config.getEnablingAllowed() && config.getShowedInvitation() && config.getInvitati… in enablingUiEventsLoggerAllowed()
52 …sal_Bool SAL_CALL CoreController::showBuiltinOptionsPage(sal_Int16 version) throw(RuntimeException) in showBuiltinOptionsPage() argument
55 if(version==1 && config.getEnablingAllowed()) in showBuiltinOptionsPage()
/trunk/main/solenv/bin/
H A Drelease_prepare.pl113 my ($version, $is_current_version, $language, $package_format, $product_name) = @_;
119 ->{$version}
126 $version);
137 $version,
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch43 +# You can get the latest version of this script from:
66 --version | -v )
67 - echo "$version" ; exit 0 ;;
68 + echo "$version" ; exit ;;
202 + # A Pn.n version is a patched version.
203 # A Vn.n version is a released version.
204 # A Tn.n version is a released field test version.
1535 version="\
1552 --version | -v )
1553 - echo "$version" ; exit 0 ;;
[all …]
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win3212 /* Flex version as a decimal */
229 /* Define to the full name and version of this package. */
241 /* Define to the version of this package. */
337 /* Release version as a decimal */
341 /* Major version number */
345 /* Minor version number */
349 /* Release version number */
/trunk/main/udkapi/com/sun/star/java/
H A DWrongJavaVersionException.idl35 failed due to a wrong Java version.
40 /** contains the lowest Java version for which the operation would
46 /** contains the highest Java version for which the operation would
52 /** contains the Java version that has been detected, or is left empty if
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java78 switch (header.version) { in parseRecords()
221 header.version = dis.readByte(); in readHeader()
258 log("version=\"" + header.version + "\" "); in dumpHeader()
293 int version = 0; field in DocDecoder.HeaderInfo
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java172 String version = null; in parseConverterNode() local
186 version = temp; in parseConverterNode()
223 desc, version, vendor,classImpl); in parseConverterNode()
228 desc, version, vendor,classImpl, in parseConverterNode()
H A DConverterInfo.java96 String version, String vendor, String impl,String xsltSerial, in ConverterInfo() argument
111 piVersion = version.trim(); in ConverterInfo()
174 String version, String vendor, String impl) in ConverterInfo() argument
188 piVersion = version.trim(); in ConverterInfo()
/trunk/main/idlc/source/
H A Dastinterface.cxx137 typereg_Version version in dump() local
152 version = TYPEREG_VERSION_1; in dump()
166 version = TYPEREG_VERSION_1; in dump()
183 version = TYPEREG_VERSION_1; in dump()
205 version, getDocumentation(), emptyStr, RT_TYPE_INTERFACE, m_bPublished, in dump()
/trunk/main/scripting/workben/installer/
H A DInstUtil.java264 String version = ""; in getJeditInstallation() local
289 version = s.substring( versionStart, s.length() ); in getJeditInstallation()
290 version.trim(); in getJeditInstallation()
291 System.out.println( "jEdit version is: " + version ); in getJeditInstallation()
292 jeditDetails[1] = version; in getJeditInstallation()
/trunk/main/uui/source/
H A Dids.src240 Text [ en-US ] = "The version of $(ARG1) is not correct." ;
255 Text [ en-US ] = "The installed Java version is not supported." ;
260 Text [ en-US ] = "The installed Java version $(ARG1) is not supported." ;
264 …Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is require…
269 …Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is…

Completed in 91 milliseconds

12345678910>>...24