summaryrefslogtreecommitdiff
path: root/vcl/generic/print/genprnpsp.cxx
AgeCommit message (Expand)Author
2015-12-27sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens
2015-06-18Fix typosAndrea Gelmini
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-12-09changed timer to idleTobias Madl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-05coverity#1240252 Unchecked return valueNorbert Thiebaud
2014-10-03coverity#1242530 silence Arguments in wrong orderCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-04make query fax number dialog a little less lameCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-21move remaining padmin dialogs into vclCaolán McNamara
2014-03-21move the fax dialog from padmin to vclCaolán McNamara
2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert