# -*- 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: title='libreoffice/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/oox/source/export/ColorPropertySet.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-4/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-1/+1
2019-07-19cid#1448264 silence Out-of-bounds accessCaolán McNamara1-1/+2
2018-10-15loplugin:constfields in ooxNoel Grandin1-1/+1
2018-03-05use more Color in ooxNoel Grandin1-1/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-4/+4
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-4/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-36/+3
2016-04-08fix many ooxml validation errorsMarkus Mohrhard1-2/+13
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code