Home
last modified time | relevance | path

Searched refs:extension (Results 26 – 50 of 332) sorted by relevance

12345678910>>...14

/trunk/main/desktop/source/deployment/gui/
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.";
/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.cxx232 QString extension = ""; in getFiles() local
240 extension = _dialog->currentFilter(); // assuming filter value is like this *.ext in getFiles()
241 extension.replace("*",""); in getFiles()
273 if (filename.endsWith(extension)) in getFiles()
276 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
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm1035 my $extension = "";
1037 if ( $file =~ /^\s*(.*)\.(\w+?)\s*$/ ) { $extension = $2; }
1039 return $extension;
1098 my $extension = get_extension($onefile);
1099 if ( exists( $installer::globals::sign_extensions{$extension} ) )
/trunk/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()
H A Dpropertynode.cxx49 bool extension): in PropertyNode() argument
51 extension_(extension) in PropertyNode()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx743 Reference<deployment::XPackage> const & extension, in importExtension() argument
750 return addPackage(extension->getURL(), Sequence<beans::NamedValue>(), in importExtension()
1572 css::uno::Reference<css::deployment::XPackage> const & extension, in checkPrerequisites() argument
1583 if (!extension.is()) in checkPrerequisites()
1585 if (!m_context.equals(extension->getRepositoryName())) in checkPrerequisites()
1591 OUString id = dp_misc::getIdentifier(extension); in checkPrerequisites()
1600 sal_Int32 failedPrereq = extension->checkPrerequisites( in checkPrerequisites()
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm831 my $extension = $allvariables->{'SHORT_PRODUCTEXTENSION'};
832 $extension = "" unless defined $extension;
833 $extension = lc($extension);
834 $downloadname =~ s/\{extension\}/$extension/;
H A Darchivefiles.pm47 my $extension = "";
59 $extension = $2;
64 $extension = "";
/trunk/main/sysui/desktop/mimetypes/
H A Dextension.keys1 application/vnd.openofficeorg.extension
9 icon_filename=extension
H A Dextension.desktop25 Icon=extension
28 MimeType=application/vnd.openofficeorg.extension
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DFileExtensionFilter.java33 public FileExtensionFilter(String extension) { in FileExtensionFilter() argument
34 fileExtension = extension; in FileExtensionFilter()
/trunk/main/xsltml/
H A DREADME4 with the WikiPublisher extension. The extension is built
/trunk/main/desktop/test/deployment/description/
H A Dreadme.txt2 -The <extension-description> element The element contains localized child
6 en-US uses. The displayed extension description contains the locale.
/trunk/main/desktop/test/deployment/update/changing_display_name/
H A Dreadme.txt2 The default display name, if nothing is provided by the extension, is the file name.
12 changed when the extension is changed - and be it only the display name.
/trunk/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp459 // new oxt file extension for office extension packages
473 Value = "application/vnd.openofficeorg.extension";
480 Subkey = "MIME\Database\Content Type\application/vnd.openofficeorg.extension";
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.src33 Text [ en-US ] = "The extension cannot be installed because:\n";
38 …Text [ en-US ] = "The extension will not be installed because an error occurred in the Help files:…
/trunk/main/desktop/test/deployment/identifier/
H A Dreadme.txt24 explicit extension identifier, so it gets the implicit one "org.openoffice.
26 explicit extension identifier "org.openoffice/framework/desktop/test/deployment/
/trunk/main/sysui/desktop/slackware/
H A Dmakefile.mk59 $(RM) $*$/opt$/kde$/share$/icons$/*$/*$/*$/*-extension.png
60 $(RM) $*$/opt$/kde$/share$/mimelnk$/application$/*-extension.desktop
/trunk/main/offapi/com/sun/star/deployment/
H A DLicenseException.idl38 /** name of the extension.
40 The display name of the extension.
H A DVersionException.idl43 the version of the extension which is being installed.
47 the display name of the extension which is being installed.
/trunk/main/desktop/test/deployment/options/
H A Dreadme.txt4 extensionoptions.jar into the extension.
13 … cause a DisposedException when uninstalling on OOo 3.0 and prevent the extension from being unins…
126 example, an extension adds a node to the "Writer Module" and the
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx304 rtl::OUString getShortPath(rtl::OUString const & path, rtl::OUString const & extension) in getShortPath() argument
315 && extension.getLength()) in getShortPath()
317 const rtl::OUString extPath(path + extension); in getShortPath()
/trunk/main/
H A DNOTICE22 - Apache Commons - used by MediaWiki Publisher extension
23 - Apache Jakarta HttpClient - used by MediaWiki Publisher extension
25 - Apache Tomcat - used by MediaWiki Publisher extension

Completed in 65 milliseconds

12345678910>>...14