summaryrefslogtreecommitdiffstats
path: root/basebmp/test/polytest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* typo: optimisation -> optimizationThomas Arnhold2014-03-291-1/+1
|
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-1/+1
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Remove unneccessary commentsAlexander Wilms2014-02-231-3/+3
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* basebmp: include <> for external includesNorbert Thiebaud2013-11-111-3/+3
| | | | Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
* Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand2013-10-311-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841) Conflicts: basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx basegfx/source/polygon/b2dpolypolygontools.cxx basegfx/source/polygon/b2dsvgpolypolygon.cxx basegfx/source/polygon/b3dpolypolygontools.cxx basegfx/source/tools/makefile.mk basegfx/test/boxclipper.cxx basegfx/test/clipstate.cxx basegfx/test/genericclipper.cxx canvas/source/tools/surfaceproxy.cxx sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/pdfimport/tree/writertreevisiting.cxx xmloff/inc/xexptran.hxx xmloff/source/draw/XMLImageMapContext.cxx xmloff/source/draw/XMLImageMapExport.cxx xmloff/source/draw/shapeexport2.cxx xmloff/source/draw/shapeexport3.cxx xmloff/source/draw/xexptran.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/style/MarkerStyle.cxx xmloff/source/text/XMLTextFrameContext.cxx xmloff/source/text/txtparae.cxx Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-2/+2
| | | | Change-Id: I4067c5039c7b5c74a1c144721dd7260de54dd2bf
* THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2013-07-121-1/+1
| | | | Change-Id: I917c4136614664a1816769300707f170312c885d
* ::rtl::OUString -> OUString in basebmpRicardo Montania2012-10-311-9/+9
| | | | | | | Change-Id: Id9cde5559165c61da825938153e92df999233a59 Reviewed-on: https://gerrit.libreoffice.org/928 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
| | | | | | | reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-5/+0
|
* targeted string re-workNorbert Thiebaud2012-06-021-19/+10
| | | | Change-Id: I2e05baeb2c7f42e6f37613fe648fc19a8d0ac730
* Fix clipped line renderer.Thorsten Behrens2011-11-151-5/+100
| | | | | | | | | Fix for a nasty corner case where supposedly clipped pixel were still rasterized (see polytest.cxx:implTestPolyDrawClip for what failed previously). Added much more unit tests while at it, clippedlinerenderer.hxx should now have 100% coverage.
* Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens2011-11-031-0/+2
| | | | | | | | The Cohen/Sutherland clip flag routine was not aware of B2IBox, thusly yielding incorrect line clipping for BitmapDevice software rendering. Cleaned that up, added some more unit tests around the problem, and removed the now-extraneous maLineClip member from the bitmap device.
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-2/+2
| | | | | | Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-121-0/+3
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Removing the ext_std masterpieceFridrich Štrba2011-02-091-2/+0
|
* RTL_CONSTASCII_USTRINGPARAM in libs-gui 11Gert Faller2010-11-231-16/+16
|
* remove unused includesDavid Tardon2010-11-101-10/+0
|
* remove commented-out leftovers from testshl2David Tardon2010-11-101-7/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+2
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* #i113503# cppunit stl wrapper headersCaolán McNamara2010-10-061-0/+2
|
* sb118: merged in DEV300_m72sb2010-02-251-4/+1
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
| * #i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer2009-09-141-1/+1
| | | | | | | | -> testshl2
* | sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb2009-12-111-2/+4
|/ | | | | | | | - Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
* INTEGRATION: CWS changefileheader (1.2.24); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 13:07:58 rt 1.2.24.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS basebmp01 (1.1.20); FILE MERGEDJens-Heiner Rechtien2007-06-271-28/+16
| | | | 2007/05/22 09:59:18 thb 1.1.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again
* #i65904# Dumped basegfx polygon raster converter in favor of a specialized ↵Thorsten Behrens2006-07-271-0/+317
solution; constructing all accessors with passed parameter now for the BitmapRenderer; significantly improved test coverage for polygon rasterizing