# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2009 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_JunitTest_JunitTest,unoxml_complex)) $(eval $(call gb_JunitTest_set_defs,unoxml_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,unoxml_complex,\ $(OUTDIR)/bin/OOoRunner.jar \ $(OUTDIR)/bin/ridl.jar \ $(OUTDIR)/bin/test.jar \ $(OUTDIR)/bin/unoil.jar \ $(OUTDIR)/bin/jurt.jar \ )) $(eval $(call gb_JunitTest_add_sourcefiles,unoxml_complex,\ unoxml/qa/complex/unoxml/DOMTest \ unoxml/qa/complex/unoxml/TestDocument \ )) $(eval $(call gb_JunitTest_add_classes,unoxml_complex,\ complex.unoxml.DOMTest \ )) # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)Author
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
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-15No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist
2013-04-11Fix documentationTor Lillqvist
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist
2013-04-11Add debugging printout of subsetting informationTor Lillqvist