summaryrefslogtreecommitdiffstats
path: root/basebmp/test/bmpdemo.cxx
Commit message (Collapse)AuthorAgeFilesLines
* _USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann2013-03-271-3/+2
| | | | Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
* CreateFromAscii removalRicardo Montania2013-02-251-1/+1
| | | | | | | Change-Id: I4596d78620936770f3aca3207cdc19f71197eb75 Reviewed-on: https://gerrit.libreoffice.org/2345 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* ::rtl::OUString -> OUString in basebmpRicardo Montania2012-10-311-9/+8
| | | | | | | 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>
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* 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.
* targeted string re-workNorbert Thiebaud2012-06-021-6/+6
| | | | Change-Id: I2e05baeb2c7f42e6f37613fe648fc19a8d0ac730
* put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan2012-05-111-1/+0
| | | | | | basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
* unusedcode: remove various unused classesMatúš Kukan2011-12-221-1/+0
|
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-141-1/+0
|
* 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.
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* catch ignored exceptions by const referenceTakeshi Abe2011-08-241-1/+1
|
* generalize ScopedBitmapAccess and simplify usageDavid Tardon2011-05-181-2/+1
| | | | It can be used for AlphaMask too now.
* RTL_CONSTASCII_USTRINGPARAM in libs-gui 11Gert Faller2010-11-231-2/+2
|
* remove unused includesDavid Tardon2010-11-101-2/+0
|
* EasyHack: RTL conversion from createFromAsciiKevin Hunter2010-11-091-7/+4
|
* Cleanse non-compiled codePovilas Kanapickas2010-10-191-6/+5
| | | | | Removed if-deffed code from LibO libs, enabled if-deffed code again in test/playground files
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
| | | | | | | | 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>
* 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)
* INTEGRATION: CWS changefileheader (1.13.42); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 13:07:57 rt 1.13.42.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS sb59 (1.12.4); FILE MERGEDOliver Bolte2006-10-121-6/+5
| | | | 2006/08/30 22:52:05 thb 1.12.4.1: #i69122# Made basebmp compile warning-free
* #i65904# Dumped basegfx polygon raster converter in favor of a specialized ↵Thorsten Behrens2006-07-271-4/+21
| | | | solution; constructing all accessors with passed parameter now for the BitmapRenderer; significantly improved test coverage for polygon rasterizing
* #i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow ↵Thorsten Behrens2006-07-121-5/+8
| | | | handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests
* #i65904# Consistently named constants; added rectangular device subsetting ↵Thorsten Behrens2006-07-111-2/+27
| | | | to BitmapDevice; moved spreaded pixel format configuration points into a single traits template (per format); slightly improved cross-format support
* #i65904# Fixed ugly typos in clippedLine clipping; improved docs; added ↵Thorsten Behrens2006-06-301-5/+14
| | | | testcases for fixed bugs; corrected clip bounds for line and polyline rendering
* #i65904# Added more docs; made clip masks for all cases (except masked ↵Thorsten Behrens2006-06-281-281/+43
| | | | bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods
* #i65904# Fixed mask blending; added tests; reworked metafunctions for clip ↵Thorsten Behrens2006-06-091-2/+137
| | | | proxy accessors
* #i65904# Fixed broken CompositeIterator (was missing a proper ↵Thorsten Behrens2006-06-071-27/+30
| | | | copy-const/assignment op); added more tests
* #i65904# Finished xor and mask support; corrected Color handlingThorsten Behrens2006-06-071-2/+7
|
* #i65904# Completed mask support; fixed color difference bug; added more testsThorsten Behrens2006-06-021-9/+18
|
* #i65904# Made drawBitmap/drawMaskedColor functional; added raw access for ↵Thorsten Behrens2006-06-021-10/+29
| | | | palette images
* #i65904# Corrected license headers, added more testsThorsten Behrens2006-05-311-2/+2
|
* #i65904# Initial revisionThorsten Behrens2006-05-311-0/+1278