summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara1-4/+3
2016-01-20Related: rhbz#1149116 collateEquals was set with OString::booleanCaolán McNamara1-1/+1
2015-10-28tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-4/+36
2015-05-29tdf#91720 - after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+22
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+18
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-4/+4
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-4/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-17/+17
2015-03-19CID 1288898: Uninitialized memberMiklos Vajna1-1/+2
2015-03-17fix higher debug buildCaolán McNamara1-1/+1
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák3-14/+120
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-4/+6
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-20/+0
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-5/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-31/+32
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-12/+8
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann2-11/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-7/+7
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-10/+12
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-12/+10
2014-10-23remove --without-ppds option nowCaolán McNamara1-24/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud1-3/+9
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-21Simplify logicStephan Bergmann1-9/+3
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-5/+2
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann1-9/+9
2014-04-10Fix crash in ppd parser.Thorsten Behrens1-1/+3
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-5/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist4-72/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara2-7/+22
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-21Fold psprint_config into vclKhaled Hosny4-0/+710
2014-03-21move remaining padmin dialogs into vclCaolán McNamara1-4/+4
2014-03-21move the cups password dialog from padmin to vclCaolán McNamara1-24/+68