# -*- 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_UIConfig_UIConfig,formula)) $(eval $(call gb_UIConfig_add_uifiles,formula,\ formula/uiconfig/ui/formuladialog \ formula/uiconfig/ui/functionpage \ formula/uiconfig/ui/structpage \ formula/uiconfig/ui/parameter \ )) # vim: set noet sw=4 ts=4: href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/servicehelper.hxx
AgeCommit message (Expand)Author
2023-04-19loplugin::unusedmethodsNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::SurfaceProvider)Stephan Bergmann
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-11-13rtl::Static->thread-safe static in OPropertyArrayUsageHelperNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07rtl::Static -> function local static also for UNO3_GETIMPLEMENTATION*_IMPLMike Kaganski
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2017-05-18Some manual loplugin:comparisonwithconstant fixes in macros...Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20com::sun::star->css in include/comphelperNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann
2014-12-18fix typoTakeshi Abe