summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/XPackageManager.idl
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31odk: fix IDL documentation:Michael Stahl1-1/+1
forward port d078a630cce06993f48a117febe79bff9e4529a0 from libreoffice-4-0 branch. Change-Id: Iffe19b837cd676401eb151b953d3f4715272a459
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin1-2/+2
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-09-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
linecap: Reintegrating finished LineCap feature Work contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 i118815 - Deprecate service due to removed implementation Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1233320 i118814 - Allow set timeout in Mail API Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1235679 included in the Apache baseline: dr80: #i117511# remove some assertions in xlsx/xlsb import filters Patch contributed by Daniel Rentz
2012-08-24fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann1-0/+4
* fdo#53968 revealed that multiple soffice.bin instances can run removeTree in parallel. Therefore, demoted failures from exceptions to SAL_WARNs. (And keeping fingers crossed.) * a8cdce148c76c93c5d41820610d6e6ac175e03a7 "fdo#53655: Ignore failure to remove directories (as happens on Windows XP)" was due to a forgotten osl::Directory::close before calling osl::Directory::remove after all. * UserInstallations have been seen in the wild where no extensions were installed per-user (any longer), but user/uno_packages/cache/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files contained data nevertheless. To reliably clean out any old junk, refreshBundledExtensionsDir has been extended to cleanExtensionsCache which in tandem with an extended Desktop::SynchronizeExtensionRepositories now cleanly re-installs all bundled, shared, and per-user extensions after a LO upgrade. Change-Id: Ic6b5b6c1945d76eb3a65b6cd4512a657b7a835a0
2012-08-09fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann1-7/+1
... to clean out all sorts of inconsitencies that can have accrued there over time apparently due to how the mechanism of copying share/prereg/bundled worked, and to work around stale $BUNDLED_EXTENSIONS_PREREG references in a better way than the previous 81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1 "fdo#53006 Force reinstall of all bundled extensions on upgrade." See the comment on refreshBundledExtensionsDir for how, at least in theory, that functionality could be removed again in the future. This effectively reverts 2d2b19dea1ab401b1b4971ff5b12b87bb11fd666 "Force ExtensionManager resync when the implementation changes" and 81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1 "fdo#53006 Force reinstall of all bundled extensions on upgrade" (the latter at least on master; it had never been cherry-picked to libreoffice-3-6), which it obsoletes. Change-Id: I8f80c07a06ec9d53b03813338eeff7d7757c9d4d
2012-08-02fdo#53006 Force reinstall of all bundled extensions on upgradeStephan Bergmann1-1/+7
...as the per-user data about bundled extensions can otherwise contain stale $BUNDLED_EXTENSIONS_PREREG references if the old installation used share/prereg/bundled/, the new one does not (cf. the fixing for fdo#51252 "LO cannot start (reports runtime error with Visual C++ Runtime Library)"), and a bundled extension did not change version. It is safe to tie this behavior to the existing "force" parameter of dp_misc::syncRepositories, as the only place that calls it with force=true is the call to Desktop::SynchronizeExtensionRepositories(newInst) in Desktop::Main, where newInst=true is the relevant condition for this behavior, too. As stated in XExtensionManager.idl, "this [...] can go again once no exisiting UserInstallation's user/extensions/bundled/ data can contain any $BUNDLED_EXTENSIONS_PREREG references any longer." Change-Id: I630dec8f2d20282ee47c65ac61ed2c9b062448e1
2012-07-14simplify include guardsThomas Arnhold1-1/+1
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-01-05add mode-lines to .idl filesCaolán McNamara1-0/+3
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+1
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-01-25Some fixes to documentation (part 1)Aurimas Fišeras1-2/+2
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
2010-11-02jsc340: i115337: cleanup since tagsJuergen Schmidt1-1/+1
2010-06-07jl152 #i77196# fixing merge conflictsJoachim Lingner1-2/+3
2010-05-17jl152 #i77196# only restarting if a extension was added/removed, ↵Joachim Lingner1-1/+4
XextensionManager.getSupportedArguments: removed repository argument
2010-04-21jl152 import 263449 from native0jl:#i77196# no registration of components ↵Joachim Lingner1-0/+2
in uno.exe at startup, fixed extension activation, basic, etc.
2010-04-19jl152 import 263446 from native0jl:#i77196# supporting licenses, suppress ↵Joachim Lingner1-3/+44
license switch, subsequent accepting of licenses for bundled/shared extensions
2010-05-04jl152 bundled extensions, import of changeset 263438:8b253e76e957 from ↵Joachim Lingner1-5/+53
native0jl
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.9.184); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 15:59:21 rt 1.9.184.1: #i87441# Change license header to LPGL v3.
2007-07-06INTEGRATION: CWS c09tosrc (1.8.90); FILE MERGEDRüdiger Timm1-2/+18
2007/06/25 07:29:19 jl 1.8.90.1: #i78688# new method isReadOnly
2007-01-18INTEGRATION: CWS sb66 (1.7.240); FILE MERGEDVladimir Glazounov1-8/+14
2007/01/04 09:31:22 sb 1.7.240.1: #i69910# Adapted to unique extension identifiers.
2005-09-07INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:16:50 rt 1.6.138.1: #i54170# Change license header: remove SISSL
2004-11-09INTEGRATION: CWS jl13 (1.4.20); FILE MERGEDJens-Heiner Rechtien1-2/+10
2004/10/21 11:52:47 jl 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/29 13:47:22 dbo 1.4.20.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:
2004-09-09INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGEDOliver Bolte1-3/+3
2004/08/20 08:47:09 cd 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id
2004-08-12INTEGRATION: CWS unotlc (1.3.20); FILE MERGEDOliver Bolte1-11/+2
2004/07/30 13:19:22 dbo 1.3.20.1: #i31111# API revision Issue number: Submitted by: Reviewed by:
2004-06-11INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGEDKurt Zenker1-32/+115
2004/05/19 12:04:37 dbo 1.2.10.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/05/06 16:03:46 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:
2004-04-13INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+149
2004/03/24 13:22:06 dbo 1.1.2.8: #115884# documentation 2004/03/19 16:10:27 dbo 1.1.2.7: #115884# minor API changes, doc 2004/03/12 14:41:31 dbo 1.1.2.6: #115884# balancing legacy packages is handled by pkgchk application 2004/02/26 16:59:27 dbo 1.1.2.5: #i20304# added @since tags 2004/02/25 18:39:38 dbo 1.1.2.4: #i20304# 2004/02/24 16:32:04 dbo 1.1.2.3: #i20304# API revision 2004/01/09 14:33:18 dbo 1.1.2.2: #i21218# new API 2003/11/28 12:47:12 dbo 1.1.2.1: #i20304# new