# -*- 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_Library_Library,unopkgapp)) $(eval $(call gb_Library_set_include,unopkgapp,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Library_use_sdk_api,unopkgapp)) $(eval $(call gb_Library_add_defs,unopkgapp,\ -DDESKTOP_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,unopkgapp,\ comphelper \ cppu \ cppuhelper \ deploymentmisc \ sal \ tl \ ucbhelper \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,unopkgapp,\ desktop/source/pkgchk/unopkg/unopkg_app \ desktop/source/pkgchk/unopkg/unopkg_cmdenv \ desktop/source/pkgchk/unopkg/unopkg_misc \ )) # vim: set ts=4 sw=4 et: reoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)Author
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara
2015-02-25rename BGRU to BGRXCaolán McNamara
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann
2015-01-13basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM checkMichael Stahl
2015-01-13Fix number of sections exceeded object file format limitDavid Ostrovsky
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks
2014-08-28Fixed some CppunitTest namesStephan Bergmann
2014-08-28keep nScanlineStride number saneCaolán McNamara
2014-07-03Remove empty gb_Module_add_targets,basebmp,Matúš Kukan
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock
2014-04-09Missing includeStephan Bergmann
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Drop deserted bmpdemoTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara
2013-11-11basebmp: include <> for external includesNorbert Thiebaud
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik
2013-09-27Off-by-one errorStephan Bergmann
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann