summaryrefslogtreecommitdiff
path: root/vcl/generic/print
AgeCommit message (Expand)AuthorFilesLines
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-14/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-09-03convert Link<> to typedNoel Grandin2-5/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-7/+4
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-7/+0
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2-0/+10
2015-07-08loplugin:unusedmethods vclNoel Grandin1-7/+0
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-27coverity#1308603 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens2-1/+10
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-0/+37
2015-06-18Fix typosAndrea Gelmini1-3/+3
2015-06-11Cleanup crossplatform cairoMox Soini1-0/+5
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2-7/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-8/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara4-10/+10
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-14/+14
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-5/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-34/+81
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann3-10/+9
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-10automated VclPtrInstance conversion.Michael Meeks2-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-2/+2
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-4/+4
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-26/+76
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-5/+5
2015-04-09vcl: window destructors calling disposeNoel Grandin2-10/+7
2015-04-01loplugin:staticfunctionNoel Grandin1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann7-26/+26
2015-03-23Typo: impemented->implementedJulien Nabet1-1/+1
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+20
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-5/+0
2015-03-19loplugin:constantfunction: vclNoel Grandin4-15/+0
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+5
2015-03-18revert work in progressCaolán McNamara1-14/+0