# -*- 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_CustomTarget_CustomTarget,unoidl/unoidl-write_test)) # this target is phony to run it every time .PHONY : $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) : \ $(call gb_Executable_get_runtime_dependencies,unoidl-write) \ $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/attribute.tests \ $(SRCDIR)/idlc/test/parser/constant.tests \ $(SRCDIR)/idlc/test/parser/constructor.tests \ $(SRCDIR)/idlc/test/parser/interfaceinheritance.tests \ $(SRCDIR)/idlc/test/parser/methodoverload.tests \ $(SRCDIR)/idlc/test/parser/polystruct.tests \ $(SRCDIR)/idlc/test/parser/published.tests \ $(SRCDIR)/idlc/test/parser/struct.tests \ $(SRCDIR)/idlc/test/parser/typedef.tests \ | $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/.dir ifneq ($(gb_SUPPRESS_TESTS),) @true else $(call gb_Helper_abbreviate_dirs,( \ $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/attribute.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/constant.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/constructor.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/interfaceinheritance.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/methodoverload.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/oldstyle.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/polystruct.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/published.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/struct.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/typedef.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) endif # vim: set noet sw=4 ts=4: stro/escriba/escriba-5.2.1'>distro/escriba/escriba-5.2.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
AgeCommit message (Expand)Author
2017-08-04rename Anz->Cnt in svxNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-03tdf#39674: translated German to English in svdtrans.cxxkerem
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-27loplugin:singlevalfields in svx(part1)Noel Grandin
2016-04-28loplugin:stylepoliceNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-29svx: remove duplicate "Kuerzen" functionMichael Stahl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23svx: nPolyAnz -> nPolyCountMiklos Vajna
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks
2015-03-19loplugin:constantfunction: svxNoel Grandin
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-08svx: nAnz -> nCountMiklos Vajna
2014-12-18Fraction: rewrite 'GetDenominator()==0' conditionsJuan Picca
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-04rename nWink->nAngleNoel Grandin
2014-11-04SdrFormatter: remove unused attributeJuan Picca
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-21nShearWink -> nShearAngleMiklos Vajna
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-02-26Remove visual noise from svxAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18WaE: unhandled enumCaolán McNamara
2013-08-13add a seconds unitCaolán McNamara
2013-07-08add degrees and pixels as known spin field unitsCaolán McNamara
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa