# -*- 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_Jar_Jar,HelloWorld)) $(eval $(call gb_Jar_use_jars,HelloWorld,\ juh \ jurt \ ridl \ unoil \ )) $(eval $(call gb_Jar_add_sourcefiles,HelloWorld,\ scripting/examples/java/HelloWorld/HelloWorld \ )) $(eval $(call gb_Jar_set_packageroot,HelloWorld,org)) # vim: set noet sw=4 ts=4: t name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
AgeCommit message (Expand)Author
2019-03-08new loplugin constvarsNoel Grandin
2019-02-10loplugin:indentation in svxNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen
2017-10-30loplugin:constantparam in svxNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2014-10-15loplugin: cstylecastNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-02-26Remove visual noise from svxAlexander Wilms
2013-05-20drawinglayer: Fix typo Primitrive -> Primitive.Jan Holesovsky