summaryrefslogtreecommitdiff
path: root/swext/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
e='2021-06-11 16:58:40 +0200'>2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia) 2021-03-18inline some tiny sfx2 functionsNoel 2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen 2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks 2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin 2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin 2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov 2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen 2019-02-07loplugin:flatten in sfx2Noel Grandin 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin 2018-08-21loplugin:useuniqueptr in DeleteItemOnIdleNoel Grandin 2018-07-19Fix typosAndrea Gelmini 2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin 2018-05-02Fix typosAndrea Gelmini 2018-04-19sw lok: Accept / reject change is always enabled in the context menuTamás Zolnai 2018-01-29loplugin:useuniqueptr in SfxShell_ImplNoel Grandin 2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann 2017-11-09rename AvoidConfig to FuzzingCaolán McNamara 2017-10-23loplugin:includeform: sfx2Stephan Bergmann 2017-07-26convert SfxGroupId to scoped enumNoel Grandin 2017-07-21loplugin:constparams in sfx2Noel Grandin 2017-07-17Fix typosAndrea Gelmini 2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann 2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann 2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin 2017-03-28remove enum slot code from sfx2Noel Grandin 2017-03-23remove unused helpid in SfxShellNoel Grandin 2017-03-22create SfxDisableFlags enumNoel Grandin