summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-10-19use tools::Long in vclNoel1-11/+11
2020-05-26tdf#133216 - Objects are not printed (Win-only)Chris Sherlock1-388/+342
2020-05-25vcl: refactor code into GenerateConnectedComponents()Chris Sherlock1-140/+145
2020-05-25vcl: refactor code into GenerateIntersectingConnectedComponents()Chris Sherlock1-55/+63
2020-05-23vcl: move stage 1 functionality into DetectBackground()Chris Sherlock1-8/+21
2020-05-23vcl: rename misnamed OutputDevice::SetBackgroundComponentBounds()Chris Sherlock1-1/+1
2020-05-23vcl: I found it hard to read this code, removed unnecessary whitespaceChris Sherlock1-9/+4
2020-05-20vcl: remove double colonChris Sherlock1-1/+1
2020-05-20vcl: refactor by creating SetBackgroundColorAndBounds() functionChris Sherlock1-18/+22
2020-05-20vcl: refactor by creating RecordMapModeChanges() functionChris Sherlock1-3/+8
2020-05-20vcl: refactor by creating GetActionAfterBackgroundAction() functionChris Sherlock1-20/+27
2020-05-17vcl: slide aCCList ccloser to where it is first usedChris Sherlock1-2/+2
2020-05-17vcl: refactor by creating OutputDevice::ClearStack()Chris Sherlock1-8/+2
2020-05-15vcl: move functionality into FindIncompletelyOccludedBackground()Chris Sherlock1-98/+107
2020-05-15vcl: new local function setComponentsSizeAndColor()Chris Sherlock1-8/+10
2020-05-15vcl: move functionality out of checkRect(), rendering function obsoleteChris Sherlock1-52/+45
2020-05-15vcl: refactor - move rect coverage check out of checkRectChris Sherlock1-5/+12
2020-05-14vcl: move transparency checks into MetaAction and GDIMetaFileChris Sherlock1-51/+3
2020-05-13vcl: remove unnecessary ConnectedComponentList typedef (not a list anyway!)Chris Sherlock1-3/+1
2020-02-08tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFileYusuf Keten1-10/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-5/+0
2019-07-17vcl: make "Reduce Transparency" parameter tweakableVasily Melenchuk1-2/+10
2019-05-24tdf#125472: fix RemoveTransparenciesFromMetaFile(vcl/gdi)Julien Nabet1-3/+1
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-1/+1
2019-05-04Replace list by vector for ConnectedComponentsListJulien Nabet1-1/+1
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-2/+1
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-9/+9
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-4/+4
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-2/+0
2018-03-31fix for for-range loops should come to #ifdef DEBUG toohimajin1000001-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-13/+13
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-41/+41
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-9/+9
2017-12-19inline use-once typedefsNoel Grandin1-3/+1
2017-12-03Use for-range loops in print2 (vcl/gdi)Julien Nabet1-18/+12
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-4/+2
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-2/+1
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-6/+4
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+4
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0