# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,sccomp)) $(eval $(call gb_Module_add_targets,sccomp,\ Library_solver \ )) $(eval $(call gb_Module_add_l10n_targets,sccomp,\ AllLangMoTarget_scc \ )) $(eval $(call gb_Module_add_check_targets,sccomp,\ CppunitTest_sccomp_solver \ $(if $(and $(filter INTEL,$(CPUNAME)),$(filter -fsanitize=%,$(gb_CXX))),,CppunitTest_sccomp_swarmsolvertest) \ )) # vim: set noet sw=4 ts=4: ffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/qa/extras/uiwriter/data/tdf88453.odt
e9af2d8a2d8d201a8b26d9a835744c659'>slideshow
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2016-05-30Remove CycleMode enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-25slideshow: appease MSVC 2013 with the std::chrono typesMichael Stahl
2016-05-25slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-21GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl
2016-05-13slideshow: tweak BaseContainerNode::forEachChildNodeMichael Stahl
2016-05-13convert EXCEPTION_ to scoped enumNoel Grandin
2016-05-11slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>Michael Stahl
2016-05-11slideshow: replace boost::mem_fn with C++11 lambdasMichael Stahl
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann