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