Home
last modified time | relevance | path

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

12345678910>>...13

/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")
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 …]
/trunk/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 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()
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()
965 Reference<deploy::XPackage> const & extension, in enableExtension() argument
974 if (!extension.is()) in enableExtension()
[all …]
H A Ddp_informationprovider.cxx193 uno::Reference<deployment::XPackage> extension; in isUpdateAvailable() local
196 extension = dp_misc::getExtensionWithHighestVersion( in isUpdateAvailable()
199 vecExtensions.push_back(extension); in isUpdateAvailable()
236 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"
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.src87 Text [ en-US ] = "Error: The status of this extension is unknown" ;
104 …"Updating of shared extension requires administrator privileges. Contact your system administrator…
109 …Text [ en-US ] = "The extension cannot be enabled as the following system dependencies are not ful…
114 Text [ en-US ] = "This extension is disabled because you haven't accepted the license yet.\n" ;
199 … Text [ en-US ] = "Please follow these steps to proceed with the installation of the extension:" ;
230 …Text [ en-US ] = "Accept the License Agreement for the extension by pressing the \'Accept\' button…
325 Message [en-US] = "You are about to install the extension \'%NAME\'.\n"
333 Message [en-US] = "You are about to remove the extension \'%NAME\'.\n"
334 "Click \'OK\' to remove the extension.\n"
335 "Click \'Cancel\' to stop removing the extension." ;
[all …]
H A Ddp_gui_updateinstalldialog.src136 Text [ en-US ] = "Error while downloading extension %NAME. " ;
147 Text [ en-US ] = "Error while installing extension %NAME. " ;
152 Text [ en-US ] = "The license agreement for extension %NAME was refused. " ;
157 Text [ en-US ] = "The extension will not be installed." ;
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx525 Reference<deployment::XPackage> extension; in unopkg_main() local
528 extension = xExtensionManager->getDeployedExtension( in unopkg_main()
533 extension = findPackage(repository, in unopkg_main()
539 if (!extension.is()) in unopkg_main()
547 extension = *i; in unopkg_main()
552 if (extension.is()) in unopkg_main()
554 allExtensions.push_back(extension); in unopkg_main()
577 Reference<deployment::XPackage> extension; in unopkg_main() local
580 extension = xExtensionManager->getDeployedExtension( in unopkg_main()
585 extension = findPackage( in unopkg_main()
[all …]
/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/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) = @_;
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 …]
/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/boost/prj/
H A Dd.lst396 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension
397 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\dynamic_image
398 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\histogram
399 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\image_processing
400 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io
401 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io\bmp
402 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io\bmp\detail
403 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io\jpeg
404 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io\jpeg\detail
405 mkdir: %_DEST%\inc%_EXT%\boost\gil\extension\io\png
[all …]
/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/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()
/trunk/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
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx223 QString extension = ""; in getFiles() local
231 extension = _dialog->currentFilter(); // assuming filter value is like this *.ext in getFiles()
232 extension.replace("*",""); in getFiles()
264 if (filename.endsWith(extension)) in getFiles()
267 files.append(filename + extension); in getFiles()
/trunk/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

12345678910>>...13