# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,bootstrap)) ifneq ($(debug),) $(eval $(call gb_Library_add_defs,bootstrap,\ $(if $(diag),\ $(if $(filter $(diag),cache full),-D__CACHE_DIAGNOSE) \ $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \ )) endif $(eval $(call gb_Library_use_external,bootstrap,boost_headers)) $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,bootstrap,\ comphelper \ cppu \ cppuhelper \ reg \ sal \ salhelper \ tl \ )) $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap)) $(eval $(call gb_Library_add_exception_objects,bootstrap,\ stoc/source/defaultregistry/defaultregistry \ stoc/source/implementationregistration/implreg \ stoc/source/implementationregistration/mergekeys \ stoc/source/loader/dllcomponentloader \ stoc/source/security/access_controller \ stoc/source/security/file_policy \ stoc/source/security/permissions \ stoc/source/servicemanager/servicemanager \ stoc/source/simpleregistry/simpleregistry \ )) # vim:set noet sw=4 ts=4: -3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/source/app/appinit.cxx
AgeCommit message (Expand)Author
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-02-28Don't do unnecessary check for trailing slashMike Kaganski
2018-02-28Clean up Desktop::CreateTemporaryDirectoryStephan Bergmann
2018-01-20iOS, allow unorc to be readjan Iversen
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin
2016-10-20Check for enable safe mode earlierSamuel Mehrbrodt
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara
2015-10-09afl-eventtesting: we want to allow dialogs in ui-testing modeCaolán McNamara
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist
2015-02-03Clean up some weird loggingTor Lillqvist
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-05-08desktop: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-07make the error not a secretCaolán McNamara
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-11fdo#64311 - fix namespace issue / compile failure.Michael Meeks
2013-05-11fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.Michael Meeks
2013-04-28namespacing cleanupThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Remove SvtInternalOptionsThomas Arnhold
2013-02-20Some cppcheck cleaningJulien Nabet
2013-02-11fdo#46808, convert code in desktop module to XComponentContextNoel Grandin
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann
2012-11-30Remove SvtStartOptionsStephan Bergmann
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-24fdo#54385: Displaying help/version early on UNX requires service managerStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-06-02targeted string re-workNorbert Thiebaud