Home
last modified time | relevance | path

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

12345678910>>...13

/AOO41X/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")
200 print "\nERROR, file $xmlorigdir/$output.$extension does not exist\n";
218 print "Copying <$xmlorigdir/$output.$extension> to <$xmldir>\n";
219 `cp $xmlorigdir/$output.$extension $xmldir/`;
221 my $check_stamp = (stat("$xmldir/$output.$extension"))[9];
223 &start_rd($convert_from, $extension, $pdbfile,
[all …]
/AOO41X/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl72 /** adds an extension.
81 suppressed (if supported by the extension)
90 object representing the extension.
102 /** removes an extension.
128 /** enable an extension.
130 If the extension is not from the user repository then an
133 @param extension
134 the extension which is to be enabled.
142 [in] XPackage extension,
150 /** disable an extension.
[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
263 If true - then at least one extension was removed or added. Otherwise
277 a user extension will not be kept in the user repository if its license
289 /** checks if the extension can be used.
[all …]
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 identifyer 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 DXPackageInformationProvider.idl37 /** get Package information for a specific extension.
40 the unique identifier of an extension. The service looks for
50 the unique identifier of an extension. When the extensionId is empty,
54 If the service finds an update for an extension, a sequence containing the name
55 and the version will be returned for each extension which has an update.
H A DXUpdateInformationProvider.idl49 /** get update information for a specific extension or all available
55 the unique identifier of an extension. If it is not empty and
85 /** get update information for a specific extension or all available
91 the unique identifier of an extension. If it is not empty and
/AOO41X/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()
147 css::uno::Reference<css::deployment::XPackage> const & extension, in ExtensionRemoveGuard() argument
149 m_extension(extension), m_xPackageManager(xPackageManager) {} in ExtensionRemoveGuard()
152 void set(css::uno::Reference<css::deployment::XPackage> const & extension, in set() argument
154 m_extension = extension; in set()
988 Reference<deploy::XPackage> const & extension, in enableExtension() argument
1002 if (!extension.is()) in enableExtension()
[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()
/AOO41X/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"
61 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
63 "Click \'OK\' to replace the installed extension.\n"
[all …]
H A Ddp_gui_dialog.src88 Text [ en-US ] = "Error: The status of this extension is unknown";
105 …"Updating of shared extension requires administrator privileges. Contact your system administrator…
110 …Text [ en-US ] = "The extension cannot be enabled as the following system dependencies are not ful…
115 Text [ en-US ] = "This extension is disabled because you haven't accepted the license yet.\n";
200 … Text [ en-US ] = "Please follow these steps to proceed with the installation of the extension:";
231 …Text [ en-US ] = "Accept the License Agreement for the extension by pressing the \'Accept\' button…
331 Message[en-US] = "You are about to install the extension \'%NAME\'.\n"
339 Message[en-US] = "You are about to remove the extension \'%NAME\'.\n"
340 "Click \'OK\' to remove the extension.\n"
341 "Click \'Cancel\' to stop removing the extension.";
[all …]
H A Ddp_gui_updateinstalldialog.src179 Text[en-US] = "Error while downloading extension %NAME. ";
188 Text[en-US] = "Error while installing extension %NAME. ";
192 Text[en-US] = "The license agreement for extension %NAME was refused. ";
196 Text[en-US] = "The extension will not be installed.";
/AOO41X/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx529 Reference<deployment::XPackage> extension; in unopkg_main() local
532 extension = xExtensionManager->getDeployedExtension( in unopkg_main()
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
584 extension = xExtensionManager->getDeployedExtension( in unopkg_main()
589 extension = findPackage( in unopkg_main()
[all …]
/AOO41X/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
/AOO41X/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()
/AOO41X/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),
/AOO41X/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) = @_;
920 …$infoline = "Copying files without extension $extension from directory $sourcedir to directory $de…
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) = @_;
[all …]
/AOO41X/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()
/AOO41X/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 …]
/AOO41X/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
/AOO41X/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()
/AOO41X/main/offapi/com/sun/star/security/
H A DXCertificateExtension.idl39 * Check whether it is a critical extension
44 * Get the extension object identifier in string.
49 * Get the extension value
/AOO41X/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx230 QString extension = ""; in getFiles() local
238 extension = _dialog->currentFilter(); // assuming filter value is like this *.ext in getFiles()
239 extension.replace("*",""); in getFiles()
271 if (filename.endsWith(extension)) in getFiles()
274 files.append(filename + extension); in getFiles()
/AOO41X/main/offapi/com/sun/star/deployment/ui/
H A DPackageManagerDialog.idl56 /** Create a GUI and pass the URL of the extension which shall be installed right away.
58 clicking an extension in a file browser, etc. The extensions will always be installed
62 URL of extension
/AOO41X/main/configmgr/source/
H A Dcomponents.cxx586 int layer, rtl::OUString const & extension, FileParser * parseFile, in parseFiles() argument
629 parseFiles(layer, extension, parseFile, stat.getFileURL(), true); in parseFiles()
632 if (file.getLength() >= extension.getLength() && in parseFiles()
633 file.match(extension, file.getLength() - extension.getLength())) in parseFiles()

12345678910>>...13