summaryrefslogtreecommitdiff
path: root/vcl/generic/print
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-0/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-111/+111
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-2/+9
2015-10-20loplugin:defaultparamsStephan Bergmann3-3/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin2-4/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-20/+20
2015-10-12convert Link<> to typedNoel Grandin2-13/+11
2015-10-08Call WritePS with length argument, where knownStephan Bergmann4-12/+12
2015-10-08Use OString to dynamically assemble a stringStephan Bergmann1-7/+1
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-4/+6
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