summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-3/+0
2015-09-15remove Link<> field that is never Call()'edNoel Grandin1-1/+0
2015-09-04remove unused Link<> memberNoel Grandin1-1/+0
2015-08-14remove default value from PrinterOptionsHelper::getIntValueNoel Grandin1-2/+2
2015-07-13loplugin:unusedmethods vclNoel Grandin1-20/+2
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens1-1/+1
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-0/+2
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens1-0/+1
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert QUEUE_STATUS constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-1/+1
2015-05-06cancel doesn't cancel printingCaolán McNamara1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-4/+5
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-3/+3
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-1/+8
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-7/+7
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara1-0/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock1-1/+1
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock1-2/+2
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock1-2/+3
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock1-15/+1
2014-04-22Move DrawImage function location in outdev.hxxChris Sherlock1-0/+4
2014-04-22Rearrange OutputDevice's gradient functionsChris Sherlock1-1/+1
2014-04-22Reorganize OutputDevice bitmap functionsChris Sherlock1-1/+1
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock1-0/+1
2014-04-18fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock1-0/+2
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock1-3/+3
2014-04-16coverity#1202938 unused class membersCaolán McNamara1-2/+0
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock1-1/+0
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock1-1/+0
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock1-1/+1
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock1-7/+7
2014-04-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock1-2/+2
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock1-0/+3
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock1-0/+1