summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/printer
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-31/+32
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-12/+8
* vcl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-11/+11
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-7/+7
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-062-10/+12
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-062-12/+10
* remove --without-ppds option nowCaolán McNamara2014-10-231-24/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud2014-09-121-3/+9
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* set names on some UNIX-only threadsMichael Stahl2014-08-251-0/+2
* Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann2014-05-211-1/+1
* Simplify logicStephan Bergmann2014-05-211-9/+3
* Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann2014-05-211-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-5/+2
* sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann2014-04-161-9/+9
* Fix crash in ppd parser.Thorsten Behrens2014-04-101-1/+3
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-081-5/+2
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-024-72/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara2014-03-312-7/+22
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-1/+1
* Fold psprint_config into vclKhaled Hosny2014-03-214-0/+710
* move remaining padmin dialogs into vclCaolán McNamara2014-03-211-4/+4
* move the cups password dialog from padmin to vclCaolán McNamara2014-03-211-24/+68
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-211-3/+4
* drop spadminCaolán McNamara2014-03-211-59/+0
* disallow disabling cupsCaolán McNamara2014-03-202-52/+2
* Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara2014-03-202-8/+17
* Resolves: coverity#1078567 help coverity outCaolán McNamara2014-03-141-4/+3
* Remove unneccessary commentsAlexander Wilms2014-02-232-38/+38
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl2014-02-182-0/+20
* vcl: convert some printfs to SAL_INFOMichael Stahl2014-02-181-68/+31
* callcatcher: update unused codeCaolán McNamara2014-02-121-10/+0
* bool improvementsStephan Bergmann2014-01-281-2/+2
* bool improvementsStephan Bergmann2014-01-211-1/+1
* endSpool return value is effectively success flag, not job IDStephan Bergmann2014-01-102-3/+3
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* fdo#60705 Don't discard valid printing options.Andrzej Hunt2013-12-061-1/+1
* Don't perform printer font substitutionKhaled Hosny2013-12-041-152/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-8/+8
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin2013-11-221-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-212-10/+10
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-202-10/+10
* remove RTL_CONSTASCII_STRINGPARAM in OString::matchL callsNoel Grandin2013-11-203-17/+17
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-202-10/+10
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-201-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-11/+11
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2