summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
2023-09-10GraphicRendererVCL does not need to implement XAggreggationNoel Grandin1-14/+5
2022-07-14loplugin:moveitNoel Grandin1-1/+1
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-1/+0
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen1-3/+0
2019-08-17Use simplified syntax for SequenceJulien Nabet1-1/+1
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svtoolsStephan Bergmann1-1/+1
2019-04-30drop Graphic::operator boolNoel Grandin1-1/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-11/+8
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl14-6606/+4
2018-03-11remove whitespaceTomaž Vajngerl2-12/+0
2018-03-10oox: remove unused methods that rely on GraphicObject URLTomaž Vajngerl1-24/+0
2018-03-07transformer: clean-up and pass originURL to transfored graphicTomaž Vajngerl1-28/+27
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-2/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-5/+5
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-7/+7
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-2/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-1/+1
2018-02-20loplugin:changetoolsgen in svtoolsNoel Grandin3-30/+30
2018-02-14move transparency adjust code to BitmapExNoel Grandin1-55/+2
2018-02-13pass originURL to the substitue graphic - work-aroundTomaž Vajngerl1-0/+2
2018-02-08Modernize a bit svtoolsJulien Nabet1-38/+26
2018-02-08move setAlphaFrom from GraphicTransformer to BitmapExNoel Grandin1-34/+9
2018-02-07use scanline when reading pixel dataNoel Grandin2-5/+8
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin2-13/+21
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-34/+40
2018-01-17loplugin:useuniqueptr in GraphicManagerNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: svtoolsStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann4-42/+42
2018-01-11Replace macro with functionStephan Bergmann1-1/+7
2018-01-07SAL_WARN when using the interal GraphicObject URLTomaž Vajngerl1-3/+10
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-1/+1
2017-12-19svtools: Use std::unique_ptr for GraphicCacheEntryTakeshi Abe1-48/+16
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-11-25coverity#1421068 Uncaught exceptionCaolán McNamara1-0/+1
2017-11-22loplugin:flatten in svtoolsNoel Grandin5-333/+333
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt1-2/+7
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens2-4/+0
2017-10-30loplugin:constantparam in vclNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-8/+11