This module contains a grab-bag of unrelated misc. libraries, *none* of which is an extension. == 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). == OLE automation bridge == A bridge between "OLE automation" and UNO, so you can use UNO services from JScript, VBScript, etc. https://www.openoffice.org/udk/common/man/spec/ole_bridge.html See udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl This is initialized in Desktop::Main() in Desktop::OpenClients_Impl() by creating the service "com.sun.star.bridge.OleApplicationRegistration", which is implemented by OleServer_Impl. See extensions/source/ole/ == ActiveX control == This allows embedding LO into a Win32 application as an ActiveX control. See extensions/source/activex/ == Spotlight provider == On macOS, this allows indexing ODF documents with Spotlight. See extensions/source/macosx/spotlight/ == Scanner support == You can scan from LibreOffice, using platform specific backends like TWAIN/SANE. See extensions/source/scanner/ ice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)Author
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27Missing #include "sal/config.h"Stephan Bergmann
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-02-28remove all d.lstMichael Stahl
2013-01-30remove useless macrosLuboš Luňák
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar
2012-11-08Revert "readd SYSTEM_LPSOLVE define in sccomp after gbuildification"Peter Foley
2012-11-08readd SYSTEM_LPSOLVE define in sccomp after gbuildificationRene Engelhard
2012-11-07convert lpsolve to gbuildPeter Foley
2012-11-04Enough with that...Norbert Thiebaud
2012-11-03convert lpsolve to gbuildPeter Foley
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-01translations is a source-only moduleAndras Timar
2012-10-01gbuild: invert handling of standard system libraries:Michael Stahl
2012-10-01gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-10-01gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-27Bypass the solver component for iOS for nowTor Lillqvist
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud