summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxprinter.cxx
AgeCommit message (Expand)Author
2023-03-08deduplicate MutexAndBroadcastHelperNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-02-23loplugin:refcounting in toolkitNoel
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2019-05-19tdf#125207 [API CHANGE] extend css.awt.PrinterServer: XPrinterServer2brinzing
2019-04-15loplugin:sequentialassign in test..toolsNoel Grandin
2019-02-08Avoid index for single getToken callMatteo Casalin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-04-16toolkit: use thread safe static initializerJochen Nitschke
2018-02-20make it possible to set parent window for printer error messagesCaolán McNamara
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-06-28loplugin:oncevar in test..toolsNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-02-21loplugin:subtlezeroinit: toolkitStephan Bergmann
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-04-10Fixup toolkit's printer code.Michael Meeks
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-20Some more loplugin:cstylecast: toolkitStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-24tk: Ctor feature for VCLX classes.Matúš Kukan
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-06-10Resolves: #i121170# - com::sun::star::awt::XPrinter API does nothingAriel Constenla-Haile