summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin1-3/+3
2024-09-25fix Printer::EmulateDrawTransparentNoel Grandin1-5/+0
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-02cid#1556472 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-28cid#1556624 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-23cid#1555070 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-17cid#1555694 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-15cid#1607327 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-06cid#1555223 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-5/+5
2024-02-29Read of uninitialized Printer::mbResetPrintAreaStephan Bergmann1-0/+1
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+8
2024-02-09tdf#155218 sc: fix different page orientation in print dialogTibor Nagy1-0/+1
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+8
2023-10-29vcl: no raw pointersThorsten Behrens1-3/+1
2023-05-10ImplPrintTransparent is always called with an empty maskNoel Grandin1-28/+11
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-3/+3
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1
2022-09-22tdf#151107 swap job orientation if paper matching swapped width/heightCaolán McNamara1-0/+1
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-2/+2
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-02-24cid#1500677 Dereference after null checkCaolán McNamara1-0/+1
2021-11-09Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist1-0/+5
2021-11-03put the message into static_assertCaolán McNamara1-1/+1
2021-11-03can use static_assert for compile time check hereCaolán McNamara1-1/+1
2021-11-02Add comments to two arrays mentioning that they must match the enum PaperTor Lillqvist1-0/+1
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-2/+2
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-1/+3
2021-10-07tdf#144952 VCL fix the Printer graphics releaseJan-Marek Glogowski1-1/+1
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock1-4/+0
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-3/+3
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski1-8/+7
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock1-4/+5
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-1/+1
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock1-104/+13
2021-09-02tdf#74702 vcl: make helper funcs for ImplDrawWaveLine() and ImplDrawWavePixel()Chris Sherlock1-0/+19
2021-08-30vcl: DrawDeviceBitmap() -> DrawDeviceBitmapEx()Chris Sherlock1-1/+1
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-0/+5
2021-07-13Add PowerPoint compatible screen size for ImpressJun NOGATA1-1/+2
2021-06-11Simplify Sequences initializations (vcl)Julien Nabet1-3/+1
2021-04-26drop mask from BitmapExNoel Grandin1-3/+2
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-2/+2
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák1-1/+2
2021-01-20OutputDevice*->Printer* for mpFirstPrnGraphicsNoel Grandin1-2/+2
2021-01-09Fix typoAndrea Gelmini1-1/+1
2021-01-08vcl: move ImplPrintTransparent() from OutputDevice to PrinterChris Sherlock1-0/+92