summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/renderer.cxx
AgeCommit message (Expand)Author
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svtoolsStephan Bergmann
2019-04-30drop Graphic::operator boolNoel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-21Merge renderer.hxx into .cxxStephan Bergmann
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet
2014-03-10svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2013-12-23svt: Use constructor feature for GraphicRendererVCL.Matúš Kukan
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-06-01use tunnel pattern hereCaolán McNamara
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud