summaryrefslogtreecommitdiffstats
path: root/include/vcl/print.hxx
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-3/+0
* remove Link<> field that is never Call()'edNoel Grandin2015-09-151-1/+0
* remove unused Link<> memberNoel Grandin2015-09-041-1/+0
* remove default value from PrinterOptionsHelper::getIntValueNoel Grandin2015-08-141-2/+2
* loplugin:unusedmethods vclNoel Grandin2015-07-131-20/+2
* Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2015-07-101-1/+1
* tdf#91362: Make "printer was modified" status persistentKatarina Behrens2015-07-061-0/+2
* tdf#91362: Don't override printer page autodetectionKatarina Behrens2015-06-251-0/+1
* convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert QUEUE_STATUS constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert COPYAREA constant to bool flagNoel Grandin2015-05-201-1/+1
* cancel doesn't cancel printingCaolán McNamara2015-05-061-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-4/+4
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-4/+5
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-101-3/+3
* mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák2015-03-111-1/+8
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-7/+7
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-3/+3
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2015-01-061-0/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-1/+1
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock2014-04-281-1/+1
* VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock2014-04-251-2/+2
* OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock2014-04-251-2/+3
* Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock2014-04-231-1/+1
* Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock2014-04-231-15/+1
* Move DrawImage function location in outdev.hxxChris Sherlock2014-04-221-0/+4
* Rearrange OutputDevice's gradient functionsChris Sherlock2014-04-221-1/+1
* Reorganize OutputDevice bitmap functionsChris Sherlock2014-04-221-1/+1
* fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock2014-04-191-0/+1
* fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock2014-04-181-0/+2
* fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock2014-04-171-3/+3
* coverity#1202938 unused class membersCaolán McNamara2014-04-161-2/+0
* fdo#38844 Reduce XOR clipping for gradientsChris Sherlock2014-04-131-1/+0
* ClipAndDrawGradientToBounds no longer requiredChris Sherlock2014-04-111-1/+0
* Remove unnecessary bound-box parameter from clipping functionsChris Sherlock2014-04-101-1/+1
* Bring static functions into OutputDevice as private functionsChris Sherlock2014-04-071-7/+7
* Change newly introduced Clip* functions to ClipAndDrawChris Sherlock2014-04-061-2/+2
* fdo#74702 Refactor gradient clipping functionsChris Sherlock2014-04-061-0/+3
* fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock2014-03-311-0/+1