# -*- 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,vbahelper)) ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) # the targets to be inserted are their file names without .mk extension $(eval $(call gb_Module_add_targets,vbahelper,\ Library_vbahelper \ Library_msforms \ )) # add any runtime tests (unit tests) here # remove if no tests #$(eval $(call gb_Module_add_check_targets,vbahelper,\ #)) # add any subsequent checks (e.g. complex tests) here #$(eval $(call gb_Module_add_subsequentcheck_targets,vbahelper,\ #)) endif $(eval $(call gb_Module_add_targets,vbahelper,\ )) # vim: set noet sw=4 ts=4: e-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_canvashelper_texturefill.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-02-12move some canvas/ headers inside the moduleNoel Grandin
2020-02-03loplugin:makeshared (clang-cl)Stephan Bergmann
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-31loplugin:constparams: canvas (clang-cl)Stephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-10-16clang-cl loplugin: canvasStephan Bergmann
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-23convert GradientType to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-31boost::tuple -> std::tupleCaolán McNamara
2015-10-31Replace boost::bind by lambdas in canvas/source/directx tree.Mario J. Rugiero
2015-09-14boost->stdCaolán McNamara
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-02-25Remove visual noise from canvasAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms