Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm73 my $extension = $_[2];
77 my $xmlfile = "$directory/$file.$extension";
136 &start_rd($extension, $convert_to, $xmlfile, "");
180 my $extension = $_[4];
198 if (! -f "$xmlorigdir/$output.$extension")
219 `cp $xmlorigdir/$output.$extension $xmldir/`;
223 &start_rd($convert_from, $extension, $pdbfile,
224 "$xmldir/$output.$extension");
234 `mv $xmldir/$output.$extension $xmldir/$output.$extension.err`;
242 `mv $output.$extension $xmldir`;
[all …]
/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl72 /** adds an extension.
102 /** removes an extension.
128 /** enable an extension.
133 @param extension
142 [in] XPackage extension,
150 /** disable an extension.
155 @param extension
164 [in] XPackage extension,
200 extension identifier
202 extension file name
[all …]
H A DXPackageManager.idl54 All interface methods do neither register nor revoke an extension.
113 suppressed (if supported by the extension)
134 /** adds an extension.
136 This copies the extension. If it was from the same repository,
140 @param extension
150 XPackage importExtension( [in] XPackage extension,
251 /** synchronizes the extension database with the contents of the extensions
277 a user extension will not be kept in the user repository if its license
289 /** checks if the extension can be used.
291 The extension must be managed by this package manager, that is, it must
[all …]
H A DXPackageInformationProvider.idl36 /** get Package information for a specific extension.
39 the unique identifier of an extension. The service looks for
46 /** check if there are updates available for an extension.
49 the unique identifier of an extension. When the extensionId is empty,
53 If the service finds an update for an extension, a sequence containing the name
54 and the version will be returned for each extension which has an update.
59 /** returns a list of all installed extension with their version.
H A DXPackage.idl73 After return of this function no code from the extension may be used
74 anymore, so that the extension can be safely removed from the harddisk.
79 indicates that an extension with the same identifier is already installed.
138 NEVER call this directly. This is done by the extension manager if necessary.
162 NEVER call this directly. This is done by the extension manager if necessary.
214 /** returns the unique extension identifier.
217 the extension identifier (a
218 <code>"org.openoffice.legacy."</code> one if the extension does not
220 package does not represent an extension
351 /** indicates if this object represents a removed extension or extension
H A DXPackageRegistry.idl50 it was replaced. This can happen, for example, when a bundled extension
52 may still contain all registration data of that extension, but the
53 actual extension files do not exist anymore. The registration data must
54 then be cleaned of all the remains of that extension. To to that one
55 creates an <type>XPackage</type> object on behalf of that extension and
86 has a value other null if the extension could not be installed previously
90 the identifier of the extension
H A DXUpdateInformationProvider.idl48 /** get update information for a specific extension or all available
54 the unique identifier of an extension. If it is not empty and
84 /** get update information for a specific extension or all available
90 the unique identifier of an extension. If it is not empty and
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx102 Reference<deploy::XPackage> extension; in getName() local
108 extension = *it; in getName()
112 OSL_ASSERT(extension.is()); in getName()
113 return extension->getDisplayName(); in getName()
154 m_extension = extension; in set()
988 Reference<deploy::XPackage> const & extension, in enableExtension() argument
1002 if (!extension.is()) in enableExtension()
1053 Reference<deploy::XPackage> const & extension, in checkPrerequisitesAndEnable() argument
1064 if (!extension.is()) in checkPrerequisitesAndEnable()
1103 Reference<deploy::XPackage> const & extension, in disableExtension() argument
[all …]
H A Ddp_informationprovider.cxx198 uno::Reference<deployment::XPackage> extension; in isUpdateAvailable() local
201 extension = dp_misc::getExtensionWithHighestVersion( in isUpdateAvailable()
204 vecExtensions.push_back(extension); in isUpdateAvailable()
241 dp_misc::getIdentifier(info.extension), info.extension->getName(), in isUpdateAvailable()
/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"
31 "Click \'OK\' to replace the installed extension.\n"
36 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
38 "Click \'OK\' to replace the installed extension.\n"
45 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
47 "Click \'OK\' to replace the installed extension.\n"
52 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
54 "Click \'OK\' to replace the installed extension.\n"
63 "Click \'OK\' to replace the installed extension.\n"
68 TEXT [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
[all …]
H A Ddp_gui_dialog.src89 Text [ en-US ] = "Error: The status of this extension is unknown" ;
329 Message [en-US] = "You are about to install the extension \'%NAME\'.\n"
337 Message [en-US] = "You are about to remove the extension \'%NAME\'.\n"
338 "Click \'OK\' to remove the extension.\n"
339 "Click \'Cancel\' to stop removing the extension." ;
348 "Click \'OK\' to remove the extension.\n"
349 "Click \'Cancel\' to stop removing the extension.";
358 "Click \'OK\' to enable the extension.\n"
359 "Click \'Cancel\' to stop enabling the extension." ;
368 "Click \'OK\' to disable the extension.\n"
[all …]
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt57 -Create the new extension in the repository.
64 -Create a new release for the extension. Upload the version 2.0 (update/pub8.oxt).
70 -Install version 1.0 of the extension:
104 -Create the new extension in the repository.
111 -Create a new release for the extension. Upload the version 2.0 (update/pub9.oxt).
117 -Install version 1.0 of the extension:
128 field on the edit page for the extension in the repository.
149 -Create the new extension in the repository.
159 -Install version 1.0 of the extension:
192 -Create the new extension in the repository.
[all …]
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx529 Reference<deployment::XPackage> extension; in unopkg_main() local
537 extension = findPackage(repository, in unopkg_main()
543 if (!extension.is()) in unopkg_main()
551 extension = *i; in unopkg_main()
556 if (extension.is()) in unopkg_main()
558 allExtensions.push_back(extension); in unopkg_main()
581 Reference<deployment::XPackage> extension; in unopkg_main() local
589 extension = findPackage( in unopkg_main()
593 if (!extension.is()) in unopkg_main()
601 extension = *i; in unopkg_main()
[all …]
/trunk/main/desktop/test/deployment/version/
H A Dreadme.txt50 - If version y of extension e is to be installed and version x < y of
51 extension e is already installed, then
55 - If version y of extension e is to be installed and version x >= y of
56 extension e is already installed, then
60 - If version y of extension e is to be installed and any version x of
61 extension e is already installed, then
65 - If version y of extension e is to be installed and any version x of
66 extension e is already installed, then
73 - If replacing an installed version x of an extension e with a version y fails
77 - Checking for already installed versions of an extension is only done within a
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties31 # {0} - file name and extension
35 # {0} - file name and extension
39 # {0} - file name and extension
43 # {0} - file name and extension
47 # {0} - file name and extension
51 # {0} - old file name and extension
52 # {1} - new file name and extension
57 # {0} - file name and extension
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx98 OSL_ASSERT(i->second.extension.is()); in getOwnUpdateInfos()
99 Sequence<OUString> urls(i->second.extension->getUpdateInformationURLs()); in getOwnUpdateInfos()
102 const OUString id = dp_misc::getIdentifier(i->second.extension); in getOwnUpdateInfos()
109 out_errors.push_back(std::make_pair(i->second.extension, anyError)); in getOwnUpdateInfos()
168 if (j->second.extension->getUpdateInformationURLs().getLength()) in getDefaultUpdateInfos()
366 extension(ext) in UpdateInfo()
394 Reference<deployment::XPackage> extension = getExtensionWithHighestVersion(seqExt); in getOnlineUpdateInfos() local
395 OSL_ASSERT(extension.is()); in getOnlineUpdateInfos()
399 dp_misc::getIdentifier(extension), UpdateInfo(extension))); in getOnlineUpdateInfos()
/trunk/main/desktop/test/deployment/update/website_update/
H A Dreadme.txt58 -Create the new extension in the repository.
62 -Create a new release for the extension. Upload the description.xml of version 2.0
70 -Install version 1.0 of the extension:
78 of the extension edit page (not release).
81 the "Provider Title" field of the extension release edit page.
106 -Create the new extension in the repository.
112 -Create a new release for the extension. Upload the description.xml of version 2.0
119 -Install version 1.0 of the extension:
/trunk/main/solenv/bin/
H A Dbuild_release.pl1028 foreach my $extension ("", ".md5", ".sha256", ".asc")
1030 my $basename = sprintf("%s%s", $download_set->{'archive-name'}, $extension);
1326 my $extension = $platform_package_descriptor->{'download-extension'};
1327 if ( ! defined $extension)
1329 $extension = $platform_package_descriptor->{'extension'};
1354 $name =~ s/%E/$extension/g;
1644 my $extension = $package_type;
1647 $extension = $platform_package_descriptor->{'extension'};
1651 $extension = $platform_package_descriptor->{'download-extension'};
1673 CreateLink($url, $extension, $context),
/trunk/main/solenv/bin/modules/installer/
H A Dsystemactions.pm869 my ($sourcedir, $destdir, $extension) = @_;
878 …$infoline = "Copying files with extension $extension from directory $sourcedir to directory $destd…
891 if ( $onefile =~ /\.$extension\s*$/ ) # only copying specified files
911 my ($sourcedir, $destdir, $extension) = @_;
933 if ( ! ( $onefile =~ /\.$extension\s*$/ )) # only copying not having the specified extension
954 my ($dir, $extension) = @_;
962 $infoline = "Renaming files with extension \"$extension\" in the directory $dir\n";
975 if ( $onefile =~ /^\s*(\S.*?)\.$extension\s*$/ ) # only renaming specified files
996 my ($extension, $dir) = @_;
1004 $infoline = "Searching files with extension \"$extension\" in the directory $dir\n";
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm177 my $extension = $2;
180 my $extensionlength = length($extension);
185 $extension = substr($extension, 0, 3); # name, offset, length
221 $conformstring = $name . "\." . $extension;
291 my $extension = $2;
297 my $extensionlength = length($extension);
302 $extension = substr($extension, 0, 3); # name, offset, length
316 ($number, $saved) = get_next_free_number_with_hash($name, $shortnamesref, '.'.uc($extension));
325 ($number, $saved) = get_next_free_number_with_hash($name, $shortnamesref, '.'.uc($extension));
334 ($number, $saved) = get_next_free_number_with_hash($name, $shortnamesref, '.'.uc($extension));
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DXMLFileFilter.java58 String extension = getExtension(f); in accept() local
59 if (extension != null) in accept()
61 if (extension.equals("xml") || extension.equals("txt")) in accept()
/trunk/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME29 EXTENSIONPATH=/opt/openoffice3/share/extension/install
41 /opt/openoffice3/share/extension/install. To install them, the service calls
47 behalf of every extension and adds the path to that extension to the file
61 extensions contained in /opt/openoffice3/share/extension/install, because
/trunk/main/desktop/test/deployment/update/updateinfocreation/
H A Dreadme.txt1 The extension build in this test uses an update information which is obtained
6 http://update.services.openoffice.org/ProductUpdateService/check.Update?product=extension&amp;exten…
8 …e version 1.0 and in the sub-directory "update is the version 2 of this extension. Version 1.0 is …
22 The build sub-directory contains the code of the extension (version 2.0) and can
/trunk/main/reportbuilder/license/
H A Dreadme_en-US.txt31 You find more information about installation and usage of the extension in the following paragraphs…
43 …hts to install a shared extension for all users on your network. You do not need administrator rig…
44 * Double-click the extension file (*.oxt) in your system's file browser or choose Tools > Extension…
/trunk/main/wizards/com/sun/star/wizards/web/
H A DExtensionVerifier.java39 private String extension; field in ExtensionVerifier
43 extension = "." + extension_; in ExtensionVerifier()
55 return !((String) object).endsWith(extension); in verify()

Completed in 127 milliseconds

12345678910>>...14