summaryrefslogtreecommitdiff
path: root/cppcanvas/source
AgeCommit message (Expand)AuthorFilesLines
2018-06-12rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara4-21/+119
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-3/+3
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-03-14loplugin:unusedmethodsNoel Grandin4-122/+0
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin2-5/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin2-6/+6
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2-5/+3
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-4/+2
2018-01-19loplugin:useuniqueptr in EMFPPenNoel Grandin2-6/+4
2018-01-19loplugin:useuniqueptr in EMFPRegionNoel Grandin2-6/+2
2018-01-19loplugin:useuniqueptr in EMFPBrushNoel Grandin2-36/+17
2018-01-12More loplugin:cstylecast: cppcanvasStephan Bergmann3-23/+23
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+5
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-10/+10
2017-11-06loplugin:constparams in cppcanvas,drawinglayerNoel Grandin8-12/+12
2017-11-03loplugin:constmethod in drawinglayerNoel Grandin2-6/+6
2017-10-27Remove part of clang-cl workaround that is no longer neededStephan Bergmann2-6/+0
2017-10-27remove GetSwapFloat nonsense from all 3 EMF readersMichael Stahl1-23/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann29-60/+60
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann14-0/+0
2017-10-16tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePointsBartosz Kosiorek1-33/+29
2017-10-09remove cppcanvas Color classNoel Grandin9-128/+14
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann2-0/+6
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist23-86/+86
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin2-83/+57
2017-08-24loplugin:useuniqueptr in cppcanvasNoel Grandin3-33/+29
2017-08-12tdf#96099 Remove ActionSharedPtr typedefIvan Safonov16-83/+80
2017-08-01loplugin:checkunusedparamsNoel Grandin1-5/+0
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-12/+12
2017-07-28loplugin:checkunusedparams more part1Noel Grandin7-34/+12
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-24/+14
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin1-4/+1
2017-07-20loplugin:constparams in cppcanvasNoel Grandin5-12/+12
2017-07-06use more begin()/end() for SequenceNoel Grandin1-3/+1
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-26/+16
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-3/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-5/+4
2017-05-21cppcanvas: this assert can stayThorsten Behrens1-2/+1
2017-05-14tdf#43157: convert cppcanvas module away from OSL_ASSERTChris Sherlock3-3/+3
2017-05-12EMF+ tdf#31814 Add support of reading EmfPlusBoundaryPointDataBartosz Kosiorek3-68/+87
2017-05-09EMF+ We already implemented most used EMF+ records.Bartosz Kosiorek1-6/+5
2017-05-09tdf#31814 EMF+ Fix an issue when not all elements were displayedBartosz Kosiorek2-8/+15
2017-05-07tdf#31814 Introduce minimal value of line width to fix EMF+ import issuesBartosz Kosiorek1-5/+9