office-gobmx/extensions
Noel Grandin 6606816922 uno::Sequence->std::vector, and fix method name
Change-Id: Ie8df504e2ff29897527128ca634211d4e50c8810
2015-12-03 13:57:22 +02:00
..
inc Resolves: #i67663# add vertical alighment on property UI 2015-01-30 17:10:43 +00:00
qa loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) 2015-11-06 09:35:47 +01:00
source uno::Sequence->std::vector, and fix method name 2015-12-03 13:57:22 +02:00
test use initialiser for Sequence<OUString> 2015-11-15 11:31:23 +00:00
uiconfig Remove Seamonkey based address book driver 2015-10-25 15:02:44 +00:00
workben com::sun::star->css in extensions/ 2015-10-01 12:18:24 +02:00
AllLangResTarget_abp.mk
AllLangResTarget_bib.mk
AllLangResTarget_dbp.mk
AllLangResTarget_pcr.mk
AllLangResTarget_scn.mk
AllLangResTarget_upd.mk
AllLangResTarget_updchk.mk
Configuration_updchk.mk
CppunitTest_extensions_test_update.mk
CustomTarget_so_activex_idl.mk
CustomTarget_so_activex_x64.mk
Executable_pluginapp.bin.mk
JunitTest_extensions_unoapi.mk
Library_abp.mk Remove Seamonkey based address book driver 2015-10-25 15:02:44 +00:00
Library_bib.mk
Library_dbp.mk
Library_ldapbe2.mk
Library_log.mk
Library_oleautobridge.mk remove obsolete check for pre-MSVC2013 ATL library name 2015-07-09 14:22:21 +00:00
Library_OOoSpotlightImporter.mk
Library_pcr.mk
Library_pl.mk Remove left over references to SYSTEM_MOZILLA 2015-10-24 18:57:04 +00:00
Library_res.mk
Library_scn.mk coverity#705989 silence Insecure temporary file 2014-11-14 12:02:49 +00:00
Library_so_activex.mk remove obsolete check for pre-MSVC2013 ATL library name 2015-07-09 14:22:21 +00:00
Library_so_activex_x64.mk remove obsolete check for pre-MSVC2013 ATL library name 2015-07-09 14:22:21 +00:00
Library_updatecheckui.mk Cleanup while reading extensions. 2015-11-20 22:16:53 +00:00
Library_updatefeed.mk No need to extend css.awt.XToolkitExperimental 2015-11-27 18:46:18 +01:00
Library_updchk.mk Cleanup while reading extensions. 2015-11-20 22:16:53 +00:00
Makefile
Module_extensions.mk
Package_mdibundle.mk
Package_OOoSpotlightImporter.mk
README
StaticLibrary_plugcon.mk Remove left over references to SYSTEM_MOZILLA 2015-10-24 18:57:04 +00:00
UIConfig_sabpilot.mk
UIConfig_sbibliography.mk
UIConfig_scanner.mk
UIConfig_spropctrlr.mk
WinResTarget_activex.mk

Browser plugin, activex control, scanner bits.  Online update.

== Application online update checking ==

When we start LO, first InitUpdateCheckJobThread is created, via
UpdateCheckJob::execute() (from extensions/source/update/check/updatecheckjob.cxx),
as a reaction to a "onFirstVisibleTask" event. It waits 25 seconds (so that it
does not interfere with the startup itself), and then calls
UpdateCheck::initialize() (from extensions/source/update/check/updatecheck.cxx).

This creates one more thread, UpdateCheckThread, that regularly checks whether
we have reached the time when we should ask for the update.  If yes, asks for
that, and shows the download button in the menu (if the new update is
available).