summaryrefslogtreecommitdiff
path: root/vcl/headless/svpprn.cxx
AgeCommit message (Expand)Author
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2019-09-06use unique_ptr in CreatePrintGraphicsNoel Grandin
2019-04-30improve loplugin:stringconstantNoel Grandin
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara
2018-01-28Modernize a bit vcl (part1)Julien Nabet
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-02Replace lists by vectors printer part (vcl)Julien Nabet
2017-05-02printerinfomanager.hxx can be moved into vclCaolán McNamara
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-10The previous commit wasn't really thought throughStephan Bergmann
2017-03-10loplugin:loopvartoosmallStephan Bergmann
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2016-09-05convert DuplexMode to scoped enumNoel Grandin
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock
2015-12-27sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-08-12convert String to OUString in VCLNoel Grandin
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2012-12-20vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon