summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipict/ipict.cxx
AgeCommit message (Expand)Author
2018-11-08coverity#1441102 silence Copy-paste errorCaolán McNamara
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-13use BitmapEx and RawBitmap in PictReaderNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-09-25tighten up the pict filter a tadCaolán McNamara
2017-08-17Fix typosAndrea Gelmini
2017-07-27loplugin:constparams in filterNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-15ofz: truncate polygon on failureCaolán McNamara
2017-03-12ofz: pct oom, avoid allocation bitmap until after size checks are doneCaolán McNamara
2017-03-07improve scoping and zero some thingsCaolán McNamara
2017-02-28ofz: timeout, check availablity of point data before reading itCaolán McNamara
2017-02-28tidy this a titchCaolán McNamara
2017-02-10ofz#579 wrong variable tested for 0Caolán McNamara
2017-02-06Resolves: ofz#547 Floating-point-exceptionCaolán McNamara
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-02-01ofz#506 check len before allocCaolán McNamara
2017-01-31we don't actually need width amount of data in advance to fill the widthCaolán McNamara
2017-01-30ofz: we're going to need at last a len field and a CounterByte on each rowCaolán McNamara
2017-01-30ofz: div by zeroCaolán McNamara
2017-01-30ofz: defer bitmap initialization until size checks are completedCaolán McNamara
2017-01-29we don't need read access, only writeCaolán McNamara
2017-01-28ofz: cluster of unused variables -> div by zeroCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-08convert PictDrawingMethod to enum classDouglas Mencken
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-29use initialization listJochen Nitschke
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-03-16coverity#1242658 Untrusted loop boundCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-10Fix typosAndrea Gelmini