# -*- 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_Executable_Executable,python)) $(eval $(call gb_Executable_use_static_libraries,python,\ ooopathutils \ )) $(eval $(call gb_Executable_add_exception_objects,python,\ pyuno/zipcore/python \ )) $(eval $(call gb_Executable_add_default_nativeres,python)) # vim:set noet sw=4 ts=4: input type='hidden' name='id' value='63db958d674375876951fdddc7958e9866bdba8f'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/config
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-31these can be stack allocatedNoel Grandin
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-07-30Fix typosAndrea Gelmini
2019-07-20loplugin:referencecasting in sfx2Noel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-02-05simplify SfxEventNamesListNoel Grandin
2019-01-12use unique_ptr in SfxEventConfiguration::ConvertToMacroNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-02loplugin:useuniqueptr in SfxEventNamesListNoel Grandin
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin
2017-10-31loplugin:constantparam in sfx2Noel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-08-07Removing unused SfxItemPool serialisation from sfx2Varun Dhall
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-24loplugin:unusedfields in include/framework/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-09-17boost->stdCaolán McNamara
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin