summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in DrawMiklos Vajna2014-11-231-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* emfplus: re-work and cleanup unit testMichael Meeks2014-11-162-8/+12
* cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8Miklos Vajna2014-11-091-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-132-19/+19
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-011-4/+0
* loplugin: cstylecastNoel Grandin2014-10-012-9/+9
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-4/+4
* cppcanvas: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-303-16/+21
* coverity#1241427 Unchecked dynamic_castCaolán McNamara2014-09-251-0/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-232-2/+2
* fdo#82577: Handle FontNoel Grandin2014-09-183-8/+8
* vcl: convert push flags to type-safe enum-like classNoel Grandin2014-08-213-3/+3
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-201-15/+7
* Missing test dependenciesStephan Bergmann2014-08-081-0/+4
* coverity#1228877 Structurally dead codeCaolán McNamara2014-08-071-11/+11
* fdo#81799 we need cppuhelper here tooDavid Tardon2014-07-291-0/+1
* Use better coordinates for unit test of fdo#77229Arnaud Versini2014-07-281-1/+1
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-204-12/+12
* emf+: recognise some more object typesTomaž Vajngerl2014-07-201-0/+18
* emf+: emulate hatch with color blendTomaž Vajngerl2014-07-201-2/+116
* bnc#881024 Handle 0 font height just like outdev & drawinglayerTomaž Vajngerl2014-07-201-1/+12
* emf+: Log type name instead of the type numberTomaž Vajngerl2014-07-201-1/+47
* New loplugin:stringconcatStephan Bergmann2014-07-011-4/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-15/+3
* Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann2014-06-121-3/+1
* Lets assume gb_CppunitTest_unset_headless was cargo cult hereStephan Bergmann2014-06-121-2/+0
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-0/+111
* DeInitVCL at end of testsStephan Bergmann2014-06-042-0/+2
* Fix memory leak in test codeStephan Bergmann2014-05-301-2/+4
* cppcheck: Function parameter 'rStartPos' should be passed by referenceThomas Arnhold2014-05-222-6/+6
* cppcheck: Function parameter 'rLineInfo' should be passed by referenceThomas Arnhold2014-05-221-2/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1523-68/+68
* Blind fix for red Tinderboxes, followingJulien Nabet2014-05-101-2/+2
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-1/+1
* coverity#738576 Uninitialized pointer fieldCaolán McNamara2014-04-281-6/+20
* coverity#738575 Uninitialized pointer fieldCaolán McNamara2014-04-281-6/+17
* coverity#738574 Uninitialized scalar fieldCaolán McNamara2014-04-281-6/+20
* coverity#738573 Uninitialized scalar fieldCaolán McNamara2014-04-281-2/+8
* remove executable bitAndras Timar2014-04-171-0/+0
* CppunitTest_cppcanvas_emfplus: disable this in case there is no display to useMiklos Vajna2014-04-101-0/+2
* fdo#77229 testcaseMiklos Vajna2014-04-104-0/+161
* fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna2014-04-091-1/+23
* Clean up function declarationsStephan Bergmann2014-04-091-4/+0
* cppcanvas: sal_Bool->boolNoel Grandin2014-04-073-5/+5
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-5/+5