# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Executable_Executable,sdraw)) $(eval $(call gb_Executable_set_targettype_gui,sdraw,YES)) $(eval $(call gb_Executable_add_defs,sdraw,\ -DUNICODE \ )) $(eval $(call gb_Executable_use_libraries,sdraw,\ $(gb_STDLIBS) \ )) $(eval $(call gb_Executable_add_libs,sdraw,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) $(call gb_Executable_get_target,sdraw) : \ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) $(eval $(call gb_Executable_add_noexception_objects,sdraw,\ desktop/win32/source/applauncher/sdraw \ )) $(eval $(call gb_Executable_add_nativeres,sdraw,sdraw/src)) # vim: set ts=4 sw=4 et: -6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/UITest_conditional_format.mk
14366773afb'>loplugin:useuniqueptr in comphelper,cppu,registry
AgeCommit message (Expand)Author
Noel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: registryStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin
2017-10-23loplugin:includeform: registryStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-17loplugin:constparams in store,registryNoel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-26Translate German comments and debug strings (leftovers in r... dirs)Johnny_M
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-09More tests to suppress (all .PHONY test targets should be covered now)Stephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: registryStephan Bergmann
2017-05-27registry: fix indenting caused by automated namespace scripts, etc.Chris Sherlock
2017-05-27registry: remove comment cruft from regimpl.cxxChris Sherlock
2017-05-27tdf#43157 - registry: convert from OSL_ASSERT to assertChris Sherlock
2017-05-27registry: like Rosencrantz, consistency is all I ask...Chris Sherlock
2017-05-27registry: typo in function parameterChris Sherlock
2017-05-26tdf#39468: translate German to English in registry's regimpl.cxxChris Sherlock
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157 - registry: convert from OSL_ASSERT to assertChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: registryStephan Bergmann