# -*- 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_Executable_Executable,uno)) $(eval $(call gb_Executable_use_internal_comprehensive_api,uno,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,uno,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,uno,\ libxml2 \ )) $(eval $(call gb_Executable_add_exception_objects,uno,\ cpputools/source/unoexe/unoexe \ )) # vim:set noet sw=4 ts=4: 'aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLPropertyBackpatcher.cxx
AgeCommit message (Expand)Author
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann
2019-01-23loplugin:constparams in xmloffNoel Grandin
2018-12-18use unique_ptr in XMLPropertyBackpatcherNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-06-30loplugin:unusedfieldsNoel Grandin
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-02-17boost->stdCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet