# -*- 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,canvas)) $(eval $(call gb_Module_add_targets,canvas,\ Library_canvasfactory \ Library_canvastools \ Library_simplecanvas \ Library_vclcanvas \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ $(if $(DISABLE_GUI),,Executable_canvasdemo)) \ )) ifeq ($(ENABLE_CAIRO_CANVAS),TRUE) $(eval $(call gb_Module_add_targets,canvas,\ Library_cairocanvas \ )) endif ifeq ($(ENABLE_OPENGL_CANVAS),TRUE) $(eval $(call gb_Module_add_targets,canvas,\ Library_oglcanvas \ Package_opengl \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,canvas,\ Library_directx9canvas \ Library_gdipluscanvas \ StaticLibrary_directxcanvas \ )) endif # vim: set noet sw=4 ts=4: ffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdviter.cxx
AgeCommit message (Expand)Author
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-04rename Anz->Cnt in svxNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2016-06-27loplugin:singlevalfields in svx(part1)Noel Grandin
2016-03-17loplugin:constantparam in svxNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-02-10rearrange this a little, no logic changeCaolán McNamara
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-05-24sal_uInt16 to size_tMatteo Casalin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-01-24Comments Translations.Stefan Knorr
2011-11-27remove include of pch header from svxNorbert Thiebaud
2011-09-15drop some more unused codeCaolán McNamara
2011-09-15callcatcher: some unused codeCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-01-13removetooltypes01: #i112600# remove tooltypes from svxMikhail Voytenko
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-04-20CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or ...Mathias Bauer
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2008-04-11INTEGRATION: CWS changefileheader (1.9.368); FILE MERGEDRüdiger Timm
2007-06-27INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGEDJens-Heiner Rechtien
2006-11-23#100000# merge fixesVladimir Glazounov
2006-11-21INTEGRATION: CWS aw036 (1.5.48); FILE MERGEDVladimir Glazounov
2006-11-14INTEGRATION: CWS aw024 (1.2.344); FILE MERGEDIvo Hinkelmann
2006-09-17INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGEDOliver Bolte
2006-06-19INTEGRATION: CWS warnings01 (1.3.218); FILE MERGEDJens-Heiner Rechtien