summaryrefslogtreecommitdiff
path: root/basebmp/source/bitmapdevice.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-20drop basebmp entirely nowCaolán McNamara1-609/+0
2016-01-19drop some more unused pieces nowCaolán McNamara1-15/+1
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara1-74/+14
2016-01-19only use of clone is to copy, so do thatCaolán McNamara1-3/+4
2016-01-19drop some more stuffCaolán McNamara1-86/+0
2016-01-19scanline is always positive now and drop unused argsCaolán McNamara1-34/+14
2016-01-19drop unused argumentCaolán McNamara1-35/+18
2016-01-19MaskTraits unused nowCaolán McNamara1-49/+25
2016-01-19never scaling nowCaolán McNamara1-16/+5
2016-01-19always copying to a different bitmapCaolán McNamara1-7/+1
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara1-156/+23
2016-01-18devices are always top-down nowCaolán McNamara1-166/+4
2016-01-18only using one of the drawBitmap impls nowCaolán McNamara1-85/+0
2016-01-18drop unused basebmp debug fileCaolán McNamara1-37/+0
2016-01-18loplugin:staticmethodsStephan Bergmann1-1/+1
2016-01-18drop newly unused basebmp methodsCaolán McNamara1-683/+1
2016-01-18Resolve implRenderLine2 to renderClippedLineStephan Bergmann1-19/+3
2016-01-18loplugin:unreffunStephan Bergmann1-18/+0
2016-01-18drop now unused basebmp xor modeCaolán McNamara1-202/+85
2016-01-18don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara1-149/+30
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-2/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-7/+0
2015-11-24loplugin:unreffunStephan Bergmann1-23/+0
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-18/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-21/+21
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna1-18/+18
2015-09-13boost->stdCaolán McNamara1-18/+18
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-7/+0
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-1/+1
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-23/+24
2015-06-04convert DrawMode to scoped enumNoel Grandin1-17/+17
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin1-21/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara1-2/+18
2015-02-25rename BGRU to BGRXCaolán McNamara1-6/+6
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara1-4/+4
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara1-3/+6
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara1-14/+27
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann1-1/+1
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-4/+23
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-4/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-17/+17
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara1-2/+10