summaryrefslogtreecommitdiff
path: root/cppcanvas/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann14-99/+43
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin2-19/+19
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-4/+0
2014-10-01loplugin: cstylecastNoel Grandin2-9/+9
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin2-4/+4
2014-09-30cppcanvas: std::auto_ptr -> std::unique_ptrStephan Bergmann3-16/+21
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin3-8/+8
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin3-3/+3
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-15/+7
2014-08-07coverity#1228877 Structurally dead codeCaolán McNamara1-11/+11
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud4-12/+12
2014-07-20emf+: recognise some more object typesTomaž Vajngerl1-0/+18
2014-07-20emf+: emulate hatch with color blendTomaž Vajngerl1-2/+116
2014-07-20bnc#881024 Handle 0 font height just like outdev & drawinglayerTomaž Vajngerl1-1/+12
2014-07-20emf+: Log type name instead of the type numberTomaž Vajngerl1-1/+47
2014-07-01New loplugin:stringconcatStephan Bergmann1-4/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-15/+3
2014-05-22cppcheck: Function parameter 'rStartPos' should be passed by referenceThomas Arnhold2-6/+6
2014-05-22cppcheck: Function parameter 'rLineInfo' should be passed by referenceThomas Arnhold1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold23-68/+68
2014-05-10Blind fix for red Tinderboxes, followingJulien Nabet1-2/+2
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-04-28coverity#738576 Uninitialized pointer fieldCaolán McNamara1-6/+20
2014-04-28coverity#738575 Uninitialized pointer fieldCaolán McNamara1-6/+17
2014-04-28coverity#738574 Uninitialized scalar fieldCaolán McNamara1-6/+20
2014-04-28coverity#738573 Uninitialized scalar fieldCaolán McNamara1-2/+8
2014-04-09fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna1-1/+23
2014-04-09Clean up function declarationsStephan Bergmann1-4/+0
2014-04-07cppcanvas: sal_Bool->boolNoel Grandin3-5/+5
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann19-129/+129
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-7/+7
2014-02-25Remove visual noise from cppcanvasAlexander Wilms2-9/+9
2014-02-25Update little-to-big endian GetSwapFloat functionsDouglas Mencken1-2/+5
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms3-20/+20
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-6/+6
2014-02-17fix debug=2 buildCaolán McNamara1-31/+1
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2-94/+94