# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # EXTERNAL_WARNINGS_NOT_ERRORS := TRUE export EXTERNAL_WARNINGS_NOT_ERRORS module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4:
summaryrefslogtreecommitdiff
path: root/oox/source/shape/LockedCanvasContext.hxx
AgeCommit message (Expand)Author
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna
2017-11-01loplugin:finalclasses in ooxNoel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-08-07Indentation fixesMiklos Vajna
2017-07-31loplugin:constparams in ooxNoel Grandin
2017-07-21oox: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-05-22oox: these getShape() functions can be constMiklos Vajna
2017-03-29oox: remove redundant virtuals, implied by overrideMiklos Vajna
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-18oox: these ctors can be explicitMiklos Vajna
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-19indentation fixesMiklos Vajna
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2013-12-21oox: whitespace fixes in LockedCanvasContextMiklos Vajna
2013-10-23fixincludeguards.sh: ooxThomas Arnhold