# -*- 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_Package_Package,odk_config,$(SRCDIR))) $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR))) ifeq ($(OS),WNT) $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ odk/config/cfgWin.js \ odk/config/setsdkenv_windows.template \ odk/config/setsdkname.bat \ )) else $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ config.guess \ config.sub \ odk/config/configure.pl \ odk/config/setsdkenv_unix \ odk/config/setsdkenv_unix.sh.in \ )) endif # vim: set noet sw=4 ts=4: png' alt='cgit logo'/> index : libreoffice/core
main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/elementlist.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-07-17fix memleak circular dependency of CElementList and CElementCaolán McNamara1-8/+57
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold1-0/+3
2014-05-02unoxml: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2012-07-06re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-01targetted string cleanupMichael Meeks1-2/+1
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-38/+60
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-02-10xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl1-1/+7
2011-01-19xmlfix3: unoxml: cleanup friend declarationsMichael Stahl1-2/+2
2011-01-19xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl1-0/+9
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl1-1/