# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Module_Module,scaddins)) $(eval $(call gb_Module_add_targets,scaddins,\ AllLangResTarget_analysis \ AllLangResTarget_date \ Library_analysis \ Library_date \ )) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
AgeCommit message (Expand)Author
2024-06-10loplugin:ostr in sw/../uibaseNoel Grandin
2023-03-22sw: check GetActiveView()Xisco Fauli
2022-12-14loplugin:implinheritancehelper in swNoel Grandin
2021-09-10Resolves: tdf#143777 Exclude recipient is always greyed outCaolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara
2020-05-22move InterimItemWindow to vclCaolán McNamara
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara
2020-02-16weld CurrentEdit Item WindowCaolán McNamara
2020-02-16weld ExcludeCheckBox Item WindowCaolán McNamara
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-09Resolves: tdf#101382 turn SetMailMergeConfigItem into a shared_ptrCaolán McNamara
2016-08-04add more nullptr checks, related tdf#100820Markus Mohrhard
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-03-18sw: fix loplugin:staticmethodsMiklos Vajna
2016-03-18sw: fix -Werror,-Winconsistent-missing-overrideMiklos Vajna
2016-03-18mailmerge: Toolbar edit box to show or change the current entry number.Jan Holesovsky
2016-03-18mailmerge: Implement toolbar controller to exclude entries.Jan Holesovsky